Skip to content

Version 1.5.0r1 Release

Pre-release
Pre-release

Choose a tag to compare

@kbonney kbonney released this 24 Jun 20:38
· 8 commits to main since this release

What's Changed

  • Capped pandas requirement below 3.0 by @kbonney in #548
  • Removed pandas <3.0 requirement by @kbonney in #550
  • Fixed pkg_resources deprecation and CI build failures by @kbonney in #552
  • Added DeepWiki documentation link to README by @chase-cog-ai in #551
  • Added framework for WNTR extensions by @kaklise in #554
  • Changed asserts for float/int types to use numbers.Real by @AbelHeinsbroek in #555
  • Replaced fillna(0) with fillna(1) in the Earthquake example by @wael-mahlous in #557
  • Updated release workflows by @kbonney in #560
  • Updated user community page and added AI disclosure to the Pull Request template by @kaklise in #561
  • Fixed expired deprecation of np.cross by @kbonney in #565
  • Fixed geopandas plotting inconsistency by @kbonney in #563
  • Added clarification on pump speed limitations to documentation by @kbonney in #567
  • Fixed bug in leaflet and interactive plotting by @kbonney in #568
  • Updated Conda release workflow by @kbonney in #571
  • Fixed type checking across package by @kbonney in #564
  • Improved Pull Request template format by @kbonney in #569

New Contributors

Full Changelog: 1.4.0...1.5.0rc1