File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
1212## jax 0.3.8 (Unreleased)
1313* [ GitHub
1414 commits] ( https://github.com/google/jax/compare/jax-v0.3.7...main ) .
15- * Changes:
16- * The ` DeviceArray.tile() ` method is deprecated, because numpy arrays do not have a
17- ` tile() ` method. As a replacement for this, use {func}` jax.numpy.tile `
18- ({jax-issue}` #10266 ` ).
1915
2016## jax 0.3.7 (April 15, 2022)
2117* [ GitHub
@@ -26,8 +22,14 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
2622 * {func}` jax.scipy.special.expit ` and {func}` jax.scipy.special.logit ` now
2723 require their arguments to be scalars or JAX arrays. They also now promote
2824 integer arguments to floating point.
25+ * The ` DeviceArray.tile() ` method is deprecated, because numpy arrays do not have a
26+ ` tile() ` method. As a replacement for this, use {func}` jax.numpy.tile `
27+ ({jax-issue}` #10266 ` ).
2928
3029## jaxlib 0.3.7 (April 15, 2202)
30+ * Changes:
31+ * Linux wheels are now built conforming to the ` manylinux2014 ` standard, instead
32+ of ` manylinux2010 ` .
3133
3234## jax 0.3.6 (April 12, 2022)
3335* [ GitHub
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77# and update the sha256 with the result.
88http_archive (
99 name = "org_tensorflow" ,
10- sha256 = "9f8bb53e42cd3994bbd2396065c4d8cd87602d596c0ac0fcfbb1bb40d6cc06cc " ,
11- strip_prefix = "tensorflow-e74ef072ecd54ca54f3940ce9b98af796ded2a1a " ,
10+ sha256 = "ef5a001226c37f59eca9c9bf0506b962cf220906bcc8f24df4d1ed6011a593e9 " ,
11+ strip_prefix = "tensorflow-e011187e26dbeed80dede66eb48729d184e3bb1d " ,
1212 urls = [
13- "https://github.com/tensorflow/tensorflow/archive/e74ef072ecd54ca54f3940ce9b98af796ded2a1a .tar.gz" ,
13+ "https://github.com/tensorflow/tensorflow/archive/e011187e26dbeed80dede66eb48729d184e3bb1d .tar.gz" ,
1414 ],
1515)
1616
You can’t perform that action at this time.
0 commit comments