Skip to content

Commit 510df95

Browse files
author
znicholls
committed
bump: version 0.4.2a1 -> 0.4.2
1 parent c0f826e commit 510df95

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

changelog/16.feature.md

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

changelog/17.feature.md

Lines changed: 0 additions & 1 deletion
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.4.2 (2025-05-05)
25+
26+
### 🆕 Features
27+
28+
- Add compare_close function to compare two dataframes. ([#16](https://github.com/openscm/pandas-openscm/pull/16))
29+
- Added [pandas_openscm.index_manipulation.update_levels_from_other][] and the corresponding accessor [pandas_openscm.accessors.DataFramePandasOpenSCMAccessor.update_index_levels_from_other][] ([#17](https://github.com/openscm/pandas-openscm/pull/17))
30+
31+
2432
## Pandas-OpenSCM v0.4.1 (2025-04-12)
2533

2634
### 🐛 Bug Fixes

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