Skip to content

Commit bb8d6a8

Browse files
author
znicholls
committed
bump: version 0.6.1a1 -> 0.7.0
1 parent 2a4a80a commit bb8d6a8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changelog/23.feature.md

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

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ from the examples given in that link.
2121

2222
<!-- towncrier release notes start -->
2323

24+
## Pandas-OpenSCM v0.7.0 (2025-07-24)
25+
26+
### 🆕 Features
27+
28+
- - Added unit conversion APIs: [pandas_openscm.unit_conversion.convert_unit] and [pandas_openscm.unit_conversion.convert_unit_like] and the corresponding accessors [pandas_openscm.accessors.DataFramePandasOpenSCMAccessor.convert_unit] and [pandas_openscm.accessors.DataFramePandasOpenSCMAccessor.convert_unit_like]
29+
- Added the helper: [pandas_openscm.index_manipulation.ensure_is_multiindex] and the corresponding accessors [pandas_openscm.accessors.DataFramePandasOpenSCMAccessor.ensure_index_is_multiindex] and [pandas_openscm.accessors.DataFramePandasOpenSCMAccessor.eiim]
30+
31+
([#23](https://github.com/openscm/pandas-openscm/pull/23))
32+
33+
2434
## Pandas-OpenSCM v0.6.0 (2025-07-16)
2535

2636
### ⚠️ Breaking Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pandas-openscm"
3-
version = "0.6.1a1"
3+
version = "0.7.0"
44
description = "Pandas accessors for OpenSCM-related functionality."
55
authors = [
66
{ name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org" },

0 commit comments

Comments
 (0)