From 4770c381d54a44ea28c03a0b5b00528ee0f01021 Mon Sep 17 00:00:00 2001 From: Etienne Pot Date: Wed, 27 Nov 2024 07:57:05 -0800 Subject: [PATCH] Release etils 1.11.0 PiperOrigin-RevId: 700701789 --- CHANGELOG.md | 7 +++++-- etils/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb74e9..e4af6e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/etils/__init__.py b/etils/__init__.py index 3db986d..d62fc8a 100644 --- a/etils/__init__.py +++ b/etils/__init__.py @@ -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.