Skip to content

Commit

Permalink
Merge pull request #23736 from hawkinsp:changelog
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676111400
  • Loading branch information
Google-ML-Automation committed Sep 18, 2024
2 parents b51c653 + bef36c4 commit d0cb318
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG.

## jax 0.4.34

* New Functionality
* This release includes wheels for Python 3.13. Free-threading mode is not yet
supported.

* Deprecations
* In {func}`jax.numpy.trim_zeros`, non-arraylike arguments or arraylike arguments
with `ndim != 1` are now deprecated, and in the future will result in an error.
* In {func}`jax.numpy.trim_zeros`, non-arraylike arguments or arraylike
arguments with `ndim != 1` are now deprecated, and in the future will result
in an error.

* Deletion:
* `jax.xla_computation` is deleted. It's been 3 months since it's deprecation
Expand Down

0 comments on commit d0cb318

Please sign in to comment.