Skip to content

Releases: google/flax

Version 0.7.3

13 Sep 01:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

Version 0.7.2

09 Aug 01:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

Version 0.7.1

01 Aug 01:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

Version 0.7.0

08 Jul 01:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.11...v0.7.0

Version 0.6.11

21 Jun 22:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.10...v0.6.11

Version 0.6.10

09 May 16:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.9...v0.6.10

Version 0.6.9

18 Apr 21:02
Compare
Choose a tag to compare

What's Changed

  • Follow-up to #2985 (adding config.prefetch) by @copybara-service in #3004
  • Bringing changes in #2955 internally. by @copybara-service in #2960
  • Updates imagenet.ipynb to use GPU Colab runtime. by @andsteing in #3007
  • Simplify pyproject.toml's mypy section by @cgarciae in #3011
  • Invalidate CI cache daily by @cgarciae in #3010
  • Update module.py by @aniquetahir in #3006
  • Fix get_partition_spec on replicated array by @IvyZX in #3013
  • Move setup.py to project.toml by @cgarciae in #3012
  • modify git repo master to main by @Mddct in #3020
  • Added pretty_repr utility fn by @chiamp in #3022
  • Update checkpointing guide with Orbax APIs by @IvyZX in #3002
  • Checkpoint fixes to unbreak head by @IvyZX in #3027
  • Use backend dependent os.path.getsize. by @copybara-service in #3028
  • Add more explicit warnings and logs for code with Orbax backend. by @copybara-service in #3030
  • Update orbax_upgrade_guide.rst fixing broken link by @canyon289 in #3031
  • Back to orbax-checkpoint after the package is fixed in 0.2.1. by @IvyZX in #3029
  • 0.6.9 release by @IvyZX in #3035
  • Fix release CI script by @cgarciae in #3039

New Contributors

Full Changelog: v0.6.8...v0.6.9

Version 0.6.8

28 Mar 21:14
Compare
Choose a tag to compare

Changelog

  • The automatic checkpoint migration was temporarily rolled back due to legacy compatibility issues.
    • We still recommend you to use the upgrade guide and migrate completely to the Orbax API to ensure stability.
    • Or alternatively, add flax.config.update('flax_use_orbax_checkpointing', True) to your project to avoid being impacted by the automatic migration process.
  • Added utility functions to frozen_dict api.
  • Migrated Flax away from register_keypaths.
  • Fixes kwargs in convert_to_graphs_tuple_fn.
  • Fixed examples in a few ways:
    • Bumped the TF version
    • Used latest checkpoint formats
    • Other misc fixes.

List of PRs

Full Changelog: v0.6.7...v0.6.8

Version 0.6.7

10 Mar 01:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.6...v0.6.7

Version 0.6.6

28 Feb 00:18
Compare
Choose a tag to compare

What's Changed

  • Enhance checkpointing docs with Orbax information by @cpgaffney1 in #2879
  • A small doc and one fixe to Imagenet benchmark by @nouiz in #2812
  • Refactor and separate out name relaxation policy changes. by @levskaya in #2873
  • Added RMS normalization layer by @chiamp in #2881
  • added feature flag for FrozenDicts by @chiamp in #2872
  • Explicitly mark the lazy-rng with legacy_config, and all new configs should use flax.config. by @copybara-service in #2895
  • Added test for FrozenDict feature flag by @chiamp in #2896
  • Added dict utility functions by @chiamp in #2897
  • Improve notebook handling by @cgarciae in #2860
  • migrate tests to regular dicts by @chiamp in #2898
  • Release 0.6.6 by @IvyZX in #2908

New Contributors

Full Changelog: v0.6.5...v0.6.6