Releases: RicardoRyn/plotfig
Releases · RicardoRyn/plotfig
v1.17.0
25 Mar 06:55
Compare
Sorry, something went wrong.
No results found
1.17.0 (2026-03-25)
Features ✨
plotfig: add mean point and median line to single bar plots (485a1c4 )
v1.16.0
05 Mar 07:29
Compare
Sorry, something went wrong.
No results found
1.16.0 (2026-03-05)
Features ✨
surface: add support for plotting only left or right hemisphere (b128766 )
Code Refactoring ♻️
bar: enable dots by default and reduce size in single_bar (487d8c8 )
v1.15.0
24 Jan 09:21
Compare
Sorry, something went wrong.
No results found
1.15.0 (2026-01-24)
Features ✨
brain-surface: add CHARM4 atlas support for macaque species (ec300f3 )
Code Refactoring ♻️
plotfig: add validation for single-element data groups and comprehensive tests (4b72fcc )
v1.14.3
19 Jan 06:35
Compare
Sorry, something went wrong.
No results found
1.14.3 (2026-01-19)
Bug Fixes 🔧
deps: vendor surfplot to lock specific commit 60c5000 (f9ad75d )
v1.14.2
19 Jan 06:04
Compare
Sorry, something went wrong.
No results found
1.14.2 (2026-01-19)
Bug Fixes 🔧
deps: pin surfplot to 0.3.0rc0 and add uv workspace config (b6e179f )
v1.14.1
19 Jan 05:34
Compare
Sorry, something went wrong.
No results found
1.14.1 (2026-01-19)
Bug Fixes 🔧
deps: update surfplot dependency and gitignore (fc4c04b )
Code Refactoring ♻️
plotting: rename internal utility functions to public API (5efabad )
v1.14.0
19 Dec 01:02
Compare
Sorry, something went wrong.
No results found
1.14.0 (2025-12-19)
Features ✨
correlation: add ci_color parameter and update default y_format (6070f94 )
Code Refactoring ♻️
color: rename gen_cmap to gen_white_to_color_cmap for clarity (a1e17c1 )
plotfig: reorganize bar plotting modules and extract shared utilities (db369f1 )
plotfig: update default font sizes and colors in bar and correlation plots (102f5e8 )
v1.13.0
08 Dec 08:30
Compare
Sorry, something went wrong.
No results found
1.13.0 (2025-12-08)
Features ✨
bar: add customizable y_base and interval for significance annotations (b544985 ), closes #61
v1.12.1
24 Nov 03:27
Compare
Sorry, something went wrong.
No results found
1.12.1 (2025-11-24)
Code Refactoring ♻️
brain_connection: reorganize imports and improve gif generation (790f43b )
v1.12.0
23 Nov 13:54
Compare
Sorry, something went wrong.
No results found
1.12.0 (2025-11-23)
Features ✨
matrix: add xlabel and ylabel parameters for axis labels (2bea2b0 ), closes #56