Changelog¶
All notable changes to cornetto are documented here. The format is based on Keep a Changelog, and this project follows Semantic Versioning.
0.2.2 — 2026-04-22¶
Added¶
delta_modeplotting: subtracts truths from samples.tick_rotationkwarg oncorner()/quick_corner().
Changed¶
MaxNLocatornow usesprune="lower"instead ofprune="both"on corner tick axes, keeping the upper (more informative) endpoint.
Fixed¶
- Bottom-row xtick labels going missing on large corners: using
set_xticklabels([])on the diagonal was clobbering the shared-axis formatter.
0.2.1 — 2026-04-22¶
Added¶
- GitHub Actions workflow running the test suite with coverage reporting.
jax(optional) dependency for accelerated KDE computations.quick_cornernow acceptskwargs_truthsand styles truth overlays the same way ascorner().
Changed¶
- Expanded test coverage and README (badges, usage notes).
- Reorganized assets: README badge order and corner-plot image source updated accordingly.
0.2.0 — 2026-04-21¶
First public release.