Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

## [Unreleased]

## [0.1.7] - 2026-04-03
## What's Changed
* Refactor elasticity retry logic into a reusable private method. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/177
* Add a name parameter to the watchdog context manager. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/199
* Use abstract types for return type hints in pathwaysutils. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/198
* Update environment variables for JAX backend by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/203
* Enable Pathways profiling with jax.profiler.ProfileOptions. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/201
* Refactor elastic retry decorators into a single elastic_retry method. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/202
* Fix JaxRuntimeError during profiler stop_trace with profile options by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/205
* Add CLI mode to Shared Pathways Service by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/200

## [0.1.6] - 2026-02-27
* Fix --proxy_options to use flags.DEFINE_list by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/191

Expand Down
2 changes: 1 addition & 1 deletion pathwaysutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
del _initialize

# When changing this, also update the CHANGELOG.md.
__version__ = "v0.1.6"
__version__ = "v0.1.7"
Loading