Skip to content

PolicyStrata 1.0.0

Latest

Choose a tag to compare

@zacharyr0th zacharyr0th released this 27 Jun 03:11
Immutable release. Only release title and notes can be modified.
65622a1

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 demo

Public artifacts:

PyPI artifact SHA256:

  • Wheel: 69af7e121d791b6bb530f12372c68075e86f8e16eeae52f1aa8445bd72d1f643
  • Source distribution: c3d54d507c88dcf86d63914002a1e974c8c6b33bac65a041426ca64f4b820902

Validation:

  • uv run ruff check .
  • uv run mypy src
  • uv run pytest
  • uv build
  • uvx twine check --strict dist/*
  • GitHub CI, CodeQL, Socket, and PyPI publish workflow passed.