Skip to content

v1.1.0

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 29 Jul 11:54
· 25 commits to main since this release
2c73ed4

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
  • removed pandas dependency
  • simplified readme

Bugfixes

  • loading steady pumping tests was not possible due to a bug