Skip to content

Releases: programasweights/programasweights-python

programasweights 0.4.4

Choose a tag to compare

@da03 da03 released this 18 Jul 23:01
1abdff7

Highlights

  • Desktop preparation and cache inspection APIs with structured progress
  • Strict offline, integrity-checked, race-safe program and model caching
  • Durable long-running finetune compile helpers and terminal status metadata
  • Advanced explicit adapter-free base interpreter mode via paw.function(None, interpreter=...)
  • Hermetic CI coverage across Python 3.9–3.13

Install:

pip install programasweights==0.4.4 --extra-index-url https://pypi.programasweights.com/simple/

v0.4.3

Choose a tag to compare

@da03 da03 released this 06 Jul 22:13

CLI auth fixes.

  • Fix paw info / paw rename crashing with AttributeError when run without --api-url/--api-key (they read the removed paw.api_url/paw.api_key module attributes; now resolved via the function-based config API).
  • --api-url / --api-key now take effect on compile, run, and login (previously accepted but silently ignored on those commands).
  • Docs: reference paw.get_api_url() / paw.get_api_key() instead of the removed module attributes.
  • Add hermetic CLI auth test suite (tests/test_cli_auth.py) and a GitHub Actions CI workflow running it on Python 3.9-3.12.

PyPI: https://pypi.org/project/programasweights/0.4.3/