Skip to content

Commit 525c3b3

Browse files
committed
Update the changelog and dependencies for the next release
1 parent 29f2b44 commit 525c3b3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ 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
27+
28+
* Port the `collect_profile` script from JAX to PathwaysUtils
29+
* Remove support for legacy initialize
30+
* Add collect_profile as a script of pathwaysutils
31+
* Make CloudPathwaysArrayHandler compatible with async directory creation feature in orbax
32+
2633
## [0.1.0] - 2025-04-07
2734
* Bump the JAX requirement to 0.5.1
2835
* Introduce `pathwaysutils.initialize()` to remove relying on side-effects from `import pathwaysutils`. by @copybara-service in https://github.com/AI-Hypercomputer/pathways-utils/pull/47
@@ -47,5 +54,5 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
4754
* Persistence enabled
4855
* General argument type fixes
4956

50-
[Unreleased]: https://github.com/AI-Hypercomputer/pathways-utils/compare/v0.1.0...HEAD
57+
[Unreleased]: https://github.com/AI-Hypercomputer/pathways-utils/compare/v0.1.1...HEAD
5158

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ keywords = []
1414
dependencies = [
1515
"absl-py",
1616
"fastapi",
17-
"google-cloud-logging",
1817
"jax>=0.4.26",
1918
"orbax-checkpoint",
2019
"uvicorn",
20+
"requests",
2121
]
2222

2323
# `version` is automatically set by flit to use `my_project.__version__`

0 commit comments

Comments
 (0)