Release Notes
Some package infrastructure updates and an extension for the estimate submodule.
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 archive support
- simplify documentation
- new arguments
val_fit_type
andval_fit_name
for all estimators to select fitting transformation val_fit_name
will be incorporated into the generated plots and the header of the estimation result file
Changes
- move to
src/
based package structure - use hatchling as build backend
- drop py36 support
- value names for all arguments in the estimators now need to match the call signatures of the used type-curves
Bugfixes
- minor fixes for the plotting routines and the estimators