We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd51c14 commit e10aa03Copy full SHA for e10aa03
1 file changed
doc/release/upcoming_changes/29973.expired.rst
@@ -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