Skip to content

Commit d1288a6

Browse files
committed
docs(CHANGELOG): reorder CHANGELOG.md entries in reverse
The previous CHANGELOG.md entries were ordered chronologically, which is counterintuitive. They have now been reordered in reverse chronological order, which aligns with common practice. In theory, release-please also appends new changes at the top. The previous ordering might not have worked due to release-please being introduced midway through the project. 文档(CHANGELOG): 将CHANGELOG.md文件倒序排列 旧版CHANGELOG.md文件中内容按时间顺序排列,不符合常理。 改成倒序排列,理论上release-please也是倒序增加变动。 之前没有成功可能是中途才使用release-please的原因。
1 parent 8b6a292 commit d1288a6

1 file changed

Lines changed: 39 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,47 @@
11
# Changelog
22

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

55

66
### Features
77

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

2211

2312
### Code Refactoring
2413

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

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

2918

3019
### Features
3120

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

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

3725

38-
### Features
26+
### Bug Fixes
3927

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

4232

4333
### Bug Fixes
4434

45-
* **matrix**: changed return value to None
35+
* **deps**: use the correct version of surfplot
4636

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

4939

5040
### Bug Fixes
5141

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
5343

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

5646

5747
### Features
@@ -71,43 +61,53 @@
7161
* **bar**: rename arguments in plot_one_group_bar_figure
7262
* **tests**: remove unused tests folder
7363

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

7666

7767
### Bug Fixes
7868

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`
8270

71+
## [1.2.0](https://github.com/RicardoRyn/plotfig/compare/v1.1.0...v1.2.0) (2025-07-24)
8372

84-
### Bug Fixes
8573

86-
* **deps**: use the correct version of surfplot
74+
### Features
8775

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
8977

9078

9179
### Bug Fixes
9280

93-
* **bar**: handle empty significance plot without error
81+
* **matrix**: changed return value to None
9482

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

9785

9886
### Features
9987

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
10190

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

10493

10594
### Features
10695

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
109109

110110

111111
### Code Refactoring
112112

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

Comments
 (0)