Skip to content

Releases: Deltares/xmipy

v1.5.0

19 Apr 07:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

19 Sep 08:38
Compare
Choose a tag to compare

MODFLOW 6 compatibility

This release uses API introduced with MODFLOW 6.4.2.
If your project depends on older versions of MODFLOW 6, we advise setting the version requirement to xmipy<1.4.0.

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

14 Apr 13:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

21 Mar 08:53
Compare
Choose a tag to compare

What's Changed

  • Api strings by @mjr-deltares in #81
  • Publish xmipy docs with pdoc by @Hofer-Julian in #82
  • Move static project metadata to pyproject.toml, move/fix flake8 config by @mwtoews in #84
  • Remove pymake (mfpymake) dependency, switch to "executables" repo by @mwtoews in #85
  • Fix issue with string var with rank 1 and shape [0] by @mwtoews in #86
  • Add XmiWrapper.del method to call finalize() if needed by @mwtoews in #87
  • Add missing encode to initialize by @Hofer-Julian in #88

Full Changelog: v1.2.0...v1.3.0

v1.2.0

23 Aug 08:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

22 Apr 09:00
ed8d4c2
Compare
Choose a tag to compare
Add typing annotations (#72)

* Add typing annotations

* Update CI

* Pymake issue is not yet fixed in the latest release

* Sort imports

* Use typing syntax that is compatible with <3.10

* Extend typing

* CI: Ignore missing imports

* Fix types

* Add type annotation

* Ignore last type errors

* Install types before running mypy

* Finish up CI

* Export types

* Add more annotations

* Add more types

v1.0.0

28 Oct 13:34
81e2ef2
Compare
Choose a tag to compare

xmipy release, compatible with MODFLOW 6.2.0

  • Changelog, etc.