Skip to content

Commit 112f969

Browse files
author
znicholls
committed
bump: version 0.16.1 -> 0.17.0
1 parent de09428 commit 112f969

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

changelog/298.improvement.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/298.trivial.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ of rst and use slightly different categories.
1919

2020
<!-- towncrier release notes start -->
2121

22+
## scmdata v0.17.0 (2024-01-29)
23+
24+
25+
### Improvements
26+
27+
- Update to avoid hitting DeprecationWarning in pandas and seaborn
28+
29+
This should help reduce so many warnings appearing when doing common operations. ([#298](https://github.com/openscm/scmdata/pulls/298))
30+
31+
### Trivial/Internal Changes
32+
33+
- [#298](https://github.com/openscm/scmdata/pulls/298)
34+
35+
2236
## scmdata v0.16.1 (2023-10-18)
2337

2438

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scmdata"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
description = "scmdata provides some useful data handling routines for dealing with data related to simple climate models (SCMs aka reduced complexity climate models, RCMs)"
55
authors = [
66
"Jared Lewis <jared.lewis@climate-resource.com>",

0 commit comments

Comments
 (0)