Skip to content

Commit 1189c3c

Browse files
author
jax authors
committed
Merge pull request #10312 from hawkinsp:jaxlib
PiperOrigin-RevId: 442071567
2 parents a303e4b + 6b33c55 commit 1189c3c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
1212
## jax 0.3.8 (Unreleased)
1313
* [GitHub
1414
commits](https://github.com/google/jax/compare/jax-v0.3.7...main).
15-
* Changes:
16-
* The `DeviceArray.tile()` method is deprecated, because numpy arrays do not have a
17-
`tile()` method. As a replacement for this, use {func}`jax.numpy.tile`
18-
({jax-issue}`#10266`).
1915

2016
## jax 0.3.7 (April 15, 2022)
2117
* [GitHub
@@ -26,8 +22,14 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
2622
* {func}`jax.scipy.special.expit` and {func}`jax.scipy.special.logit` now
2723
require their arguments to be scalars or JAX arrays. They also now promote
2824
integer arguments to floating point.
25+
* The `DeviceArray.tile()` method is deprecated, because numpy arrays do not have a
26+
`tile()` method. As a replacement for this, use {func}`jax.numpy.tile`
27+
({jax-issue}`#10266`).
2928

3029
## jaxlib 0.3.7 (April 15, 2202)
30+
* Changes:
31+
* Linux wheels are now built conforming to the `manylinux2014` standard, instead
32+
of `manylinux2010`.
3133

3234
## jax 0.3.6 (April 12, 2022)
3335
* [GitHub

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77
# and update the sha256 with the result.
88
http_archive(
99
name = "org_tensorflow",
10-
sha256 = "9f8bb53e42cd3994bbd2396065c4d8cd87602d596c0ac0fcfbb1bb40d6cc06cc",
11-
strip_prefix = "tensorflow-e74ef072ecd54ca54f3940ce9b98af796ded2a1a",
10+
sha256 = "ef5a001226c37f59eca9c9bf0506b962cf220906bcc8f24df4d1ed6011a593e9",
11+
strip_prefix = "tensorflow-e011187e26dbeed80dede66eb48729d184e3bb1d",
1212
urls = [
13-
"https://github.com/tensorflow/tensorflow/archive/e74ef072ecd54ca54f3940ce9b98af796ded2a1a.tar.gz",
13+
"https://github.com/tensorflow/tensorflow/archive/e011187e26dbeed80dede66eb48729d184e3bb1d.tar.gz",
1414
],
1515
)
1616

0 commit comments

Comments
 (0)