Skip to content

Commit 8b6a292

Browse files
authored
Merge pull request #16 from RicardoRyn/dev
2 parents a10f0a9 + 4430584 commit 8b6a292

2 files changed

Lines changed: 82 additions & 66 deletions

File tree

CHANGELOG.md

Lines changed: 63 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,113 @@
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)
24

35

46
### Features
57

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
715

816

9-
### Documentation
17+
### Bug Fixes
1018

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
1421

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)
1628

1729

1830
### Features
1931

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
2334

35+
## [1.2.0](https://github.com/RicardoRyn/plotfig/compare/1.1.0...v1.2.0) (2025-07-24)
2436

25-
### Documentation
2637

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
3639

37-
## 1.3.3 (2025-07-29)
40+
* **violin**: add function to plot single-group violin fig
3841

39-
### Fix
4042

41-
- **bar**: handle empty significance plot without error
43+
### Bug Fixes
4244

45+
* **matrix**: changed return value to None
4346

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)
4548

46-
### Fix
4749

48-
- **deps**: use the correct version of surfplot
50+
### Bug Fixes
4951

50-
## 1.3.1 (2025-07-28)
52+
* **bar**: rename `y_lim_range` to `y_lim` in `plot_one_group_bar_figure`
5153

52-
### Fix
54+
## [1.3.0](https://github.com/RicardoRyn/plotfig/compare/1.2.1...v1.3.0) (2025-07-28)
5355

54-
- **deps**: update surfplot dependency info to use GitHub version
5556

56-
## 1.3.0 (2025-07-28)
57+
### Features
5758

58-
### Feat
59+
* **bar**: add one-sample t-test functionality
5960

60-
- **bar**: add one-sample t-test functionality
6161

62-
### Fix
62+
### Bug Fixes
6363

64-
- **bar**: isolate random number generator inside function
64+
* **bar**: isolate random number generator inside function
6565

66-
### Refactor
6766

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
7268

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
7473

75-
### Fix
74+
## [1.3.1](https://github.com/RicardoRyn/plotfig/compare/1.3.0...v1.3.1) (2025-07-28)
7675

77-
- **bar**: rename `y_lim_range` to `y_lim` in `plot_one_group_bar_figure`
7876

79-
## 1.2.0 (2025-07-24)
77+
### Bug Fixes
8078

81-
### Feat
79+
* **deps**: update surfplot dependency info to use GitHub version
8280

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)
8482

85-
### Fix
8683

87-
- **matrix**: changed return value to None
84+
### Bug Fixes
8885

89-
## 1.1.0 (2025-07-21)
86+
* **deps**: use the correct version of surfplot
9087

91-
### Feat
88+
## [1.3.3](https://github.com/RicardoRyn/plotfig/compare/1.3.2...v1.3.3) (2025-07-29)
9289

93-
- **corr**: allow hexbin to show dense scatter points in correlation plot
94-
- **bar**: support gradient color bars and now can change border color
9590

96-
## 1.0.0 (2025-07-03)
91+
### Bug Fixes
9792

98-
### Feat
93+
* **bar**: handle empty significance plot without error
9994

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
10799

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))
109109

110-
- **surface**: fix bug where function did not retrun fig only
111-
- **surface**: fix bug where brain region with zero values were not displayed
112110

113-
### Refactor
111+
### Code Refactoring
114112

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))

release-please-config.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,23 @@
66
"skip-tag-prefix": true
77
}
88
},
9+
"changelog-sections": [
10+
{
11+
"type": "feat",
12+
"section": "Features"
13+
},
14+
{
15+
"type": "fix",
16+
"section": "Bug Fixes"
17+
},
18+
{
19+
"type": "refactor",
20+
"section": "Code Refactoring"
21+
},
22+
{
23+
"type": "perf",
24+
"section": "Performance Improvements"
25+
}
26+
],
927
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
10-
}
28+
}

0 commit comments

Comments
 (0)