Skip to content

Commit

Permalink
Prepare version 0.1.47 for jaxlib (#3008)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnecula authored May 8, 2020
1 parent 0ea22b7 commit e1cb032
Show file tree
Hide file tree
Showing 3 changed files with 10 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 = "77338daa0112a62989e610fa1ee5a24afac5d139bd5bde476d6f2a82922a425e",
strip_prefix = "tensorflow-b99e88eee6a854f0a0e6012f01de87ae0248f8af",
sha256 = "642f5a1bc191dfb96b2d7ed1cfb8f2a1515b5169b8de4381c75193cef8404b92",
strip_prefix = "tensorflow-b25fb1fe32094b60f5a53ad5f986ad65a9f05919",
urls = [
"https://github.com/tensorflow/tensorflow/archive/b99e88eee6a854f0a0e6012f01de87ae0248f8af.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/b25fb1fe32094b60f5a53ad5f986ad65a9f05919.tar.gz",
],
)

Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jax 0.1.67 (unreleased)
tightened. This may break code that was making use of names that were
previously exported accidentally.

jaxlib 0.1.47 (May 8, 2020)
------------------------------

* Fixes crash for outfeed.


jax 0.1.66 (May 5, 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.46"
__version__ = "0.1.47"

0 comments on commit e1cb032

Please sign in to comment.