Release v0.2.0
Highlights
- Simplify user input for phreatic models: no more
topboundary="confined"andphreatictop=True, just specify thetopboundary="phreatic"to set this all at once. - Loading efficiency can now be specified for aquifers! See
leffaqkeyword 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
- Fix numpy >= 2.4 issues by @dbrakenhoff in #56
- Updated pumping tests by @HsHeesen in #54
- typo in docs by @MattBrst in #30
- fix #59 by @mbakker7 in #62
- Benchmark of transient well near leaky river by @mbakker7 in #66
- Update comparison by @HsHeesen in #65
- Improve xsections by @dbrakenhoff in #71
- define loading efficiency by @mbakker7 in #69
- Extra pumpingtest examples by @HsHeesen in #73
- fix numpy sum error by @mbakker7 in #75
- add horizontal well example and vcontour for transient flow by @mbakker7 in #78
- Fix #81: add parallel option to headgrid for steady and transient models by @dbrakenhoff in #83
- Wellstring by @mbakker7 in #86
- first implementation of topboundary='phreatic' by @mbakker7 in #88
- fix #64 by @dbrakenhoff in #90
- Update PyPI version badge in README.md by @raoulcollenteur in #93
- Release v0.2.0 by @dbrakenhoff in #92
New Contributors
- @HsHeesen made their first contribution in #54
- @MattBrst made their first contribution in #30
- @raoulcollenteur made their first contribution in #93
Full Changelog: v0.1.0...v0.2.0