All notable changes to welltestpy will be documented in this file.
1.1.0 - 2021-07
- 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
- 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
- loading steady pumping tests was not possible due to a bug
1.0.3 - 2021-02
- Estimations: run method now provides
plot_stylekeyword to control plotting
- Fit plot style for transient pumping tests was updated
- Estimations: run method was throwing an Error when setting
run=False - Plotter: all plotting routines now respect setted font-type from matplotlib
1.0.2 - 2020-09-03
StdyHeadObsandStdyObsweren't usable due to an unnecessarytimecheck
1.0.1 - 2020-04-09
- Wrong URL in setup
1.0.0 - 2020-04-09
- new estimators
- ExtTheis3D
- ExtTheis2D
- Neuman2004
- Theis
- ExtThiem3D
- ExtThiem2D
- Neuman2004Steady
- Thiem
- better plotting
- unit-tests run with py35-py38 on Linux/Win/Mac
- coverage calculation
- sphinx gallery for examples
- allow style setting in plotting routines
- estimation results stored as dict (order could alter before)
- py2 support dropped
Fieldsite.coordinatesnow returns aVariable;Fieldsite.posas shortcutFieldsite.pumpingratenow returns aVariable;Fieldsite.rateas shortcutFieldsite.auqiferradiusnow returns aVariable;Fieldsite.radiusas shortcutFieldsite.auqiferdepthnow returns aVariable;Fieldsite.depthas shortcutWell.coordinatesnow returns aVariable;Well.posas shortcutWell.welldepthnow returns aVariable;Well.depthas shortcutWell.wellradiusadded and returns the radiusVariableWell.aquiferdepthnow returns aVariableFieldsite.addobservationsrenamed toFieldsite.add_observationsFieldsite.delobservationsrenamed toFieldsite.del_observationsObservationhas changed order of inputs/outputs. Now:observation,time
0.3.2 - 2019-03-08
- adopt AnaFlow API
0.3.1 - 2019-03-08
- update travis workflow
0.3.0 - 2019-02-28
- added documentation
0.2.0 - 2018-04-25
- added license
0.1.0 - 2018-04-25
First alpha release of welltespy.