diff --git a/checkpoint/CHANGELOG.md b/checkpoint/CHANGELOG.md index e09142f63..b9c96a3b6 100644 --- a/checkpoint/CHANGELOG.md +++ b/checkpoint/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.4] - 2024-09-17 + ### Fixed - Return empty dict (instead of None) as metadata for *empty* Mapping typed unregistered types. +- Restore to user mesh after emergency checkpoint local restoration. ### Changed - Removed `write_chunk_shape` and `read_chunk_shape` from `SaveArgs`. diff --git a/checkpoint/orbax/checkpoint/version.py b/checkpoint/orbax/checkpoint/version.py index 837c27739..a4f2696b3 100644 --- a/checkpoint/orbax/checkpoint/version.py +++ b/checkpoint/orbax/checkpoint/version.py @@ -16,7 +16,7 @@ # A new PyPI release will be pushed everytime `__version__` is increased. # Also modify version and date in CHANGELOG. -__version__ = '0.6.3' +__version__ = '0.6.4' # TODO: b/362813406 - Add latest change timestamp and commit number.