Skip to content

Commit e1cb032

Browse files
authored
Prepare version 0.1.47 for jaxlib (#3008)
1 parent 0ea22b7 commit e1cb032

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ http_archive(
2828
# and update the sha256 with the result.
2929
http_archive(
3030
name = "org_tensorflow",
31-
sha256 = "77338daa0112a62989e610fa1ee5a24afac5d139bd5bde476d6f2a82922a425e",
32-
strip_prefix = "tensorflow-b99e88eee6a854f0a0e6012f01de87ae0248f8af",
31+
sha256 = "642f5a1bc191dfb96b2d7ed1cfb8f2a1515b5169b8de4381c75193cef8404b92",
32+
strip_prefix = "tensorflow-b25fb1fe32094b60f5a53ad5f986ad65a9f05919",
3333
urls = [
34-
"https://github.com/tensorflow/tensorflow/archive/b99e88eee6a854f0a0e6012f01de87ae0248f8af.tar.gz",
34+
"https://github.com/tensorflow/tensorflow/archive/b25fb1fe32094b60f5a53ad5f986ad65a9f05919.tar.gz",
3535
],
3636
)
3737

docs/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jax 0.1.67 (unreleased)
2020
tightened. This may break code that was making use of names that were
2121
previously exported accidentally.
2222

23+
jaxlib 0.1.47 (May 8, 2020)
24+
------------------------------
25+
26+
* Fixes crash for outfeed.
27+
28+
2329
jax 0.1.66 (May 5, 2020)
2430
---------------------------
2531

jaxlib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.1.46"
15+
__version__ = "0.1.47"

0 commit comments

Comments
 (0)