Skip to content

Releases: DHI/mikeio

Alpha release 3.0

24 Jun 12:43
811657b
Compare
Choose a tag to compare
Alpha release 3.0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.6.0...v3.0.0a0

Version 2.6.0

16 May 13:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

Version v2.5.0

07 Apr 13:31
Compare
Choose a tag to compare

Highlights

  • Creating a Dataset with a list of Numpy arrays, time, and items is now deprecated. Create a Dataset from a collection of DataArrays instead.
  • Speaking of DataArray, the name and EUM types can now be added without explicitly creating an ItemInfo object, e.g.
mikeio.DataArray(data=..., name="Wave Height", type=mikeio.EUMType.Wave_height, geometry=...)
  • Access nested parts of a Pfs document with a path-like syntax e.g. pfs['FemEngineHD/TIME/start_time'], see user guide.

What's Changed

Full Changelog: v2.4.0...v2.5.0

Release 2.4.0

21 Feb 06:02
e8b6d07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

Version 2.3.0

10 Feb 15:04
4d423c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.3.0

Version 2.2.1

24 Jan 07:33
5fb454b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.2.2.0...v2.2.1

Version 2.2.0

29 Nov 09:49
Compare
Choose a tag to compare

Highlights

  • Improvement for dfsu files with many elements #744
  • Fixed spectral 2D grid #761
  • 3 new contributors to MIKEIO🎉

What's Changed

New Contributors

Full Changelog: v2.1.3...v.2.2.0

Patch version 2.1.3

19 Nov 14:36
81e10c8
Compare
Choose a tag to compare

What's Changed

Thanks to @Havrevoll for pointing out the terribly slow parsing of MIKE Hydro files containing detailed catchment polygons in #749

Full Changelog: v2.1.2...v2.1.3

Patch version 2.1.2

25 Oct 08:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

Patch version 2.1.1

11 Oct 12:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1