MODFLOW developer tools 0.1.4
Pre-release
Pre-release
This release fixes a bug in the misc.get_packages()
function affecting --package
filtering. Previously only IMS, TDIS, and GWF/GWT would be returned for a simulation namefile, with component model namefiles ignored. Filtering by packages now works as expected, looking in model namefiles referenced by a given simulation namefile to return all packages used by any of the simulation's component models.
Bug fixes
- fix(fixtures): Fix package detection/selection (#60). Committed by w-bonelli on 2023-01-18.
Refactoring
- refactor(has_pkg): Use import.metadata instead of pkg_resources (#54). Committed by Mike Taves on 2023-01-09.