Skip to content

Commit 9e6fe64

Browse files
committed
bump version and update changelog for pypi
1 parent 9797ea2 commit 9e6fe64

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

33
These are the release notes for JAX.
44

5-
## jax 0.1.59 (unreleased)
5+
## jax 0.1.60 (unreleased)
6+
7+
## jax 0.1.59 (February 11, 2020)
68

79
### Breaking changes
810

911
* The minimum jaxlib version is now 0.1.38.
1012
* Simplified `Jaxpr` by removing the `Jaxpr.freevars` and
1113
`Jaxpr.bound_subjaxprs`. The call primitives (`xla_call`, `xla_pmap`,
1214
`sharded_call`, and `remat_call`) get a new parameter `call_jaxpr` with a
13-
fully-closed (no `constvars`) JAXPR.
15+
fully-closed (no `constvars`) JAXPR.
1416

1517
### New features
1618

jax/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.58"
15+
__version__ = "0.1.59"

0 commit comments

Comments
 (0)