Skip to content

Releases: DHI/mikeio

Bugfix release v1.0.3

28 Jun 12:21
72842c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

23 Jun 16:09
Compare
Choose a tag to compare

Bug fixes related to Dfsu3d and the ability to extract every n:th timestep in any dfs file.

What's Changed

Full Changelog: v1.0.1...v1.0.2

MIKE IO 1.0.1

10 Jun 10:18
Compare
Choose a tag to compare

Some minor but very important changes that happened after the release of 1.0

What's Changed

Full Changelog: v1.0.0...v1.0.1

MIKE IO 1.0

25 May 10:55
aef4dc7
Compare
Choose a tag to compare

Finally - version 1.0.0

Important changes

New class mikeio.DataArray which is now the main class to interact with, having these properties and methods

  • item info
  • geometry (grid coordinates)
  • methods for plotting
  • methods for aggregation in time and space

Indexing into a dataset e.g. ds.Surface_elevation to get a specific item, will not return a numpy array, but a mikeio.DataArray.

The Dataset and the DataArray have a new method to_dfs() which writes a new dfs file based solely on the information in that object.

What's Changed

New Contributors

Full Changelog: v0.12.2...v1.0.0

MIKE IO Beta 2 - Some bugs fixed

09 May 09:39
Compare
Choose a tag to compare
Pre-release

Some methods have been deprecated, and we tried to add hints on how to change the code to achieve the same thing.

The upgrade to MIKE IO 1.0 will potentially require some changes to your code, but upgrading to next version will likely be very smooth.

Before the official release, install the beta version like this:
pip install mikeio==1.0b2

During the beta period we will focus on:

  • Fixing bugs (please file an issue if you find a bug)
  • Fixing possible inconsistent naming
  • Improving documention
  • Not adding any new features

MIKE IO Beta 1 - Some bugs fixed

06 May 15:47
Compare
Choose a tag to compare
Pre-release

Lot's of changes...

Some methods have been deprecated, and we tried to add hints on how to change the code to achieve the same thing.

The upgrade to MIKE IO 1.0 will potentially require some changes to your code, but upgrading to next version will likely be very smooth.

Before the official release, install the beta version like this:
pip install mikeio==1.0b1

During the beta period we will focus on:

  • Fixing bugs (please file an issue if you find a bug)
  • Fixing possible inconsistent naming
  • Improving documention
  • Not adding any new features

Beta release of MIKE IO 1.0

02 May 16:15
Compare
Choose a tag to compare
Pre-release

Lot's of changes...

Some methods have been deprecated, and we tried to add hints on how to change the code to achieve the same thing.

The upgrade to MIKE IO 1.0 will potentially require some changes to your code, but upgrading to next version will likely be very smooth.

Before the official release, install the beta version like this:
pip install mikeio==1.0b0

During the beta period we will focus on:

  • Fixing bugs (please file an issue if you find a bug)
  • Fixing possible inconsistent naming
  • Improving documention
  • Not adding any new features

Thanks to @miab44 for becoming a contributor to MIKE IO!

What's Changed

New Contributors

  • @miab44 made their first contribution in #316

Full Changelog: v1.0.a2...v1.0b0

Second alpha release of MIKE IO 1.0

31 Mar 07:21
4f95b06
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v1.a1...v1.0.a2

First alpha release of 1.0

11 Mar 12:42
Compare
Choose a tag to compare
Pre-release

This is a pre-release of MIKE IO 1.0.
This release can be installed from PyPI by:

$ pip install mikeio==1.0a1

What's Changed

Full Changelog: v0.12.2...v1.a0

FAQ

...eum dll not found... 😠
If you are updating an old system, you might need to update the VC redistributable to align with MIKE Zero 2022

v0.12.2

15 Feb 08:49
81231b2
Compare
Choose a tag to compare

What's Changed