Skip to content

Releases: google/flax

v0.7.5

28 Oct 02:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.7.5

v0.7.4

13 Sep 18:37
Compare
Choose a tag to compare

What's Changed

Added python version constraint >=3.9.

  • Bump version no by 1 post-release. by @copybara-service in #3328
  • Update minimum python version info. by @levskaya in #3331

Full Changelog: v0.7.3...v0.7.4

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