MODFLOW developer tools 1.1.0
This release introduces some organizational changes and minor features. Utilities for handling operating system labels are moved to their own module ostags
, with related utilities in misc
deprecated but still supported. A bug in the behavior of the requires_pkg()
pytest marker is fixed where packages would be considered installed even with some of their dependencies missing. With this comes a new strict
parameter for the misc.has_pkg()
function, defaulting to False
, which toggles whether a full package import attempt is made or the package is just looked up by metadata.
Features & Refactoring
- refactor: Deprecate misc functions, add ostags alternatives (#105). Committed by w-bonelli on 2023-08-08.
- refactor(has_pkg): Introduce strict flag (#106). Committed by w-bonelli on 2023-08-12.