v1.1.0-rc1
Pre-release
Pre-release
Release Notes
A big step forward for welltestpy. @JarnoHerr implemented the Cooper-Jakob drawdown correction for unconfined aquifers and the diagnostic plot module. Awesome!
Installation
You can install welltestpy with conda:
conda install -c conda-forge welltestpy
or with pip:
pip install welltestpy
Documentation
The documentation can be found at: https://welltestpy.readthedocs.io/
What's new?
Enhancements
- added
cooper_jacob_correction
toprocess
(thanks to Jarno Herrmann) - added
diagnostic_plots
module (thanks to Jarno Herrmann) - added
screensize
,screen
,aquifer
andis_piezometer
attribute toWell
class - added version information to output files
- added
__repr__
toCampaign
Changes
- modernized packaging workflow using
pyproject.toml
- removed
setup.py
(usepip>21.1
for editable installs) - removed
dev
as extra install dependencies - better exceptions in loading routines
Bugfixes
- loading steady pumping tests was not possible due to a bug