Skip to content

Commit

Permalink
Release jaxlib 0.1.51 (#3636)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnecula authored Jul 2, 2020
1 parent 448c635 commit a5ed161
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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 = "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",
],
)

Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------------
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.50"
__version__ = "0.1.51"

0 comments on commit a5ed161

Please sign in to comment.