Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Loading