From dc8ead04b40fbdff16b32fde82d15cbf076c5512 Mon Sep 17 00:00:00 2001 From: Yash Katariya Date: Mon, 12 Dec 2022 17:01:54 -0800 Subject: [PATCH] Update CHANGELOG to indicate that 0.4.0 was yanked. PiperOrigin-RevId: 494868884 --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2fb737d80d..b4e88905e043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -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`. @@ -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