Skip to content

Releases: wpbonelli/modflow-devtools

MODFLOW developer tools 0.0.6

16 Dec 20:48
e7281b2
Compare
Choose a tag to compare
Pre-release

New features

Bug fixes

  • fix: Changes to support running of existing tests (#6). Committed by mjreno on 2022-07-20.
  • fix(ci): Don't build/test examples on python 3.7 (xmipy requires 3.8+) (#10). Committed by w-bonelli on 2022-11-08.
  • fix(tests): Mark test_download_and_unzip flaky (#11). Committed by w-bonelli on 2022-11-08.
  • fix(fixtures): Fix model-loading fixtures and utilities (MODFLOW-USGS#12). Committed by w-bonelli on 2022-11-11.
  • fix(misc): Fix multiple issues (MODFLOW-USGS#16). Committed by w-bonelli on 2022-11-19.
  • fix(auth): Fix GH API auth token in download_and_unzip (MODFLOW-USGS#17). Committed by w-bonelli on 2022-11-19.
  • fix(download): Use 'wb' instead of 'ab' mode when writing downloaded files, add retries (MODFLOW-USGS#20). Committed by w-bonelli on 2022-12-01.

Refactoring

  • refactor: Updates to support modflow6 autotest and remove data path. Committed by mjreno on 2022-08-05.
  • refactor: Updates to support modflow6 autotest and remove data path. Committed by mjreno on 2022-08-05.
  • refactor(ci): Create release and publish to PyPI when tags pushed (MODFLOW-USGS#14). Committed by w-bonelli on 2022-11-14.
  • refactor(misc): Refactor gh api & other http utilities (MODFLOW-USGS#18). Committed by w-bonelli on 2022-11-26.
  • refactor: Remove mf6 file parsing fns (moved to flopy) (MODFLOW-USGS#19). Committed by w-bonelli on 2022-11-28.

v0.0.1

11 Nov 18:28
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Bug Fixes