Skip to content

MODFLOW developer tools 0.1.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 03:04
· 118 commits to main since this release
ef70874

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.