Skip to content

Latest commit

 

History

History
84 lines (66 loc) · 5.78 KB

File metadata and controls

84 lines (66 loc) · 5.78 KB

Changelog

[0.1.4] - 2026-01-26

  • Extract lambda to a named function to ensure cache hits. by @copybara-service[bot] in AI-Hypercomputer#127
  • Always write array metadata if self._array_metadata_store is not None. by @copybara-service[bot] in AI-Hypercomputer#125
  • Add "Shared Pathways Service" for Pathways-on-Cloud by @copybara-service[bot] in AI-Hypercomputer#128
  • Exposes pathwaysutils.profiling._start_trace_from_profile_request as pathwaysutils.experimental.profiling.start_trace. by @copybara-service[bot] in AI-Hypercomputer#141
  • Patch internal JAX profiler functions (enabling jax.profiler.trace) and add a test for jax.profiler.trace. by @copybara-service[bot] in AI-Hypercomputer#140
  • Expose _split_by_mesh_axis directly in pw_jax. by @copybara-service[bot] in AI-Hypercomputer#147
  • Use Pathways _transfer_to_sharding for resharding in experimental reshard API. by @copybara-service[bot] in AI-Hypercomputer#148
  • Allow specifying a custom proxy job name in _ISCPathways by @copybara-service[bot] in AI-Hypercomputer#157

[0.1.3] - 2025-10-08

  • Update the github action for PyPI by @lukebaumann in AI-Hypercomputer#105
  • Expose is_pathways_backend_used in pathwaysutils. by @copybara-service[bot] in AI-Hypercomputer#107
  • Treat additional error types as potential slice down issues. by @copybara-service[bot] in AI-Hypercomputer#109
  • Adding split_by_mesh_axis to experimental for use by a new experimental reshard. by @copybara-service[bot] in AI-Hypercomputer#112
  • Update pathways.experimental.reshard so that PyTrees with arrays that have different device sets can be resharded. by @copybara-service[bot] in AI-Hypercomputer#113
  • Update GitHub action unittest matrix by @lukebaumann in AI-Hypercomputer#111
  • Handle new style PRNG keys in reshard and CloudPathwaysArrayHandler

[0.1.2] - 2025-08-25

[0.1.1] - 2025-04-25

  • Port the collect_profile script from JAX to PathwaysUtils
  • Remove support for legacy initialize
  • Add collect_profile as a script of pathwaysutils
  • Make CloudPathwaysArrayHandler compatible with async directory creation feature in orbax

[0.1.0] - 2025-04-07

  • Bump the JAX requirement to 0.5.1
  • Introduce pathwaysutils.initialize() to remove relying on side-effects from import pathwaysutils. by @copybara-service in AI-Hypercomputer#47
  • Add a test for proxy backend registration by @copybara-service in AI-Hypercomputer#55
  • Adding debugging utilities by @copybara-service in AI-Hypercomputer#57
  • Adding an elastic manager and reshard modules by @copybara-service in AI-Hypercomputer#58
  • Update README for Colocated Python Sidecar. by @copybara-service in AI-Hypercomputer#60

[0.0.8] - 2024-02-12

  • Disabled JAX's compilation cache
  • Updated Orbax handler to use bulk APIs
  • Updates to support JAX 0.5.0

[0.0.7] - 2024-10-23

  • Updated setup.py to pyproject.toml
  • Added this changelog
  • Added unittests
  • Prepared for PyPI release

[0.0.6] - 2024-10-10

  • Decreased logging severity for most logs
  • Persistence enabled
  • General argument type fixes