Skip to content

Commit

Permalink
Release etils 1.11.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700699291
  • Loading branch information
Conchylicultor authored and The etils Authors committed Nov 27, 2024
1 parent c412811 commit 67c306d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Changelog follow https://keepachangelog.com/ format.

## [Unreleased]

## [1.11.0] - 2024-11-27

* `enp`:
* Make `enp.testing.parametrize_xnp()` import only requested xnp modules.
* Fix orbax error when inspecting specs of an orbax checkpoint.
Expand Down Expand Up @@ -464,9 +466,10 @@ Changelog follow https://keepachangelog.com/ format.

* Automated github release

[Unreleased]: https://github.com/google/etils/compare/v1.10.0...HEAD
[Unreleased]: https://github.com/google/etils/compare/v1.11.0...HEAD
[1.11.0]: https://github.com/google/etils/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/google/etils/compare/v1.9.4...v1.10.0
[1.9.3]: https://github.com/google/etils/compare/v1.9.3...v1.9.4
[1.9.4]: https://github.com/google/etils/compare/v1.9.3...v1.9.4
[1.9.3]: https://github.com/google/etils/compare/v1.9.2...v1.9.3
[1.9.2]: https://github.com/google/etils/compare/v1.9.1...v1.9.2
[1.9.1]: https://github.com/google/etils/compare/v1.9.0...v1.9.1
Expand Down
2 changes: 1 addition & 1 deletion etils/__init__.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
# When changing this, also update the CHANGELOG.md
__version__ = '1.10.0'
__version__ = '1.11.0'

# Do NOT add anything to this file. This is left empty on purpose.
# Users should import subprojects directly.

0 comments on commit 67c306d

Please sign in to comment.