From 4bdfdd736343f17a774188ec390a3675e6a66cd0 Mon Sep 17 00:00:00 2001 From: Sharad Vikram Date: Fri, 11 Nov 2022 14:00:33 -0800 Subject: [PATCH] Update changelog w/ info about deleting `jax_experimental_name_stack` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3d9b658..885d2d2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ Remember to align the itemized text with the first line of an item within a list {func}`jax.lax.linalg.tridiagonal`, and {func}`jax.lax.linalg.householder_product` were added. Householder and tridiagonal reductions are supported on CPU only. +* Breaking Changes + * Deleted the `jax_experimental_name_stack` config option. ## jaxlib 0.3.25 * Changes