From dbe95c4b98e790b190b1ca90c9c7a4ed090ac2b5 Mon Sep 17 00:00:00 2001 From: Pontus Lurcock Date: Tue, 25 Jun 2024 18:33:47 +0200 Subject: [PATCH] List #9165 fix in whats-new.rst --- doc/whats-new.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 51a2c98fb9c..ffb56ea8018 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -35,6 +35,8 @@ Deprecations Bug fixes ~~~~~~~~~ +- Make `testing.assert_allclose` work with numpy 2.0 (:issue:`9165`, :pull:`9166`). + By `Pontus Lurcock `_ Documentation