Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
".": "1.5.0"
}
{".": "1.5.0"}
78 changes: 39 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,47 @@
# Changelog

## 1.0.0 (2025-07-03)
## [1.5.0](https://github.com/RicardoRyn/plotfig/compare/v1.4.0...v1.5.0) (2025-08-07)


### Features

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


### Bug Fixes

* **surface**: fix bug where function did not retrun fig only
* **surface**: fix bug where brain region with zero values were not displayed
* **bar:** support combining multiple statistical test methods ([34b6960](https://github.com/RicardoRyn/plotfig/commit/34b6960ff705468154bc5fbf75b9917ba8ac64fd))
* **connec:** Add `line_color` parameter to customize connection line colors ([e4de41e](https://github.com/RicardoRyn/plotfig/commit/e4de41effe495767cde0980ce5e2cee458d8b3a8))


### Code Refactoring

* **src**: refactor code for more readability and maintainability
* **bar:** mark string input for `test_method` as planned for deprecation ([e56d6d7](https://github.com/RicardoRyn/plotfig/commit/e56d6d7b79104b6079619b73158e21ee284a5304))

## [1.1.0](https://github.com/RicardoRyn/plotfig/compare/1.0.0...v1.1.0) (2025-07-21)
## [1.4.0](https://github.com/RicardoRyn/plotfig/compare/v1.3.3...v1.4.0) (2025-07-30)


### Features

* **corr**: allow hexbin to show dense scatter points in correlation plot
* **bar**: support gradient color bars and now can change border color
* **bar:** support color transparency adjustment via `color_alpha` argument ([530980d](https://github.com/RicardoRyn/plotfig/commit/530980dc346a338658d8333bb274004fcaac8d7d))

## [1.2.0](https://github.com/RicardoRyn/plotfig/compare/1.1.0...v1.2.0) (2025-07-24)
## [1.3.3](https://github.com/RicardoRyn/plotfig/compare/v1.3.2...v1.3.3) (2025-07-29)


### Features
### Bug Fixes

* **violin**: add function to plot single-group violin fig
* **bar**: handle empty significance plot without error

## [1.3.2](https://github.com/RicardoRyn/plotfig/compare/v1.3.1...v1.3.2) (2025-07-29)


### Bug Fixes

* **matrix**: changed return value to None
* **deps**: use the correct version of surfplot

## [1.2.1](https://github.com/RicardoRyn/plotfig/compare/1.2.0...v1.2.1) (2025-07-24)
## [1.3.1](https://github.com/RicardoRyn/plotfig/compare/v1.3.0...v1.3.1) (2025-07-28)


### Bug Fixes

* **bar**: rename `y_lim_range` to `y_lim` in `plot_one_group_bar_figure`
* **deps**: update surfplot dependency info to use GitHub version

## [1.3.0](https://github.com/RicardoRyn/plotfig/compare/1.2.1...v1.3.0) (2025-07-28)
## [1.3.0](https://github.com/RicardoRyn/plotfig/compare/v1.2.1...v1.3.0) (2025-07-28)


### Features
Expand All @@ -71,43 +61,53 @@
* **bar**: rename arguments in plot_one_group_bar_figure
* **tests**: remove unused tests folder

## [1.3.1](https://github.com/RicardoRyn/plotfig/compare/1.3.0...v1.3.1) (2025-07-28)
## [1.2.1](https://github.com/RicardoRyn/plotfig/compare/v1.2.0...v1.2.1) (2025-07-24)


### Bug Fixes

* **deps**: update surfplot dependency info to use GitHub version

## [1.3.2](https://github.com/RicardoRyn/plotfig/compare/1.3.1...v1.3.2) (2025-07-29)
* **bar**: rename `y_lim_range` to `y_lim` in `plot_one_group_bar_figure`

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

### Bug Fixes

* **deps**: use the correct version of surfplot
### Features

## [1.3.3](https://github.com/RicardoRyn/plotfig/compare/1.3.2...v1.3.3) (2025-07-29)
* **violin**: add function to plot single-group violin fig


### Bug Fixes

* **bar**: handle empty significance plot without error
* **matrix**: changed return value to None

## [1.4.0](https://github.com/RicardoRyn/plotfig/compare/1.3.3...v1.4.0) (2025-07-30)
## [1.1.0](https://github.com/RicardoRyn/plotfig/compare/v1.0.0...v1.1.0) (2025-07-21)


### Features

* **bar:** support color transparency adjustment via `color_alpha` argument ([530980d](https://github.com/RicardoRyn/plotfig/commit/530980dc346a338658d8333bb274004fcaac8d7d))
* **corr**: allow hexbin to show dense scatter points in correlation plot
* **bar**: support gradient color bars and now can change border color

## [1.5.0](https://github.com/RicardoRyn/plotfig/compare/v1.4.0...v1.5.0) (2025-08-07)
## 1.0.0 (2025-07-03)


### Features

* **bar:** support combining multiple statistical test methods ([34b6960](https://github.com/RicardoRyn/plotfig/commit/34b6960ff705468154bc5fbf75b9917ba8ac64fd))
* **connec:** Add `line_color` parameter to customize connection line colors ([e4de41e](https://github.com/RicardoRyn/plotfig/commit/e4de41effe495767cde0980ce5e2cee458d8b3a8))
* **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


### Bug Fixes

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


### Code Refactoring

* **bar:** mark string input for `test_method` as planned for deprecation ([e56d6d7](https://github.com/RicardoRyn/plotfig/commit/e56d6d7b79104b6079619b73158e21ee284a5304))
* **src**: refactor code for more readability and maintainability
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
".": {
"release-type": "python",
"include-component-in-tag": false,
"skip-tag-prefix": true
"bump-minor-pre-major": true
}
},
"changelog-sections": [
Expand Down