Skip to content

Commit a8e6f5e

Browse files
committed
release 0.6.6
1 parent 1519161 commit a8e6f5e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ vNext
2424
-
2525
-
2626

27+
0.6.6
28+
-----
29+
- 0.6.5 was yanked so this one contains all that was in 0.6.5 as well.
30+
- Migrated regular dict to FrozenDict, currently controlled by a flag.
31+
- Refactored and separate out name relaxation policy changes.
32+
- Added RMS normalization layer.
33+
2734
0.6.5
2835
-----
2936
- Added logical partitioning helpers for using pjit with Flax.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ To cite this repository:
191191
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
192192
title = {{F}lax: A neural network library and ecosystem for {JAX}},
193193
url = {http://github.com/google/flax},
194-
version = {0.6.5},
194+
version = {0.6.6},
195195
year = {2023},
196196
}
197197
```

flax/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414

1515
"""Current Flax version at head on Github."""
16-
__version__ = "0.6.5"
16+
__version__ = "0.6.6"
1717

0 commit comments

Comments
 (0)