Skip to content

Commit 6860d85

Browse files
authored
Merge pull request numpy#27708 from linus-md/versions
DOC: Remove version notes
2 parents 397b7a8 + 0ba5e8d commit 6860d85

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

doc/source/reference/routines.polynomials.hermite_e.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. versionadded:: 1.6.0
2-
31
.. automodule:: numpy.polynomial.hermite_e
42
:no-members:
53
:no-inherited-members:

doc/source/reference/routines.polynomials.legendre.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. versionadded:: 1.6.0
2-
31
.. automodule:: numpy.polynomial.legendre
42
:no-members:
53
:no-inherited-members:

numpy/exceptions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ class AxisError(ValueError, IndexError):
117117
``except ValueError`` and ``except IndexError`` statements continue
118118
to catch ``AxisError``.
119119
120-
.. versionadded:: 1.13
121-
122120
Parameters
123121
----------
124122
axis : int or str

numpy/ma/core.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5641,13 +5641,6 @@ def argsort(self, axis=np._NoValue, kind=None, order=None, endwith=True,
56415641
axis : int, optional
56425642
Axis along which to sort. If None, the default, the flattened array
56435643
is used.
5644-
5645-
.. versionchanged:: 1.13.0
5646-
Previously, the default was documented to be -1, but that was
5647-
in error. At some future date, the default will change to -1, as
5648-
originally intended.
5649-
Until then, the axis should be given explicitly when
5650-
``arr.ndim > 1``, to avoid a FutureWarning.
56515644
kind : {'quicksort', 'mergesort', 'heapsort', 'stable'}, optional
56525645
The sorting algorithm used.
56535646
order : list, optional

0 commit comments

Comments
 (0)