|
1 | | -## [1.4.0](https://github.com/RicardoRyn/plotfig/compare/1.3.3...v1.4.0) (2025-07-30) |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 1.0.0 (2025-07-03) |
2 | 4 |
|
3 | 5 |
|
4 | 6 | ### Features |
5 | 7 |
|
6 | | -* **bar:** support color transparency adjustment via `color_alpha` argument ([530980d](https://github.com/RicardoRyn/plotfig/commit/530980dc346a338658d8333bb274004fcaac8d7d)) |
| 8 | +* **bar**: support plotting single-group bar charts with statistical tests |
| 9 | +* **bar**: support plotting multi-group bars charts |
| 10 | +* **corr**: support combined sactter and line correlation plots |
| 11 | +* **matrix**: support plotting matrix plots (i.e. heatmaps) |
| 12 | +* **surface**: support brain region plots for human, chimpanzee and macaque |
| 13 | +* **circos**: support brain connectivity circos plots |
| 14 | +* **connection**: support glass brain connectivity plots |
7 | 15 |
|
8 | 16 |
|
9 | | -### Documentation |
| 17 | +### Bug Fixes |
10 | 18 |
|
11 | | -* **announce:** change default content of main.html ([01d73d1](https://github.com/RicardoRyn/plotfig/commit/01d73d19e2ea733ee8184a50158107e349727509)) |
12 | | -* **announce:** remove main.html file ([09c3cde](https://github.com/RicardoRyn/plotfig/commit/09c3cde56f8d27690e9eea1250c14152508046c7)) |
13 | | -* **bar:** add usage example for `color_alpha` ([303e2a3](https://github.com/RicardoRyn/plotfig/commit/303e2a39d29e516ebded6504ba04a357d8428630)) |
| 19 | +* **surface**: fix bug where function did not retrun fig only |
| 20 | +* **surface**: fix bug where brain region with zero values were not displayed |
14 | 21 |
|
15 | | -## [1.5.0](https://github.com/RicardoRyn/plotfig/compare/v1.4.0...v1.5.0) (2025-08-07) |
| 22 | + |
| 23 | +### Code Refactoring |
| 24 | + |
| 25 | +* **src**: refactor code for more readability and maintainability |
| 26 | + |
| 27 | +## [1.1.0](https://github.com/RicardoRyn/plotfig/compare/1.0.0...v1.1.0) (2025-07-21) |
16 | 28 |
|
17 | 29 |
|
18 | 30 | ### Features |
19 | 31 |
|
20 | | -* **bar:** support combining multiple statistical test methods ([34b6960](https://github.com/RicardoRyn/plotfig/commit/34b6960ff705468154bc5fbf75b9917ba8ac64fd)) |
21 | | -* **connec:** Add `line_color` parameter to customize connection line colors ([e4de41e](https://github.com/RicardoRyn/plotfig/commit/e4de41effe495767cde0980ce5e2cee458d8b3a8)) |
22 | | -* **连接:** 添加 `line_color` 参数以自定义连接线颜色 ([e4de41e](https://github.com/RicardoRyn/plotfig/commit/e4de41effe495767cde0980ce5e2cee458d8b3a8)) |
| 32 | +* **corr**: allow hexbin to show dense scatter points in correlation plot |
| 33 | +* **bar**: support gradient color bars and now can change border color |
23 | 34 |
|
| 35 | +## [1.2.0](https://github.com/RicardoRyn/plotfig/compare/1.1.0...v1.2.0) (2025-07-24) |
24 | 36 |
|
25 | | -### Documentation |
26 | 37 |
|
27 | | -* **changelog:** fix the wrong order ([736dc68](https://github.com/RicardoRyn/plotfig/commit/736dc682aac3208bd4c1518830b7c61f5d620e28)) |
28 | | -* **surface:** Add available atlas names in function documentation ([b2de1eb](https://github.com/RicardoRyn/plotfig/commit/b2de1ebd91e09764da996e54eddf7632eee0b6c3)) |
29 | | -* **surface:** 在函数注释文档中补充可用atlas名字 ([b2de1eb](https://github.com/RicardoRyn/plotfig/commit/b2de1ebd91e09764da996e54eddf7632eee0b6c3)) |
30 | | -* **web:** Change the default statement in the announcement bar ([47bfe81](https://github.com/RicardoRyn/plotfig/commit/47bfe81b2397b8122aff603fa3a00d0997fcd843)) |
31 | | -* **web:** change web content and Welcome to Issues & PRs ([0ff2582](https://github.com/RicardoRyn/plotfig/commit/0ff25822e315e14f29ba7d1c466d3f3e429fb70b)) |
32 | | -* **web:** Remove the self-referential link on the webpage homepage ([0b1cf14](https://github.com/RicardoRyn/plotfig/commit/0b1cf1448a765fb90a68080426acc0e07452b253)) |
33 | | -* **web:** 删除网页主页中对该网页的跳转 ([0b1cf14](https://github.com/RicardoRyn/plotfig/commit/0b1cf1448a765fb90a68080426acc0e07452b253)) |
34 | | -* **web:** 更改公告栏中的默认语句 ([47bfe81](https://github.com/RicardoRyn/plotfig/commit/47bfe81b2397b8122aff603fa3a00d0997fcd843)) |
35 | | -* **web:** 更改网页上部分表述以及欢迎贡献 ([0ff2582](https://github.com/RicardoRyn/plotfig/commit/0ff25822e315e14f29ba7d1c466d3f3e429fb70b)) |
| 38 | +### Features |
36 | 39 |
|
37 | | -## 1.3.3 (2025-07-29) |
| 40 | +* **violin**: add function to plot single-group violin fig |
38 | 41 |
|
39 | | -### Fix |
40 | 42 |
|
41 | | -- **bar**: handle empty significance plot without error |
| 43 | +### Bug Fixes |
42 | 44 |
|
| 45 | +* **matrix**: changed return value to None |
43 | 46 |
|
44 | | -## 1.3.2 (2025-07-29) |
| 47 | +## [1.2.1](https://github.com/RicardoRyn/plotfig/compare/1.2.0...v1.2.1) (2025-07-24) |
45 | 48 |
|
46 | | -### Fix |
47 | 49 |
|
48 | | -- **deps**: use the correct version of surfplot |
| 50 | +### Bug Fixes |
49 | 51 |
|
50 | | -## 1.3.1 (2025-07-28) |
| 52 | +* **bar**: rename `y_lim_range` to `y_lim` in `plot_one_group_bar_figure` |
51 | 53 |
|
52 | | -### Fix |
| 54 | +## [1.3.0](https://github.com/RicardoRyn/plotfig/compare/1.2.1...v1.3.0) (2025-07-28) |
53 | 55 |
|
54 | | -- **deps**: update surfplot dependency info to use GitHub version |
55 | 56 |
|
56 | | -## 1.3.0 (2025-07-28) |
| 57 | +### Features |
57 | 58 |
|
58 | | -### Feat |
| 59 | +* **bar**: add one-sample t-test functionality |
59 | 60 |
|
60 | | -- **bar**: add one-sample t-test functionality |
61 | 61 |
|
62 | | -### Fix |
| 62 | +### Bug Fixes |
63 | 63 |
|
64 | | -- **bar**: isolate random number generator inside function |
| 64 | +* **bar**: isolate random number generator inside function |
65 | 65 |
|
66 | | -### Refactor |
67 | 66 |
|
68 | | -- **surface**: unify brain surface plotting with new plot_brain_surface_figure |
69 | | -- **bar**: replace print with warnings.warn |
70 | | -- **bar**: rename arguments in plot_one_group_bar_figure |
71 | | -- **tests**: remove unused tests folder |
| 67 | +### Code Refactoring |
72 | 68 |
|
73 | | -## 1.2.1 (2025-07-24) |
| 69 | +* **surface**: unify brain surface plotting with new plot_brain_surface_figure |
| 70 | +* **bar**: replace print with warnings.warn |
| 71 | +* **bar**: rename arguments in plot_one_group_bar_figure |
| 72 | +* **tests**: remove unused tests folder |
74 | 73 |
|
75 | | -### Fix |
| 74 | +## [1.3.1](https://github.com/RicardoRyn/plotfig/compare/1.3.0...v1.3.1) (2025-07-28) |
76 | 75 |
|
77 | | -- **bar**: rename `y_lim_range` to `y_lim` in `plot_one_group_bar_figure` |
78 | 76 |
|
79 | | -## 1.2.0 (2025-07-24) |
| 77 | +### Bug Fixes |
80 | 78 |
|
81 | | -### Feat |
| 79 | +* **deps**: update surfplot dependency info to use GitHub version |
82 | 80 |
|
83 | | -- **violin**: add function to plot single-group violin fig |
| 81 | +## [1.3.2](https://github.com/RicardoRyn/plotfig/compare/1.3.1...v1.3.2) (2025-07-29) |
84 | 82 |
|
85 | | -### Fix |
86 | 83 |
|
87 | | -- **matrix**: changed return value to None |
| 84 | +### Bug Fixes |
88 | 85 |
|
89 | | -## 1.1.0 (2025-07-21) |
| 86 | +* **deps**: use the correct version of surfplot |
90 | 87 |
|
91 | | -### Feat |
| 88 | +## [1.3.3](https://github.com/RicardoRyn/plotfig/compare/1.3.2...v1.3.3) (2025-07-29) |
92 | 89 |
|
93 | | -- **corr**: allow hexbin to show dense scatter points in correlation plot |
94 | | -- **bar**: support gradient color bars and now can change border color |
95 | 90 |
|
96 | | -## 1.0.0 (2025-07-03) |
| 91 | +### Bug Fixes |
97 | 92 |
|
98 | | -### Feat |
| 93 | +* **bar**: handle empty significance plot without error |
99 | 94 |
|
100 | | -- **bar**: support plotting single-group bar charts with statistical tests |
101 | | -- **bar**: support plotting multi-group bars charts |
102 | | -- **corr**: support combined sactter and line correlation plots |
103 | | -- **matrix**: support plotting matrix plots (i.e. heatmaps) |
104 | | -- **surface**: support brain region plots for human, chimpanzee and macaque |
105 | | -- **circos**: support brain connectivity circos plots |
106 | | -- **connection**: support glass brain connectivity plots |
| 95 | +## [1.4.0](https://github.com/RicardoRyn/plotfig/compare/1.3.3...v1.4.0) (2025-07-30) |
| 96 | + |
| 97 | + |
| 98 | +### Features |
107 | 99 |
|
108 | | -### Fix |
| 100 | +* **bar:** support color transparency adjustment via `color_alpha` argument ([530980d](https://github.com/RicardoRyn/plotfig/commit/530980dc346a338658d8333bb274004fcaac8d7d)) |
| 101 | + |
| 102 | +## [1.5.0](https://github.com/RicardoRyn/plotfig/compare/v1.4.0...v1.5.0) (2025-08-07) |
| 103 | + |
| 104 | + |
| 105 | +### Features |
| 106 | + |
| 107 | +* **bar:** support combining multiple statistical test methods ([34b6960](https://github.com/RicardoRyn/plotfig/commit/34b6960ff705468154bc5fbf75b9917ba8ac64fd)) |
| 108 | +* **connec:** Add `line_color` parameter to customize connection line colors ([e4de41e](https://github.com/RicardoRyn/plotfig/commit/e4de41effe495767cde0980ce5e2cee458d8b3a8)) |
109 | 109 |
|
110 | | -- **surface**: fix bug where function did not retrun fig only |
111 | | -- **surface**: fix bug where brain region with zero values were not displayed |
112 | 110 |
|
113 | | -### Refactor |
| 111 | +### Code Refactoring |
114 | 112 |
|
115 | | -- **src**: refactor code for more readability and maintainability |
| 113 | +* **bar:** mark string input for `test_method` as planned for deprecation ([e56d6d7](https://github.com/RicardoRyn/plotfig/commit/e56d6d7b79104b6079619b73158e21ee284a5304)) |
0 commit comments