Skip to content

MODFLOW developer tools 1.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:26
· 9 commits to main since this release
355b0be

New features

  • feat(dfn): Add dfn container, parser, toml conversion script (#167). Committed by wpbonelli on 2024-12-11.
  • feat(dfn): Toml load support, switch to tomli, add tests (#173). Committed by wpbonelli on 2025-01-14.
  • feat: Models api (#191). Committed by wpbonelli on 2025-03-06.
  • feat: Model mapping (#192). Committed by wpbonelli on 2025-03-07.
  • feat(models): Support example models (#197). Committed by wpbonelli on 2025-03-11.
  • feat(models): Add example scenario mapping (#198). Committed by wpbonelli on 2025-03-11.
  • feat(models): Add mf2005 models from modflow6-testmodels repo (#206). Committed by wpbonelli on 2025-04-08.
  • feat(misc): Add try_get_enum_value function (#208). Committed by wpbonelli on 2025-04-22.
  • feat(misc): Add cd alias for set_dir (#221). Committed by wpbonelli on 2025-05-20.

Bug fixes

  • fix(fixtures): Don't use square brackets in tempdir paths (#160). Committed by wpbonelli on 2024-06-10.
  • fix(download.py): Accommodate missing gh api response item (#162). Committed by wpbonelli on 2024-10-02.
  • fix(test_meson_build): Use requires_exe instead of requires_pkg (#164). Committed by Mike Taves on 2024-12-09.
  • fix(dfn): Include missing attributes (#176). Committed by wpbonelli on 2025-01-25.
  • fix(dfn): Mark transient blocks (#178). Committed by wpbonelli on 2025-01-26.
  • fix(dfn): Rename sub -> ref (#180). Committed by wpbonelli on 2025-01-31.
  • fix(dfn): Remove some special handling for subpackages (#181). Committed by wpbonelli on 2025-01-31.
  • fix(dfn): Keep block attribute for now (#182). Committed by wpbonelli on 2025-02-03.
  • fix(dfn): Block attribute first (#183). Committed by wpbonelli on 2025-02-03.
  • fix(dfn): Rename transient -> transient_block (#184). Committed by wpbonelli on 2025-02-04.
  • fix: Filelock when fetching zips (#200). Committed by wpbonelli on 2025-03-18.
  • fix(models): Include files in nested folders (#201). Committed by wpbonelli on 2025-03-19.
  • fix(models.py): Add retries for transient network errors (#205). Committed by wpbonelli on 2025-04-07.
  • fix(LocalRegistry): Fix string joining in dir not found error case (#213). Committed by wpbonelli on 2025-05-02.

Refactoring