Skip to content

Commit 690c7c9

Browse files
authored
Preparing for the v0.1.8 release (AI-Hypercomputer#222)
1 parent d91f57e commit 690c7c9

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

2424
## [Unreleased]
2525

26+
## [0.1.8] - 2026-04-24
27+
## What's Changed
28+
* Add background log streaming to detect TPU placement completion by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/204
29+
* Add a script to deploy Pathways service as a JobSet by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/211
30+
* Integrate metrics collection into ISC Pathways by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/214
31+
* add support for max_num_hosts in start_trace. the default now is to trace one host. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/213
32+
* Remove redundant user waiting metric update by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/215
33+
* Rename pw-service-example to pw-service by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/219
34+
* Expose concatenate_by_mesh_axis in pathwaysutils. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/217
35+
* Update concatenate_by_mesh_axis to preserve memory kind by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/220
36+
2637
## [0.1.7] - 2026-04-03
2738
## What's Changed
2839
* Refactor elasticity retry logic into a reusable private method. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/177

pathwaysutils/__init__.py

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

2323
# When changing this, also update the CHANGELOG.md.
24-
__version__ = "v0.1.7"
24+
__version__ = "v0.1.8"

0 commit comments

Comments
 (0)