Skip to content

Commit fd05df1

Browse files
committed
chore(main): release 1.14.0
1 parent 59d7461 commit fd05df1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.13.0"}
1+
{".":"1.14.0"}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.14.0](https://github.com/RicardoRyn/plotfig/compare/v1.13.0...v1.14.0) (2025-12-19)
4+
5+
6+
### Features ✨
7+
8+
* **correlation:** add ci_color parameter and update default y_format ([6070f94](https://github.com/RicardoRyn/plotfig/commit/6070f943051a50fc372f38bbc4184300c8c9fd48))
9+
10+
11+
### Code Refactoring ♻️
12+
13+
* **color:** rename gen_cmap to gen_white_to_color_cmap for clarity ([a1e17c1](https://github.com/RicardoRyn/plotfig/commit/a1e17c131947f934489df10bb0227f590f424e24))
14+
* **plotfig:** reorganize bar plotting modules and extract shared utilities ([db369f1](https://github.com/RicardoRyn/plotfig/commit/db369f1319f9fbe06ac07e0af5cae9841c82f176))
15+
* **plotfig:** update default font sizes and colors in bar and correlation plots ([102f5e8](https://github.com/RicardoRyn/plotfig/commit/102f5e80f7590e480faeefa7ff39c9a8d8b0f94b))
16+
317
## [1.13.0](https://github.com/RicardoRyn/plotfig/compare/v1.12.1...v1.13.0) (2025-12-08)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plotfig"
3-
version = "1.13.0"
3+
version = "1.14.0"
44
description = "Scientific plotting package for Cognitive neuroscience"
55
keywords = ["neuroscience", "plotting", "visualization"]
66
readme = "README.md"

0 commit comments

Comments
 (0)