Immutable
release. Only release title and notes can be modified.
PolicyStrata 1.0.0 promotes the polished public paper-backed release line to the first stable package release.
Changes:
- Bumps package and citation metadata to
1.0.0. - Marks the PyPI package as
Development Status :: 5 - Production/Stable. - Keeps public paper PDF, release post, canonical artifact zip, exact SHA256 values, and reproduction command in package metadata.
- Pins README and GitHub Action examples to
raintree-technology/policystrata@v1.0.0.
No runtime behavior changed from the polished 0.1.6 public-metadata release. This does not change the paper claim boundary: deterministic artifact-suite coverage, not production recall and not an authorization boundary.
Install:
python -m pip install policystrata==1.0.0
policystrata demoPublic artifacts:
- Paper PDF: https://raintree.technology/papers/PolicyStrata.pdf
- Release post: https://raintree.technology/blog/policystrata-release
- Paper artifact zip: https://github.com/raintree-technology/policystrata/releases/download/policystrata-paper-2026-06-26/policystrata-submission-kit-2026-06-26.zip
- PyPI: https://pypi.org/project/policystrata/1.0.0/
PyPI artifact SHA256:
- Wheel:
69af7e121d791b6bb530f12372c68075e86f8e16eeae52f1aa8445bd72d1f643 - Source distribution:
c3d54d507c88dcf86d63914002a1e974c8c6b33bac65a041426ca64f4b820902
Validation:
uv run ruff check .uv run mypy srcuv run pytestuv builduvx twine check --strict dist/*- GitHub CI, CodeQL, Socket, and PyPI publish workflow passed.