We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b296087 + 1715888 commit 5b7b91cCopy full SHA for 5b7b91c
doc/source/release/2.0.0-notes.rst
@@ -1481,7 +1481,7 @@ the ``unique_inverse`` output is now shaped such that the input can be reconstru
1481
directly using ``np.take(unique, unique_inverse)`` when ``axis=None``, and
1482
``np.take_along_axis(unique, unique_inverse, axis=axis)`` otherwise.
1483
1484
-(`gh-25553 <https://github.com/numpy/numpy/pull/24126>`__,
+(`gh-25553 <https://github.com/numpy/numpy/pull/25553>`__,
1485
`gh-25570 <https://github.com/numpy/numpy/pull/25570>`__)
1486
1487
``any`` and ``all`` return booleans for object arrays
0 commit comments