Skip to content

Commit ec49159

Browse files
authored
Preparing for the v0.1.4 release (#165)
1 parent c0147e6 commit ec49159

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.4] - 2026-01-26
27+
* Extract lambda to a named function to ensure cache hits. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/127
28+
* 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
29+
* Add "Shared Pathways Service" for Pathways-on-Cloud by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/128
30+
* Exposes `pathwaysutils.profiling._start_trace_from_profile_request` as `pathwaysutils.experimental.profiling.start_trace`. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/141
31+
* Patch internal JAX profiler functions (enabling `jax.profiler.trace`) and add a test for `jax.profiler.trace`. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/140
32+
* Expose `_split_by_mesh_axis` directly in `pw_jax`. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/147
33+
* Use Pathways `_transfer_to_sharding` for resharding in experimental reshard API. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/148
34+
* Allow specifying a custom proxy job name in _ISCPathways by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/157
35+
2636
## [0.1.3] - 2025-10-08
2737
* Update the github action for PyPI by @lukebaumann in https://github.com/AI-Hypercomputer/pathways-utils/pull/105
2838
* Expose `is_pathways_backend_used` in `pathwaysutils`. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/107

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.3"
23+
__version__ = "v0.1.4"

0 commit comments

Comments
 (0)