Skip to content

Commit 79507ec

Browse files
author
Flax Authors
committed
Merge pull request #363 from levskaya:v0.2
PiperOrigin-RevId: 321967880
2 parents a5dfa29 + 3393e12 commit 79507ec

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
vNEXT
2-
---
1+
Changelog
2+
----------
3+
4+
5+
v0.2
6+
----
7+
- Added JAX trace-level checks for transforms.
8+
- BatchNorm added axis_index_groups for control in parallel training.
9+
- Optimizers broken out into separate directory with base class and implementations.
10+
- traverse_util added flatten_dict and unflatten_dict utility methods for nested dicts.
11+
312

413
v0.1
514
----
@@ -12,5 +21,3 @@ v0.1
1221
- Change default layer names from numbers '0', '1', etc. to
1322
include the Module class name, e.g. 'Dense_0', 'LayerNorm_1'.
1423

15-
### More
16-
...

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from setuptools import find_packages
1919
from setuptools import setup
2020

21-
version = "0.1.0"
21+
version = "0.2.0"
2222

2323
here = os.path.abspath(os.path.dirname(__file__))
2424
try:

0 commit comments

Comments
 (0)