v8.6.0
Note
8.6.0 is available on π PyPI and π GitHub.
- Add
OperationTrail, the batch-reporting companion ofrun_jobs/run_lanes: each operation leaves a persistentβ/βline and the batch closes with a timed summary. Adds thetrail_glyphandtrail_linehelpers. - Add
column-orderandrow-orderoptions to{matrix}blocks (newest-first/oldest-first), defaulting both axes tonewest-firstso the most recent compatibility information reads from the upper-left corner. - Refresh each
python:render:mirror:block throughclick-extra refresh-directiveswith the source file's directory onsys.path, so a block importing a sibling helper module resolves offline as it does at build time. - Fix
test-suite --commandresolving a venv's symlinked Python interpreter (.venv/bin/python) to its base target, silently dropping the venv's installed packages. - Upload coverage from the once-only test job to Codecov, and move the package-install CLI checks to a dedicated CI job skipped on pull requests.
Full changelog: v8.5.0...v8.6.0