From a5ed161550825f3b3c52b764b39db8e15b4c9f1e Mon Sep 17 00:00:00 2001 From: George Necula Date: Thu, 2 Jul 2020 10:33:00 +0300 Subject: [PATCH] Release jaxlib 0.1.51 (#3636) --- WORKSPACE | 6 +++--- docs/CHANGELOG.rst | 5 +++++ jaxlib/version.py | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index cfe6bd7da81c..d4700f433af9 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -28,10 +28,10 @@ http_archive( # and update the sha256 with the result. http_archive( name = "org_tensorflow", - sha256 = "3e2387ae5d069de6fe1ccd4faa8d0dc1d63799d59df10f5bb93d03152ba9b158", - strip_prefix = "tensorflow-ed7033c7fc2787aa50fae345fc1be4030608b54f", + sha256 = "ab1b8edb072269a4a513385fbf03a6dc2a22cda5f7cb833aa4962e692d3caf61", + strip_prefix = "tensorflow-62b6c316d2a9a1fb06aefb086856e76241280c08", urls = [ - "https://github.com/tensorflow/tensorflow/archive/ed7033c7fc2787aa50fae345fc1be4030608b54f.tar.gz", + "https://github.com/tensorflow/tensorflow/archive/62b6c316d2a9a1fb06aefb086856e76241280c08.tar.gz", ], ) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 2ed730675630..c2e60cd3b1ae 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -8,6 +8,11 @@ Change Log .. PLEASE REMEMBER TO CHANGE THE '..master' WITH AN ACTUAL TAG in GITHUB LINK. These are the release notes for JAX. +jaxlib 0.1.51 (July 2, 2020) +------------------------------ + +* Update XLA. +* Add new runtime support for host_callback. jax 0.1.72 (June 28, 2020) --------------------------- diff --git a/jaxlib/version.py b/jaxlib/version.py index 679011f2268e..4e63647d864c 100644 --- a/jaxlib/version.py +++ b/jaxlib/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.50" +__version__ = "0.1.51"