Bump jax version after jax release

PiperOrigin-RevId: 415064518
This commit is contained in:
Yash Katariya 2021-12-08 12:07:42 -08:00 committed by jax authors
parent 1b5630eed6
commit 8be304c936
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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"