Skip to content

Commit

Permalink
update changlog + doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jul 28, 2021
1 parent d9d1cee commit 735a098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ All notable changes to **welltestpy** will be documented in this file.
- 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
Expand Down
2 changes: 2 additions & 0 deletions welltestpy/data/data_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@


class LoadError(Exception):
"""Loading error for all reading routines."""

pass


Expand Down

0 comments on commit 735a098

Please sign in to comment.