Skip to content

Commit

Permalink
create new release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 675622734
  • Loading branch information
ChromeHearts authored and Orbax Authors committed Sep 17, 2024
1 parent 1f62e57 commit eaf05e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions checkpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion checkpoint/orbax/checkpoint/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eaf05e8

Please sign in to comment.