File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11from pathlib import Path
22
3- __version__ = "0.7.1 "
3+ __version__ = "0.7.2 "
44
55ROOT_DIR = Path (__file__ ).resolve ().parent
66EXAMPLE_DIR = ROOT_DIR .parent / "examples"
Original file line number Diff line number Diff 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]
6464keywords = [
6565 " python3" ,
You can’t perform that action at this time.
0 commit comments