Skip to content

Commit

Permalink
Merge pull request #1645 from google/newversion
Browse files Browse the repository at this point in the history
Version 0.3.6
  • Loading branch information
marcvanzee authored Oct 27, 2021
2 parents d23a577 + 6834383 commit 136f41a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Changelog

vNext
------

(Add your change to a random empty line to avoid merge conflicts)
-
-
Expand All @@ -14,23 +13,25 @@ vNext
-
-
-
- Add experimental checkpoint policy argument. See `flax.linen.checkpoint`
-
-
-
-
-
- Add lifted versions of jvp and vjp.
-
-
-
-
- Add lifted transformation for mapping variables. See `flax.linen.map_variables`.
-
-
-


0.3.6
------
Breaking changes:
- Move `flax.nn` to `flax.deprecated.nn`.

New features:
- Add experimental checkpoint policy argument. See `flax.linen.checkpoint`
- Add lifted versions of jvp and vjp.
- Add lifted transformation for mapping variables. See `flax.linen.map_variables`.


0.3.5
------
Expand Down
2 changes: 1 addition & 1 deletion flax/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.3.5"
__version__ = "0.3.6"

0 comments on commit 136f41a

Please sign in to comment.