Skip to content

Commit d83c4ff

Browse files
authored
Merge pull request #13 from nanxstats/release
Release py-ggsci 0.3.0
2 parents 367f4d2 + 51c11cf commit d83c4ff

File tree

4 files changed

+66
-36
lines changed

4 files changed

+66
-36
lines changed

CHANGELOG.md

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

3+
## py-ggsci 0.3.0
4+
5+
### Improvements
6+
7+
- Refine type annotations and docstrings to follow best practices (#9).
8+
9+
### Documentation
10+
11+
- Add a [Get Started article](https://nanx.me/py-ggsci/articles/get-started/)
12+
mirroring the original R package vignette (#11).
13+
14+
### CI/CD
15+
16+
- Add GitHub Actions workflow for mypy type checks (#10).
17+
318
## py-ggsci 0.2.0
419

520
### New features

docs/changelog.md

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

3+
## py-ggsci 0.3.0
4+
5+
### Improvements
6+
7+
- Refine type annotations and docstrings to follow best practices (#9).
8+
9+
### Documentation
10+
11+
- Add a [Get Started article](https://nanx.me/py-ggsci/articles/get-started/)
12+
mirroring the original R package vignette (#11).
13+
14+
### CI/CD
15+
16+
- Add GitHub Actions workflow for mypy type checks (#10).
17+
318
## py-ggsci 0.2.0
419

520
### New features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ggsci"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Plotnine color palettes inspired by plots in scientific journals, data visualization libraries, science fiction movies, and TV shows"
55
authors = [
66
{ name = "Nan Xiao", email = "[email protected]" }

0 commit comments

Comments
 (0)