Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 18 Apr 10:38
81a2299

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?

See #28, #31 and #32

Enhancements

  • added archive support
  • simplify documentation
  • new arguments val_fit_type and val_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