From bef36c431d752b91372ac58d4cf6a84277dc600e Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Wed, 18 Sep 2024 18:57:03 +0000 Subject: [PATCH] Add Python 3.13 wheels to changelog. --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d507c7e01..659a8ee04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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