1.16.0 (2026-03-05)
- surface: add support for plotting only left or right hemisphere (b128766)
- bar: enable dots by default and reduce size in single_bar (487d8c8)
1.15.0 (2026-01-24)
- brain-surface: add CHARM4 atlas support for macaque species (ec300f3)
- plotfig: add validation for single-element data groups and comprehensive tests (4b72fcc)
1.14.3 (2026-01-19)
- deps: vendor surfplot to lock specific commit 60c5000 (f9ad75d)
1.14.2 (2026-01-19)
- deps: pin surfplot to 0.3.0rc0 and add uv workspace config (b6e179f)
1.14.1 (2026-01-19)
- deps: update surfplot dependency and gitignore (fc4c04b)
- plotting: rename internal utility functions to public API (5efabad)
1.14.0 (2025-12-19)
- correlation: add ci_color parameter and update default y_format (6070f94)
- 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)
1.13.0 (2025-12-08)
1.12.1 (2025-11-24)
- brain_connection: reorganize imports and improve gif generation (790f43b)
1.12.0 (2025-11-23)
1.11.0 (2025-11-22)
1.10.0 (2025-11-19)
- data: add human and macaque flat brain surface data (86c56b6)
- surface: add flat surface support and sulcal data (fd64707)
1.9.0 (2025-11-12)
- connection: add batch image cropping and GIF creation utilities (f6554aa)
1.8.1 (2025-10-29)
- bar: fix the statistic line color not displaying as expected (25338dd)
1.8.0 (2025-09-10)
- circos: add support for changing node label orientation via
node_label_orientation(abb7746)
- bar: remove leftover debug print in bar functions (37f6f4c)
1.7.0 (2025-09-09)
- bar: allow single-group bar plots to optionally show dots (de2a2bb)
1.6.1 (2025-09-07)
- circos: prevent type warning from type annotations (b3552da)
1.6.0 (2025-09-06)
- circos: Implement a new method for drawing circos plots (ebf3352)
- utils: Add several utility functions (b59f2a4)
- bar: fix bug causing multi_bar plot failure (a797006)
- connec: Fix color bug caused by integer values (b104c1f)
- circos: Temporarily disable circos plot (a96bb09)
- corr/matrix: function now returns Axes object (e47cada)
- corr: change default ax title font size in correlation plots to 12 (5aab9fe)
- surface: Deprecate old functions (d90dc92)
1.5.1 (2025-08-11)
- connec: fix issue with line_color display under color scale (83d46d7)
- bar: Remove the legacy
plot_one_group_violin_figure_oldfunction (6d1316d)
1.5.0 (2025-08-07)
- bar: support combining multiple statistical test methods (34b6960)
- connec: Add
line_colorparameter to customize connection line colors (e4de41e)
- bar: mark string input for
test_methodas planned for deprecation (e56d6d7)
1.4.0 (2025-07-30)
- bar: support color transparency adjustment via
color_alphaargument (530980d)
1.3.3 (2025-07-29)
- bar: handle empty significance plot without error
1.3.2 (2025-07-29)
- deps: use the correct version of surfplot
1.3.1 (2025-07-28)
- deps: update surfplot dependency info to use GitHub version
1.3.0 (2025-07-28)
- bar: add one-sample t-test functionality
- bar: isolate random number generator inside function
- surface: unify brain surface plotting with new plot_brain_surface_figure
- bar: replace print with warnings.warn
- bar: rename arguments in plot_one_group_bar_figure
- tests: remove unused tests folder
1.2.1 (2025-07-24)
- bar: rename
y_lim_rangetoy_liminplot_one_group_bar_figure
1.2.0 (2025-07-24)
- violin: add function to plot single-group violin fig
- matrix: changed return value to None
1.1.0 (2025-07-21)
- corr: allow hexbin to show dense scatter points in correlation plot
- bar: support gradient color bars and now can change border color
- bar: support plotting single-group bar charts with statistical tests
- bar: support plotting multi-group bars charts
- corr: support combined sactter and line correlation plots
- matrix: support plotting matrix plots (i.e. heatmaps)
- surface: support brain region plots for human, chimpanzee and macaque
- circos: support brain connectivity circos plots
- connection: support glass brain connectivity plots
- surface: fix bug where function did not retrun fig only
- surface: fix bug where brain region with zero values were not displayed
- src: refactor code for more readability and maintainability