Release v0.4.0
Highlights
- Compute heads and velocities on unstructured grids of x,y points with
ml.head_array()andml.velocity_array() - Actually compute heads and velocities (see previous point) in parallel now using multiprocessing instead of multithreading
- New
well.capturezone()andml.plots.plot_capture_zone()methods - Support custom layer names in cross-section plots
- Better and more consistent input checks in Model classes
- Better support for
Modelclass (note: breaking change in argument order ofcandzto match other model class definitions) - Better unit dictionary support (use timflow parameter names as keys) and consistently applied for all Model types now (cross sections and Maq/3D)
- Removed write methods to save timflow models as a python script (old code that has been untested for a long time and will eventually be replaced by something new).
- Improve some docs things (citations, update code in notebooks, etc).
What's Changed
- fix #58 by @dbrakenhoff in #143
- fix #133 by @dbrakenhoff in #135
- New
plot_capture_zonefunction by @mbakker7 in #145 - Improve docstrings by @dbrakenhoff in #138
- add head_array() methods for unstructured computation of heads by @dbrakenhoff in #139
- Release v0.4.0 by @dbrakenhoff in #152
- Add option to specify layer names to xsection plots by @dbrakenhoff in #154
- Add layer name specification by @dbrakenhoff in #155
- Final fixes before release by @dbrakenhoff in #157
- Release by @dbrakenhoff in #158
Full Changelog: v0.3.0...v0.4.0