Skip to content

Commit 0e18b43

Browse files
author
znicholls
committed
bump: version 0.8.1a1 -> 0.8.1
1 parent d0b53be commit 0e18b43

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

changelog/28.improvement.md

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

docs/changelog.md

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

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

24+
## Pandas-OpenSCM v0.8.1 (2025-08-08)
25+
26+
### 🎉 Improvements
27+
28+
- [pandas_openscm.index_manipulation.update_levels_from_other][] now supports updating levels based on multiple other levels from the index at once (see the docstring for examples).
29+
This update also propagates to [pandas_openscm.index_manipulation.update_index_levels_from_other_func][] and [pandas_openscm.accessors.dataframe.PandasDataFrameOpenSCMAccessor.update_index_levels_from_other][]. ([#28](https://github.com/openscm/pandas-openscm/pull/28))
30+
31+
2432
## Pandas-OpenSCM v0.8.0 (2025-08-05)
2533

2634
### ⚠️ 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.8.1a1"
3+
version = "0.8.1"
44
description = "Pandas accessors for OpenSCM-related functionality."
55
authors = [
66
{ name = "Zebedee Nicholls", email = "[email protected]" },

0 commit comments

Comments
 (0)