FigOps v0.17.7
FigOps v0.17.7
This patch release adds the shaded-region / target-zone annotation support that was committed after PR #188 had already been merged, so it was not included in v0.17.6.
- PyPI: https://pypi.org/project/figops/0.17.7/
- TestPyPI: https://test.pypi.org/project/figops/0.17.7/
- PR: #189
- Install:
python -m pip install figops==0.17.7 - MCP smoke:
figops-mcp --smoke
Added
- Add shaded-region / target-zone annotation support to CSV graph rendering.
- Forward region descriptors through the MCP
render_csv_graphinput path.
Verification
- PR #189 checks passed: Dependency audit, Ruff, and Test gating.
- Local bridge/MCP rendering tests passed:
164 passed, 7 subtests passed. - Release-critical tests passed:
23 passed. - Local package checks passed:
ruff check,git diff --check, package metadata smoke, public package surface, consumer install smoke, twine check, and upload guards. - GitHub Actions TestPyPI publish passed: https://github.com/Moonweave-Research/figops/actions/runs/28155735758
- GitHub Actions PyPI publish passed: https://github.com/Moonweave-Research/figops/actions/runs/28155923539
- Fresh TestPyPI and PyPI install smokes passed with
figops-mcp --smoke. - Local uv tool updated to
figops==0.17.7;figops-mcp --smokeandgraphhub-mcp --smokepassed locally.