Skip to content

Commit f3505d4

Browse files
authored
Merge pull request #41 from nanxstats/release
Release py-ggsci 1.1.0
2 parents 84df786 + 99c43d5 commit f3505d4

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

CHANGELOG.md

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

3+
## py-ggsci 1.1.0
4+
5+
### Improvements
6+
7+
- Synchronized iTerm color palettes with upstream (#39).
8+
9+
This update added 8 new palettes to `ITERM_PALETTES`:
10+
Hot Dog Stand variations, Matte Black, Poimandres variations,
11+
and Selenized Black. These palettes are now usable by `pal_iterm()`,
12+
`scale_color_iterm()`, and `scale_fill_iterm()`.
13+
14+
Additionally, the color values for 40+ existing iTerm palettes have been
15+
updated to match the latest upstream color specifications.
16+
317
## py-ggsci 1.0.2
418

519
### Linting

docs/changelog.md

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

3+
## py-ggsci 1.1.0
4+
5+
### Improvements
6+
7+
- Synchronized iTerm color palettes with upstream (#39).
8+
9+
This update added 8 new palettes to `ITERM_PALETTES`:
10+
Hot Dog Stand variations, Matte Black, Poimandres variations,
11+
and Selenized Black. These palettes are now usable by `pal_iterm()`,
12+
`scale_color_iterm()`, and `scale_fill_iterm()`.
13+
14+
Additionally, the color values for 40+ existing iTerm palettes have been
15+
updated to match the latest upstream color specifications.
16+
317
## py-ggsci 1.0.2
418

519
### Linting

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)