Skip to content

Commit eaf05e8

Browse files
ChromeHeartsOrbax Authors
authored andcommitted
create new release
PiperOrigin-RevId: 675622734
1 parent 1f62e57 commit eaf05e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

checkpoint/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.4] - 2024-09-17
11+
1012
### Fixed
1113
- Return empty dict (instead of None) as metadata for *empty* Mapping typed
1214
unregistered types.
15+
- Restore to user mesh after emergency checkpoint local restoration.
1316

1417
### Changed
1518
- Removed `write_chunk_shape` and `read_chunk_shape` from `SaveArgs`.

checkpoint/orbax/checkpoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# A new PyPI release will be pushed everytime `__version__` is increased.
1818
# Also modify version and date in CHANGELOG.
19-
__version__ = '0.6.3'
19+
__version__ = '0.6.4'
2020

2121

2222
# TODO: b/362813406 - Add latest change timestamp and commit number.

0 commit comments

Comments
 (0)