|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 1.0.0 (2025-07-03) |
| 3 | +## [1.5.0](https://github.com/RicardoRyn/plotfig/compare/v1.4.0...v1.5.0) (2025-08-07) |
4 | 4 |
|
5 | 5 |
|
6 | 6 | ### Features |
7 | 7 |
|
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 |
15 | | - |
16 | | - |
17 | | -### Bug Fixes |
18 | | - |
19 | | -* **surface**: fix bug where function did not retrun fig only |
20 | | -* **surface**: fix bug where brain region with zero values were not displayed |
| 8 | +* **bar:** support combining multiple statistical test methods ([34b6960](https://github.com/RicardoRyn/plotfig/commit/34b6960ff705468154bc5fbf75b9917ba8ac64fd)) |
| 9 | +* **connec:** Add `line_color` parameter to customize connection line colors ([e4de41e](https://github.com/RicardoRyn/plotfig/commit/e4de41effe495767cde0980ce5e2cee458d8b3a8)) |
21 | 10 |
|
22 | 11 |
|
23 | 12 | ### Code Refactoring |
24 | 13 |
|
25 | | -* **src**: refactor code for more readability and maintainability |
| 14 | +* **bar:** mark string input for `test_method` as planned for deprecation ([e56d6d7](https://github.com/RicardoRyn/plotfig/commit/e56d6d7b79104b6079619b73158e21ee284a5304)) |
26 | 15 |
|
27 | | -## [1.1.0](https://github.com/RicardoRyn/plotfig/compare/1.0.0...v1.1.0) (2025-07-21) |
| 16 | +## [1.4.0](https://github.com/RicardoRyn/plotfig/compare/v1.3.3...v1.4.0) (2025-07-30) |
28 | 17 |
|
29 | 18 |
|
30 | 19 | ### Features |
31 | 20 |
|
32 | | -* **corr**: allow hexbin to show dense scatter points in correlation plot |
33 | | -* **bar**: support gradient color bars and now can change border color |
| 21 | +* **bar:** support color transparency adjustment via `color_alpha` argument ([530980d](https://github.com/RicardoRyn/plotfig/commit/530980dc346a338658d8333bb274004fcaac8d7d)) |
34 | 22 |
|
35 | | -## [1.2.0](https://github.com/RicardoRyn/plotfig/compare/1.1.0...v1.2.0) (2025-07-24) |
| 23 | +## [1.3.3](https://github.com/RicardoRyn/plotfig/compare/v1.3.2...v1.3.3) (2025-07-29) |
36 | 24 |
|
37 | 25 |
|
38 | | -### Features |
| 26 | +### Bug Fixes |
39 | 27 |
|
40 | | -* **violin**: add function to plot single-group violin fig |
| 28 | +* **bar**: handle empty significance plot without error |
| 29 | + |
| 30 | +## [1.3.2](https://github.com/RicardoRyn/plotfig/compare/v1.3.1...v1.3.2) (2025-07-29) |
41 | 31 |
|
42 | 32 |
|
43 | 33 | ### Bug Fixes |
44 | 34 |
|
45 | | -* **matrix**: changed return value to None |
| 35 | +* **deps**: use the correct version of surfplot |
46 | 36 |
|
47 | | -## [1.2.1](https://github.com/RicardoRyn/plotfig/compare/1.2.0...v1.2.1) (2025-07-24) |
| 37 | +## [1.3.1](https://github.com/RicardoRyn/plotfig/compare/v1.3.0...v1.3.1) (2025-07-28) |
48 | 38 |
|
49 | 39 |
|
50 | 40 | ### Bug Fixes |
51 | 41 |
|
52 | | -* **bar**: rename `y_lim_range` to `y_lim` in `plot_one_group_bar_figure` |
| 42 | +* **deps**: update surfplot dependency info to use GitHub version |
53 | 43 |
|
54 | | -## [1.3.0](https://github.com/RicardoRyn/plotfig/compare/1.2.1...v1.3.0) (2025-07-28) |
| 44 | +## [1.3.0](https://github.com/RicardoRyn/plotfig/compare/v1.2.1...v1.3.0) (2025-07-28) |
55 | 45 |
|
56 | 46 |
|
57 | 47 | ### Features |
|
71 | 61 | * **bar**: rename arguments in plot_one_group_bar_figure |
72 | 62 | * **tests**: remove unused tests folder |
73 | 63 |
|
74 | | -## [1.3.1](https://github.com/RicardoRyn/plotfig/compare/1.3.0...v1.3.1) (2025-07-28) |
| 64 | +## [1.2.1](https://github.com/RicardoRyn/plotfig/compare/v1.2.0...v1.2.1) (2025-07-24) |
75 | 65 |
|
76 | 66 |
|
77 | 67 | ### Bug Fixes |
78 | 68 |
|
79 | | -* **deps**: update surfplot dependency info to use GitHub version |
80 | | - |
81 | | -## [1.3.2](https://github.com/RicardoRyn/plotfig/compare/1.3.1...v1.3.2) (2025-07-29) |
| 69 | +* **bar**: rename `y_lim_range` to `y_lim` in `plot_one_group_bar_figure` |
82 | 70 |
|
| 71 | +## [1.2.0](https://github.com/RicardoRyn/plotfig/compare/v1.1.0...v1.2.0) (2025-07-24) |
83 | 72 |
|
84 | | -### Bug Fixes |
85 | 73 |
|
86 | | -* **deps**: use the correct version of surfplot |
| 74 | +### Features |
87 | 75 |
|
88 | | -## [1.3.3](https://github.com/RicardoRyn/plotfig/compare/1.3.2...v1.3.3) (2025-07-29) |
| 76 | +* **violin**: add function to plot single-group violin fig |
89 | 77 |
|
90 | 78 |
|
91 | 79 | ### Bug Fixes |
92 | 80 |
|
93 | | -* **bar**: handle empty significance plot without error |
| 81 | +* **matrix**: changed return value to None |
94 | 82 |
|
95 | | -## [1.4.0](https://github.com/RicardoRyn/plotfig/compare/1.3.3...v1.4.0) (2025-07-30) |
| 83 | +## [1.1.0](https://github.com/RicardoRyn/plotfig/compare/v1.0.0...v1.1.0) (2025-07-21) |
96 | 84 |
|
97 | 85 |
|
98 | 86 | ### Features |
99 | 87 |
|
100 | | -* **bar:** support color transparency adjustment via `color_alpha` argument ([530980d](https://github.com/RicardoRyn/plotfig/commit/530980dc346a338658d8333bb274004fcaac8d7d)) |
| 88 | +* **corr**: allow hexbin to show dense scatter points in correlation plot |
| 89 | +* **bar**: support gradient color bars and now can change border color |
101 | 90 |
|
102 | | -## [1.5.0](https://github.com/RicardoRyn/plotfig/compare/v1.4.0...v1.5.0) (2025-08-07) |
| 91 | +## 1.0.0 (2025-07-03) |
103 | 92 |
|
104 | 93 |
|
105 | 94 | ### Features |
106 | 95 |
|
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)) |
| 96 | +* **bar**: support plotting single-group bar charts with statistical tests |
| 97 | +* **bar**: support plotting multi-group bars charts |
| 98 | +* **corr**: support combined sactter and line correlation plots |
| 99 | +* **matrix**: support plotting matrix plots (i.e. heatmaps) |
| 100 | +* **surface**: support brain region plots for human, chimpanzee and macaque |
| 101 | +* **circos**: support brain connectivity circos plots |
| 102 | +* **connection**: support glass brain connectivity plots |
| 103 | + |
| 104 | + |
| 105 | +### Bug Fixes |
| 106 | + |
| 107 | +* **surface**: fix bug where function did not retrun fig only |
| 108 | +* **surface**: fix bug where brain region with zero values were not displayed |
109 | 109 |
|
110 | 110 |
|
111 | 111 | ### Code Refactoring |
112 | 112 |
|
113 | | -* **bar:** mark string input for `test_method` as planned for deprecation ([e56d6d7](https://github.com/RicardoRyn/plotfig/commit/e56d6d7b79104b6079619b73158e21ee284a5304)) |
| 113 | +* **src**: refactor code for more readability and maintainability |
0 commit comments