v1.1.0
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_correctiontoprocess(thanks to Jarno Herrmann) - added
diagnostic_plotsmodule (thanks to Jarno Herrmann) - added
screensize,screen,aquiferandis_piezometerattribute toWellclass - added version information to output files
- added
__repr__toCampaign
Changes
- modernized packaging workflow using
pyproject.toml - removed
setup.py(usepip>21.1for editable installs) - removed
devas extra install dependencies - better exceptions in loading routines
- removed pandas dependency
- simplified readme
Bugfixes
- loading steady pumping tests was not possible due to a bug