Skip to content

Commit 4806083

Browse files
author
znicholls
committed
bump: version 0.4.1a1 -> 0.4.1
1 parent ddd4d8b commit 4806083

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

changelog/14.fix.md

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

docs/changelog.md

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

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

24+
## Pandas-OpenSCM v0.4.1 (2025-04-12)
25+
26+
### 🐛 Bug Fixes
27+
28+
- Fixed up [pandas_openscm.index_manipulation.update_levels][].
29+
It now drops unused levels by default first, to avoid applying the updates to values that aren't being used.
30+
The same fixes are propagated to [pandas_openscm.accessors.DataFramePandasOpenSCMAccessor.update_index_levels][] and [pandas_openscm.index_manipulation.update_index_levels_func][]. ([#14](https://github.com/openscm/pandas-openscm/pull/14))
31+
32+
2433
## Pandas-OpenSCM v0.4.0 (2025-04-11)
2534

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

0 commit comments

Comments
 (0)