Skip to content

Commit

Permalink
Merge pull request #2010 from andsteing:release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 436714568
  • Loading branch information
Flax Authors committed Mar 23, 2022
2 parents e16cf72 + 0377fd4 commit ad8dfe0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,24 @@ vNext
-
-
-
-
-
-
-
-
-
-
-

0.4.1
-----

New features:
- Added locally-connected (unshared CNN) layer `flax.linen.ConvLocal`.
- Improved seq2seq example: Factored our model and input pipeline code.
- Added Optax update guide and deprecated `flax.optim`.
- Added `sep` argument to `flax.traverse_util.flatten_dict()`.
- Implemented Sequential module, in `flax.linen.combinators`.
-
- Added locally-connected (unshared CNN) layer `flax.linen.ConvLocal`.
-

0.4.0
------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ To cite this repository:
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
title = {{F}lax: A neural network library and ecosystem for {JAX}},
url = {http://github.com/google/flax},
version = {0.4.0},
version = {0.4.1},
year = {2020},
}
```
Expand Down
2 changes: 1 addition & 1 deletion flax/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.

"""Current Flax version at head on Github."""
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit ad8dfe0

Please sign in to comment.