Skip to content

Releases: Galaxy-Dawn/pubfig

pubfig v0.3.0

22 Apr 10:38

Choose a tag to compare

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, and pubfig 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.0

Links

pubfig v0.2.3

10 Apr 06:17

Choose a tag to compare

Highlights

  • batch_export(...) now follows the same publication-size resize / relayout path as save_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

31 Mar 12:15

Choose a tag to compare

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 pubfig

PyPI

pubfig 0.2.1

30 Mar 08:13

Choose a tag to compare

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