File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
These are the release notes for JAX.
4
4
5
- ## jax 0.1.59 (unreleased)
5
+ ## jax 0.1.60 (unreleased)
6
+
7
+ ## jax 0.1.59 (February 11, 2020)
6
8
7
9
### Breaking changes
8
10
9
11
* The minimum jaxlib version is now 0.1.38.
10
12
* Simplified ` Jaxpr ` by removing the ` Jaxpr.freevars ` and
11
13
` Jaxpr.bound_subjaxprs ` . The call primitives (` xla_call ` , ` xla_pmap ` ,
12
14
` 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.
14
16
15
17
### New features
16
18
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.1.58 "
15
+ __version__ = "0.1.59 "
You can’t perform that action at this time.
0 commit comments