Releases: Galaxy-Dawn/pubfig
Releases · Galaxy-Dawn/pubfig
pubfig v0.3.0
pubfig v0.3.0
This release promotes the new agent-first automation path to the current PyPI release.
Highlights
- Add the JSON-spec CLI for automation:
pubfig render,pubfig validate-spec, andpubfig list-kinds - Check CLI/Python export parity against gallery-sourced inputs
- Keep publication-style export behavior consistent across Python and CLI paths
- Simplify the Quick Start and refresh the README top-level copy for the v0.3.0 release
Install
pip install pubfig==0.3.0Links
pubfig v0.2.3
Highlights
batch_export(...)now follows the same publication-size resize / relayout path assave_figure(...).- Multi-format export now keeps export-time layout consistent across PDF / SVG / PNG / JPG outputs.
- README and Chinese README now document the updated export behavior more clearly.
PyPI
v0.2.2
Highlights
- Added new plot families: ECDF, QQ, Bland–Altman, Calibration, and UpSet.
- Refined the default UpSet layout for cleaner publication-style output.
- Refreshed the README showcase and full gallery to include the new diagnostics, evaluation, and set/composition plots.
Install
pip install -U pubfigPyPI
pubfig 0.2.1
Highlights
- Add new polar plot families to the full gallery: radial_hierarchy, circular_stacked_bar, circular_grouped_bar
- Improve radial_hierarchy defaults so subgroup labels render inside by default
- Rework circular_grouped_bar into a true grouped polar bar chart
- Refresh README references and publication-style example coverage
PyPI