Skip to content

Commit 9f05015

Browse files
committed
chore(release): bump version to 0.2.3
1 parent e2209f2 commit 9f05015

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
## Recent News
3535

36+
- **2026-04-10**: `pubfig 0.2.3` makes `batch_export(...)` follow the same publication-size resize / relayout path as `save_figure(...)`, so multi-format export now keeps export-time layout consistent.
3637
- **2026-03-31**: `pubfig 0.2.2` adds **ECDF, QQ, Bland–Altman, Calibration, and UpSet**, and brings them into the homepage showcase and full gallery.
3738
- **2026-03-30**: `pubfig 0.2.1` refreshed the PyPI release with stronger polar/composition coverage and fuller gallery examples.
3839
- **2026-03-29**: `pubfig 0.2.0` landed on PyPI with `pip install pubfig`, suffix-based export, and the documented panel-first Figma workflow.

README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
## 近期更新
3535

36+
- **2026-04-10**: `pubfig 0.2.3``batch_export(...)``save_figure(...)` 走同一条 publication-size 的 resize / relayout 导出路径,多格式导出时也能保持一致的导出版式。
3637
- **2026-03-31**: `pubfig 0.2.2` 新增 **ECDF、QQ、Bland–Altman、Calibration 和 UpSet**,并已接入首页精选展示和完整图库。
3738
- **2026-03-30**: `pubfig 0.2.1` 已更新到 PyPI,强化了极坐标 / 组成类图型覆盖,并补全了完整图库示例。
3839
- **2026-03-29**: `pubfig 0.2.0` 已发布到 PyPI,支持 `pip install pubfig`、按后缀导出,以及 panel-first Figma 工作流。

src/pubfig/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.2"
1+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)