Skip to content

v1.1.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 28 Jul 14:08
· 30 commits to main since this release
b1f3c7d

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 to process (thanks to Jarno Herrmann)
  • added diagnostic_plots module (thanks to Jarno Herrmann)
  • added screensize, screen, aquifer and is_piezometer attribute to Well class
  • added version information to output files
  • added __repr__ to Campaign

Changes

  • modernized packaging workflow using pyproject.toml
  • removed setup.py (use pip>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