Update jax version to 0.2.15

This commit is contained in:
Skye Wanderman-Milne 2021-06-23 11:55:40 -07:00
parent a251eccccb
commit 444ee5e840
2 changed files with 7 additions and 4 deletions

View File

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

View File

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