From 404e22ec6725e98b1148f665bf53fe2449e83c4e Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Wed, 15 Sep 2021 12:10:30 -0700 Subject: [PATCH] Add Changelog for jax v0.2.21 development --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709e6edae..14085a97d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,20 @@ Remember to align the itemized text with the first line of an item within a list PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK. --> +## jax 0.2.21 (Unreleased) +* [GitHub + commits](https://github.com/google/jax/compare/jax-v0.2.20...main). +* Breaking Changes + * `jax.lax.partial` was an accidental export that has now been removed. Use + `functools.partial` instead. + ## jax 0.2.20 (Sept 2, 2021) * [GitHub - commits](https://github.com/google/jax/compare/jax-v0.2.19...main). + commits](https://github.com/google/jax/compare/jax-v0.2.19...jax-v0.2.20). * Breaking Changes * `jnp.poly*` functions now require array-like inputs ({jax-issue}`#7732`) * `jnp.unique` and other set-like operations now require array-like inputs ({jax-issue}`#7662`) - * `jax.lax.partial` was an accidental export that has now been removed. Use - `functools.partial` instead. ## jaxlib 0.1.71 (Sep 1, 2021) * Breaking changes: