Skip to content

Commit

Permalink
bump: version 0.15.3 -> 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Oct 18, 2023
1 parent 46f7bf2 commit ba65c09
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 17 deletions.
4 changes: 0 additions & 4 deletions changelog/262.improvement.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/267.trivial.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/268.trivial.md

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/275.breaking.md

This file was deleted.

28 changes: 28 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,34 @@ of rst and use slightly different categories.

<!-- towncrier release notes start -->

## scmdata v0.16.0 (2023-10-18)


### Breaking Changes

- Dropped support for Python 3.8 and relaxed requirements of pint and pyam-iamc

This has led to a number of follow up issues:

- documentation of our supported dependency versions ([#277](https://github.com/openscm/scmdata/issues/277))
- moving to NEP29 ([#276](https://github.com/openscm/scmdata/issues/276))
- a full review of dependencies ([#278](https://github.com/openscm/scmdata/issues/278))
- need to test against development versions of upstream repositories ([#279](https://github.com/openscm/scmdata/issues/279))

([#275](https://github.com/openscm/scmdata/pulls/275))

### Improvements

- Added support for {func}`scmdata.run_append` to append {class}`pd.DataFrame` objects

This provides some performance benefits when performing large groupby operations in certain circumstances by
reducing the number of required append operations. ([#262](https://github.com/openscm/scmdata/pulls/262))

### Trivial/Internal Changes

- [#267](https://github.com/openscm/scmdata/pulls/267), [#268](https://github.com/openscm/scmdata/pulls/268)


## scmdata v0.15.3 (2023-10-12)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scmdata"
version = "0.15.3"
version = "0.16.0"
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 <[email protected]>",
Expand Down

0 comments on commit ba65c09

Please sign in to comment.