Skip to content

Commit b053802

Browse files
authored
Patch: Bump WOMBAT Minimum Version for Pandas Compatibility Fix (#663)
* bump wombat version * update changelog * bump version for release * update changelog
1 parent 004e625 commit b053802

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.7.2 [April 9, 2026]
4+
5+
- Bumps the minimum WOMBAT version to v.0.13.3, which fixes Pandas compatibility with the Pandas 2.3.x and 3.x release
6+
cycle and fix downstream failures caused by the incompatibility. [PR 663](https://github.com/NatLabRockies/H2Integrate/pull/663)
7+
38
## 0.7.1 [March 13, 2026]
49

510
### Updates

h2integrate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pathlib import Path
22

3-
__version__ = "0.7.1"
3+
__version__ = "0.7.2"
44

55
ROOT_DIR = Path(__file__).resolve().parent
66
EXAMPLE_DIR = ROOT_DIR.parent / "examples"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = [
5959
"floris",
6060
"hopp>=3.3.0",
6161
"turbine-models>=0.2.1",
62-
"wombat>=0.13.2",
62+
"wombat>=0.13.3",
6363
]
6464
keywords = [
6565
"python3",

0 commit comments

Comments
 (0)