diff --git a/changelog/235.improvement.md b/changelog/235.improvement.md deleted file mode 100644 index 25ad931e..00000000 --- a/changelog/235.improvement.md +++ /dev/null @@ -1,3 +0,0 @@ -Added support for pandas>=2 - -Requirement now set to 'pandas>=1.1' diff --git a/changelog/235.trivial.md b/changelog/235.trivial.md deleted file mode 100644 index 7abc5ef8..00000000 --- a/changelog/235.trivial.md +++ /dev/null @@ -1,3 +0,0 @@ -Fixed broken CI of no plotting test - -Fixes a regression when translating the old no plotting test to the new poetry CI setup in [#260](https://github.com/openscm/scmdata/pull/260) diff --git a/changelog/260.improvement.md b/changelog/260.improvement.md deleted file mode 100644 index 4017fc2a..00000000 --- a/changelog/260.improvement.md +++ /dev/null @@ -1,3 +0,0 @@ -Migrated to use the Climate Resource copier template - -This migration adds support for ruff and pre-commit hooks to improve code quality diff --git a/docs/source/changelog.md b/docs/source/changelog.md index c8d68ca7..584b1426 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -19,6 +19,23 @@ of rst and use slightly different categories. +## scmdata v0.15.3 (2023-10-12) + + +### Improvements + +- Added support for pandas>=2 + + Requirement now set to 'pandas>=1.1' ([#235](https://github.com/openscm/scmdata/pulls/235)) +- Migrated to use the Climate Resource copier template + + This migration adds support for ruff and pre-commit hooks to improve code quality ([#260](https://github.com/openscm/scmdata/pulls/260)) + +### Trivial/Internal Changes + +- [#235](https://github.com/openscm/scmdata/pulls/235) + + ## v0.15.2 - ([#257](https://github.com/openscm/scmdata/pull/257)) Updated to support the latest version of {mod}`notebook` diff --git a/pyproject.toml b/pyproject.toml index 7dc98839..5bfdcbce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scmdata" -version = "0.15.2" +version = "0.15.3" description = "scmdata provides some useful data handling routines for dealing with data related to simple climate models (SCMs aka reduced complexity climate models, RCMs)" authors = [ "Jared Lewis ",