Skip to content

Release v0.2.0

Choose a tag to compare

@dbrakenhoff dbrakenhoff released this 29 Apr 10:01
· 92 commits to main since this release
c166a01

Highlights

  • Simplify user input for phreatic models: no more topboundary="confined" and phreatictop=True, just specify the topboundary="phreatic" to set this all at once.
  • Loading efficiency can now be specified for aquifers! See leffaq keyword argument in Model classes and the example notebook here
  • New and improved pumping test notebooks by @HsHeesen
  • Transient WellString elements
  • Option to compute heads in parallel using multithreading using ml.headgrid(x, y, parallel=True).

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0