Skip to content

Commit

Permalink
Merge pull request #25673 from jakevdp:changelog
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 709086770
  • Loading branch information
Google-ML-Automation committed Dec 23, 2024
2 parents 23965b7 + c206ae7 commit 1087623
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Best viewed [here](https://jax.readthedocs.io/en/latest/changelog.html).
For the changes specific to the experimental Pallas APIs,
see {ref}`pallas-changelog`.

JAX follows Effort-based versioning; for a discussion of this and JAX's API
compatibility policy, refer to {ref}`api-compatibility`. For the Python and
NumPy version support policy, refer to {ref}`version-support-policy`.

<!--
Remember to align the itemized text with the first line of an item within a list.
Expand All @@ -12,30 +16,25 @@ When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG.

## Unreleased

* Deprecations
* From {mod}`jax.interpreters.xla`, `abstractify` and `pytype_aval_mappings`
are now deprecated, having been replaced by symbols of the same name
in {mod}`jax.core`.

* Deletions
* `jax_enable_memories` flag has been deleted and the behavior of that flag
is on by default.

* Changes:
* The minimum NumPy version is now 1.25. NumPy 1.25 will remain the minimum
supported version until June 2025.

* Deprecations
* From {mod}`jax.interpreters.xla`, `abstractify` and `pytype_aval_mappings`
are now deprecated, having been replaced by symbols of the same name
in {mod}`jax.core`.

* New Features
* {func}`jax.numpy.fft.fftn`, {func}`jax.numpy.fft.rfftn`,
{func}`jax.numpy.fft.ifftn`, and {func}`jax.numpy.fft.irfftn` now support
transforms in more than 3 dimensions, which was previously the limit. See
{jax-issue}`#25606` for more details.

* Deprecations
* From {mod}`jax.interpreters.xla`, `abstractify` and `pytype_aval_mappings`
are now deprecated, having been replaced by symbols of the same name
in {mod}`jax.core`.

* Deletions
* `jax_enable_memories` flag has been deleted and the behavior of that flag
is on by default.

## jax 0.4.38 (Dec 17, 2024)

* Changes:
Expand Down

0 comments on commit 1087623

Please sign in to comment.