Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasekharporeddy committed Sep 16, 2024
1 parent 156d1b9 commit 8fefaef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG.

## jax 0.4.33

* 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.

* Deletion:
* `jax.xla_computation` is deleted. It's been 3 months since it's deprecation
in 0.4.30 JAX release.
Expand Down Expand Up @@ -91,8 +95,6 @@ When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG.
* Passing a DLPack capsule to {func}`jax.dlpack.from_dlpack` is deprecated.
The argument to {func}`jax.dlpack.from_dlpack` should be an array from
another framework that implements the ``__dlpack__`` protocol.
* 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.

## jaxlib 0.4.32 (September 11, 2024)

Expand Down

0 comments on commit 8fefaef

Please sign in to comment.