From 1715888ed657328045074c16944559a8fb8b5bf5 Mon Sep 17 00:00:00 2001 From: Andrew Nelson Date: Thu, 2 May 2024 08:42:34 +1000 Subject: [PATCH] DOC: fix np.unique release notes [skip cirrus] --- doc/source/release/2.0.0-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/release/2.0.0-notes.rst b/doc/source/release/2.0.0-notes.rst index 216c38bb1538..73aff5d1e268 100644 --- a/doc/source/release/2.0.0-notes.rst +++ b/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 directly using ``np.take(unique, unique_inverse)`` when ``axis=None``, and ``np.take_along_axis(unique, unique_inverse, axis=axis)`` otherwise. -(`gh-25553 `__, +(`gh-25553 `__, `gh-25570 `__) ``any`` and ``all`` return booleans for object arrays