Releases: programasweights/programasweights-python
Releases · programasweights/programasweights-python
Release list
programasweights 0.4.4
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
CLI auth fixes.
- Fix
paw info/paw renamecrashing withAttributeErrorwhen run without--api-url/--api-key(they read the removedpaw.api_url/paw.api_keymodule attributes; now resolved via the function-based config API). --api-url/--api-keynow take effect oncompile,run, andlogin(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.