Version 0.4
Released 20 October 2021
Breaking changes
- Change
SurfaceWaterNetwork(lines.geometry)→SurfaceWaterNetwork.from_lines(lines.geometry) - Change
MfSfrNetwork(n, m, ...)→SwnModflow.from_swn_flopy(n, m) - Legacy
modflow.MfSfrNetworkkept, but will be dropped by version 0.6
New things
- Add
.to_pickle()and.from_pickle()methods to core classes - Support MODFLOW 6 models with
modflow.SwnMf6(#12) - Add
SurfaceWaterNetwork.segments_series()andpair_segments_frame()methods (#15) - Add methods for setting stream bed elevations (#27)
- Add
compatmodule for compatibility - Add Sphinx documentation, with doctests (#18)
Other changes
- Improve performance of
SurfaceWaterNetwork.from_lines()(#33) - Add
multmultiplier totopnet2ts() - Use declarative configuration for project setup, remove
setup.py(#35)