From d29cad91b3e85571c6820052b042d884abefc64c Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Wed, 9 Oct 2024 12:24:42 +0200 Subject: [PATCH] Add missing item from changelog --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index d1e6733..1565609 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -30,6 +30,10 @@ ### Minor Changes +- NumPy 2.0 is now wrapped again. Previously it was unwrapped because it has + full 2022.12 array API support but it now requires wrapping again for + 2023.12 support. + - Support for JAX 0.4.32 and newer which implements the array API directly in `jax.numpy`.