Skip to content

Commit e10aa03

Browse files
jorenhamIndifferentArea
authored andcommitted
DOC: add release note for numpy#29973
1 parent fd51c14 commit e10aa03

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Remove ``interpolation`` parameter from quantile and percentile functions
2+
---------------------------------------------------------------------------
3+
4+
The ``interpolation`` parameter was deprecated in NumPy 1.22.0 and has been
5+
removed from the following functions:
6+
7+
* ``numpy.percentile``
8+
* ``numpy.nanpercentile``
9+
* ``numpy.quantile``
10+
* ``numpy.nanquantile``
11+
12+
Use the ``method`` parameter instead.

0 commit comments

Comments
 (0)