mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Bump jax version after jax release
PiperOrigin-RevId: 415064518
This commit is contained in:
parent
1b5630eed6
commit
8be304c936
10
CHANGELOG.md
10
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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user