Skip to content

Commit 2609b1f

Browse files
authored
Preparing for the v0.1.2 release (#104)
1 parent 81b763f commit 2609b1f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323

2424
## [Unreleased]
2525

26-
## [0.1.1] - 2025-04-25
26+
## [0.1.2] - 2025-08-25
27+
* Updates to Pathways orbax handler. In https://github.com/AI-Hypercomputer/pathways-utils/pull/81 https://github.com/AI-Hypercomputer/pathways-utils/pull/89 https://github.com/AI-Hypercomputer/pathways-utils/pull/90
28+
* Improvements to pathwaysutils/elastic by @copybara-service[bot] inhttps://github.com/AI-Hypercomputer/pathways-utils/pull/72 https://github.com/AI-Hypercomputer/pathways-utils/pull/84 https://github.com/AI-Hypercomputer/pathways-utils/pull/85 https://github.com/AI-Hypercomputer/pathways-utils/pull/86 https://github.com/AI-Hypercomputer/pathways-utils/pull/99 https://github.com/AI-Hypercomputer/pathways-utils/pull/100 https://github.com/AI-Hypercomputer/pathways-utils/pull/102
29+
* Handle JAX API interface compatibility by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/88 https://github.com/AI-Hypercomputer/pathways-utils/pull/93 https://github.com/AI-Hypercomputer/pathways-utils/pull/95
30+
* Adding jax version to the github actions matrix by @lukebaumann in https://github.com/AI-Hypercomputer/pathways-utils/pull/94
31+
* Added LRU cache and tests to pathwaysutils. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/83
32+
* Moving initialization logic into its own module by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/96
2733

34+
## [0.1.1] - 2025-04-25
2835
* Port the `collect_profile` script from JAX to PathwaysUtils
2936
* Remove support for legacy initialize
3037
* Add collect_profile as a script of pathwaysutils

pathwaysutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
del _initialize
1919

2020
# When changing this, also update the CHANGELOG.md.
21-
__version__ = "v0.1.1"
21+
__version__ = "v0.1.2"

0 commit comments

Comments
 (0)