Skip to content

Commit

Permalink
Bump jaxlib version to 0.1.45 and update WORKSPACE and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
skye committed Apr 21, 2020
1 parent f527ed4 commit 29e8c4c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

Expand Down
8 changes: 7 additions & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion jaxlib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 29e8c4c

Please sign in to comment.