Skip to content

Commit f2fcfcd

Browse files
author
znicholls
committed
bump: version 0.7.1a1 -> 0.8.0
1 parent 677932f commit f2fcfcd

File tree

6 files changed

+25
-8
lines changed

6 files changed

+25
-8
lines changed

changelog/24.breaking.md

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

changelog/24.feature.md

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

changelog/24.improvement.md

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

changelog/24.trivial.md

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

docs/changelog.md

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

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

24+
## Pandas-OpenSCM v0.8.0 (2025-08-05)
25+
26+
### ⚠️ Breaking Changes
27+
28+
- - Renamed pandas_openscm.register_pandas_accessor to [pandas_openscm.register_pandas_accessors][] (with a trailing 's') as accessors are now also registered for [pandas Series][pandas.Series]
29+
- Renamed pandas_openscm.accessors.DataFramePandasOpenSCMAccessor to [pandas_openscm.accessors.PandasDataFrameOpenSCMAccessor][]
30+
- Renamed `df_unit_level` to `unit_level` in [pandas_openscm.accessors.PandasDataFrameOpenSCMAccessor.convert_unit_like][]
31+
- Renamed `df` to `pobj` in [pandas_openscm.index_manipulation.set_index_levels_func][], [pandas_openscm.unit_conversion.convert_unit_from_target_series][], [pandas_openscm.unit_conversion.convert_unit][] and [pandas_openscm.unit_conversion.convert_unit_like][]
32+
33+
([#24](https://github.com/openscm/pandas-openscm/pull/24))
34+
35+
### 🆕 Features
36+
37+
- Added some accessors for [pandas Series][pandas.Series] via [pandas_openscm.accessors.PandasSeriesOpenSCMAccessor][]. Note that this is not feature complete yet, tracking in [#25](https://github.com/openscm/pandas-openscm/issues/25) ([#24](https://github.com/openscm/pandas-openscm/pull/24))
38+
39+
### 🎉 Improvements
40+
41+
- [pandas_openscm.index_manipulation.set_index_levels_func][], [pandas_openscm.unit_conversion.convert_unit_from_target_series][], [pandas_openscm.unit_conversion.convert_unit][] and [pandas_openscm.unit_conversion.convert_unit_like][] now explicitly support [pd.Series][pandas.Series] ([#24](https://github.com/openscm/pandas-openscm/pull/24))
42+
43+
### 🔧 Trivial/Internal Changes
44+
45+
- [#24](https://github.com/openscm/pandas-openscm/pull/24)
46+
47+
2448
## Pandas-OpenSCM v0.7.0 (2025-07-24)
2549

2650
### 🆕 Features

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.7.1a1"
3+
version = "0.8.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)