From 29e8c4c14ef06981c5a452ed4be309c05743f150 Mon Sep 17 00:00:00 2001 From: Skye Wanderman-Milne Date: Tue, 21 Apr 2020 12:00:22 -0700 Subject: [PATCH] Bump jaxlib version to 0.1.45 and update WORKSPACE and CHANGELOG. --- WORKSPACE | 6 +++--- docs/CHANGELOG.rst | 8 +++++++- jaxlib/version.py | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c784eb7f9445..642617073b59 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -28,10 +28,10 @@ http_archive( # and update the sha256 with the result. http_archive( name = "org_tensorflow", - sha256 = "a7351296211d10b6dfb6de552eb88b2fba282985a29f459ffbf520bca2d71950", - strip_prefix = "tensorflow-4735df8ff40f31df3a3beb03c68d6967010ec4af", + sha256 = "86ec522b57d5a7f30e604153b8a5e0337e8449b3caa34a186200b83fffaf9295", + strip_prefix = "tensorflow-98a5b3b6d13fcf0b8a43b77dbfc108b8953b23b9", urls = [ - "https://github.com/tensorflow/tensorflow/archive/4735df8ff40f31df3a3beb03c68d6967010ec4af.tar.gz", + "https://github.com/tensorflow/tensorflow/archive/98a5b3b6d13fcf0b8a43b77dbfc108b8953b23b9.tar.gz", ], ) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ad17f1599e3f..5a54bbe21838 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -12,9 +12,15 @@ These are the release notes for JAX. jax 0.1.64 (unreleased) --------------------------- -jaxlib 0.1.45 (unreleased) +jaxlib 0.1.46 (unreleased) ------------------------------ +jaxlib 0.1.45 (April 21, 2020) +------------------------------ + +* Fixes segfault: https://github.com/google/jax/issues/2755 +* Plumb is_stable option on Sort HLO through to Python. + jax 0.1.64 (April 21, 2020) --------------------------- diff --git a/jaxlib/version.py b/jaxlib/version.py index 4db483d78148..9b87ecf19486 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.44" +__version__ = "0.1.45"