Skip to content

Commit

Permalink
Update CHANGELOG to indicate that 0.4.0 was yanked.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 494868884
  • Loading branch information
yashk2810 authored and jax authors committed Dec 13, 2022
1 parent 71569e1 commit dc8ead0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Expand Up @@ -8,9 +8,6 @@ Remember to align the itemized text with the first line of an item within a list

## jax 0.4.1

## jaxlib 0.4.1

## jax 0.4.0 (Dec 12, 2022)
* Changes
* Support for Python 3.7 has been dropped, in accordance with JAX's
{ref}`version-support-policy`.
Expand Down Expand Up @@ -43,7 +40,8 @@ Remember to align the itemized text with the first line of an item within a list
It will be removed in a future release, in accordance with the {ref}`api-compatibility`
policy. It can be replaced with `jnp.sort(a, axis=0)`.

## jaxlib 0.4.0 (Dec 12, 2022)
## jaxlib 0.4.1

* Changes
* Support for Python 3.7 has been dropped, in accordance with JAX's
{ref}`version-support-policy`.
Expand All @@ -55,6 +53,13 @@ Remember to align the itemized text with the first line of an item within a list
* The deprecated method `.block_host_until_ready()` has been removed. Use
`.block_until_ready()` instead.

## jax 0.4.0 (Dec 12, 2022)

* The release was yanked.

## jaxlib 0.4.0 (Dec 12, 2022)

* The release was yanked.

## jax 0.3.25 (Nov 15, 2022)
* Changes
Expand Down

0 comments on commit dc8ead0

Please sign in to comment.