mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Update jax version to 0.2.15
This commit is contained in:
parent
a251eccccb
commit
444ee5e840
@ -8,8 +8,11 @@ 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.15 (unreleased)
|
||||
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.14...main).
|
||||
## jax 0.2.16 (unreleased)
|
||||
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.15...main).
|
||||
|
||||
## jax 0.2.15 (June 23 2021)
|
||||
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.14...jax-v0.2.15).
|
||||
* New features:
|
||||
* The {func}`jax2tf.convert` supports inequalities and min/max for booleans
|
||||
({jax-issue}`#6956`).
|
||||
@ -21,7 +24,7 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
|
||||
* Bug fixes:
|
||||
* Fixed bug that prevented round-tripping from JAX to TF and back:
|
||||
`jax2tf.call_tf(jax2tf.convert)` ({jax-issue}`#6947`).
|
||||
|
||||
|
||||
## jax 0.2.14 (June 10 2021)
|
||||
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.13...jax-v0.2.14).
|
||||
* New features:
|
||||
|
@ -12,5 +12,5 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
__version__ = "0.2.14"
|
||||
__version__ = "0.2.15"
|
||||
_minimum_jaxlib_version = "0.1.65"
|
||||
|
Loading…
x
Reference in New Issue
Block a user