Skip to content

Commit 3fd6095

Browse files
Merge pull request #184 from AI-Hypercomputer:wstcliyu/release-v015
PiperOrigin-RevId: 876319039
2 parents f78888c + 69b254f commit 3fd6095

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323

2424
## [Unreleased]
2525

26+
## [0.1.5] - 2026-02-27
27+
* Refactor: Simplify Elasticity Manager to focus on slice availability. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/167
28+
* Make Pathways proxy server image user-configurable by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/159
29+
* This change introduces reshard_with_intermediate_sharding which will first look for intermediate shardings, perform all intermediate resharding, and then perform the final reshard into the out sharding. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/145
30+
* Update active_slice_indices after waiting for slices within pause-resume. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/174
31+
* Add cleanup to restore JAX config and environment variables in tests. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/185
32+
* Change Pathways backend target from `localhost` to `127.0.0.1` by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/186
33+
* Move ifrt based reshard out of experimental. Leaving intermediate resharding and sidechannel resharding in experimental. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/176
34+
* Add support for passing environment variables to the Pathways proxy by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/187
35+
2636
## [0.1.4] - 2026-01-26
2737
* Extract lambda to a named function to ensure cache hits. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/127
2838
* Always write array metadata if self._array_metadata_store is not None. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/125

pathwaysutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
del _initialize
2121

2222
# When changing this, also update the CHANGELOG.md.
23-
__version__ = "v0.1.4"
23+
__version__ = "v0.1.5"

0 commit comments

Comments
 (0)