From 8be304c936ea8695c7e43acc579612bdd80bc56c Mon Sep 17 00:00:00 2001 From: Yash Katariya Date: Wed, 8 Dec 2021 12:07:42 -0800 Subject: [PATCH] Bump jax version after jax release PiperOrigin-RevId: 415064518 --- CHANGELOG.md | 10 +++++++--- jax/version.py | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847452f09..e1cb45a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,19 @@ 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.27 (Unreleased) +* [GitHub + commits](https://github.com/google/jax/compare/jax-v0.2.26...main). + ## jaxlib 0.1.76 (Unreleased) -## jaxlib 0.1.75 (Dec 7, 2021) +## jaxlib 0.1.75 (Dec 8, 2021) * New features: * Support for python 3.10. -## jax 0.2.26 (Unreleased) +## jax 0.2.26 (Dec 8, 2021) * [GitHub - commits](https://github.com/google/jax/compare/jax-v0.2.25...main). + commits](https://github.com/google/jax/compare/jax-v0.2.25...jax-v0.2.26). * Bug fixes: * Out-of-bounds indices to `jax.ops.segment_sum` will now be handled with diff --git a/jax/version.py b/jax/version.py index c866f3134..9953e690e 100644 --- a/jax/version.py +++ b/jax/version.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.26" +__version__ = "0.2.27" _minimum_jaxlib_version = "0.1.74"