Skip to content

Commit e59a5b4

Browse files
authored
chore(main): release 1.15.0
1 parent 589bd0d commit e59a5b4

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-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.14.3"}
1+
{".":"1.15.0"}

CHANGELOG.md

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

3+
## [1.15.0](https://github.com/RicardoRyn/plotfig/compare/v1.14.3...v1.15.0) (2026-01-24)
4+
5+
6+
### Features ✨
7+
8+
* **brain-surface:** add CHARM4 atlas support for macaque species ([ec300f3](https://github.com/RicardoRyn/plotfig/commit/ec300f3613a36fe624a122dfd34808b06616bc47))
9+
10+
11+
### Code Refactoring ♻️
12+
13+
* **plotfig:** add validation for single-element data groups and comprehensive tests ([4b72fcc](https://github.com/RicardoRyn/plotfig/commit/4b72fcccd9a5e8a32ab993f92b6e579e6db85315))
14+
315
## [1.14.3](https://github.com/RicardoRyn/plotfig/compare/v1.14.2...v1.14.3) (2026-01-19)
416

517

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ plt.show()
3939

4040
**使用 uv 安装:**
4141

42+
**使用 uv 安装:**
4243
```bash
4344
uv add plotfig
4445
```

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.14.3"
3+
version = "1.15.0"
44
description = "Scientific plotting package for Cognitive neuroscience"
55
keywords = ["neuroscience", "plotting", "visualization"]
66
readme = "README.md"

0 commit comments

Comments
 (0)