Beta release of MIKE IO 1.0
Pre-release
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
- Grid{1D,2D} consistency by @ecomodeller in #308
- Refactor getitem to use isel by @jsmariegaard in #306
- Grid1D and Grid2d subsetting by @jsmariegaard in #311
- Spectral geometry classes by @jsmariegaard in #309
- Plot vertical transect by @jsmariegaard in #310
- Dfs3 improvements by @jsmariegaard in #312
- Fix time slicing bug after interpolation by @ecomodeller in #318
- rename plot.lines to plot.line for consistency with pandas and xarray by @jsmariegaard in #321
- Dataset concat refactor by @jsmariegaard in #313
- Single step dfs0 by @ecomodeller in #319
- Remove aggregator module by @ecomodeller in #325
- Fix dropna method by @miab44 in #316
- dfsu3d bottom layer as dfsu2d by @jsmariegaard in #323
- refactor Grid2D by @jsmariegaard in #314
- Fix contourf wrong color with discrete non-equidistant colorscale by @ecomodeller in #324
- Deprecate pre 1.0 functionality by @ecomodeller in #327
- rename layer to layers and xy to coords by @jsmariegaard in #329
- Refactor sel() by delegating to geometry by @jsmariegaard in #328
- Deprecate some dfsu methods by @ecomodeller in #330
New Contributors
- @miab44 made their first contribution in #316
Full Changelog: v1.0.a2...v1.0b0