Skip to content

Commit 05ddedb

Browse files
authored
Merge pull request #38 from nanxstats/release
Release py-ggsci 1.0.2
2 parents 9bd19fe + 9b5c5e7 commit 05ddedb

File tree

4 files changed

+113
-68
lines changed

4 files changed

+113
-68
lines changed

CHANGELOG.md

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

3+
## py-ggsci 1.0.2
4+
5+
### Linting
6+
7+
- Added ruff linter configuration to `pyproject.toml` with popular rule sets
8+
including pycodestyle, Pyflakes, pyupgrade, flake8-bugbear, flake8-simplify,
9+
and isort (#36).
10+
- Fixed `ruff check` linting issues including UP006, UP015, UP032, B010,
11+
SIM108, SIM118, F401, and E501 (#36).
12+
313
## py-ggsci 1.0.1
414

515
### Maintenance

docs/changelog.md

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

3+
## py-ggsci 1.0.2
4+
5+
### Linting
6+
7+
- Added ruff linter configuration to `pyproject.toml` with popular rule sets
8+
including pycodestyle, Pyflakes, pyupgrade, flake8-bugbear, flake8-simplify,
9+
and isort (#36).
10+
- Fixed `ruff check` linting issues including UP006, UP015, UP032, B010,
11+
SIM108, SIM118, F401, and E501 (#36).
12+
313
## py-ggsci 1.0.1
414

515
### Maintenance

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 = "1.0.1"
3+
version = "1.0.2"
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 = "me@nanx.me" }

0 commit comments

Comments
 (0)