Releases: DHI/mikeio
Version 1.6.0
In this minor version we welcome two new contributors to MIKE IO @Snowthe and @cmitR, thank you!
What's Changed
- Dfsu 3D append fix by @cmitR in #533
- Dtype dfs3 read by @Snowthe in #562
- Simplify GeometryFM instance variables by @ecomodeller in #561
- Type hint continued by @ecomodeller in #565
- Validate projection string by @ecomodeller in #567
- Split up 2d and 3d flexible geometry by @ecomodeller in #569
- add {item#} for repeated item names by @mohm-dhi in #573
New Contributors
Full Changelog: v1.5.1...v1.6.0
v1.5.1
See notes from 1.5.0
v1.5.0
What's Changed
- Private modules by @ecomodeller in #551
- Temporary paths with Pathlib by @ecomodeller in #557
- Support CLOB in
read_pfs()
by @ecomodeller in #560
Full Changelog: v1.4.1...v1.5.0
v1.4.1
What's Changed
- Well Known Text for Points by @ecomodeller in #550
- Dataarray to_dataframe by @ecomodeller in #554
- Grid 2d find index performance by @ecomodeller in #553
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Simplify plot map by @ecomodeller in #520
- Remove unused exceptions by @ecomodeller in #535
- DRY mikeio.open by @ecomodeller in #532
- _GeometryFMLayered always has n_layers by @ecomodeller in #528
- Interpolation in 3d not yet supported by @ecomodeller in #529
- Only import selected functions by @ecomodeller in #521
- Short unit names by @jsmariegaard in #438
- Geometry refactoring by @ecomodeller in #522
- Read items by name fix by @Hendrik1987 in #547
- Ignore x0 y0 in dfs2 by @jsmariegaard in #544
- Fix find index (i.e. don't use -1) by @ecomodeller in #541
- Short path for pure sigma by @ecomodeller in #543
- Make Dataarray/Dataset type consistent by @ecomodeller in #546
Full Changelog: v1.3.1...v1.4.0
v1.3.1
Merge pull request #524 from DHI/_Dfsu_alias Add alias for _Dfsu
Version 1.3.0
The largest change in this release is related to the functionality of Pfs files.
Read the documentation on how to work with pfs files using the PfsDocument and PfsSection classes.
What's Changed
- Read corrupt dfs files by @ecomodeller in #501
- Fix isel returns copy of data by @jsmariegaard in #505
- Fix aggregate with no time axis by @jsmariegaard in #508
- refactor Pfs making Pfs subclass PfsSection by @jsmariegaard in #487
- Point contains pythonic syntax by @ecomodeller in #509
- Winter cleaning by @ecomodeller in #517
Full Changelog: v1.2.5...v1.3.0
Version 1.2.5
Various minor changes, bug fixes and some additional features to search in Pfs files.
What's Changed
- Read time slice (by position) by @ecomodeller in #480
- Pfs refactor write by @jsmariegaard in #477
- Xarray point add missing coordinates for GeometryPoint{2,3}D by @ecomodeller in #483
- Fix broken Dfsu.write_header() by @jsmariegaard in #491
- Fix 1d interpolation by @ecomodeller in #495
- Create 1d dataset with default grid by @ecomodeller in #494
- Pfs. Find keys and params by @jsmariegaard in #478
Full Changelog: v1.2.4...v1.2.5
Version 1.2.4
Fixed a bug related to pfs introduced in the last release
What's Changed
- Fix: Pfs write non unique keywords by @jsmariegaard in #474
Full Changelog: v1.2.3...v1.2.4
Version 1.2.3
Minor fixes mainly mostly related to MIKE SHE
But more importantly, welcome @watermain and @Hendrik1987 as contributors to MIKE IO 🎉
What's Changed
- fix #455 accept dfs file extension in upper case also by @watermain in #457
- add dfs0 property items_dataframe by @Hendrik1987 in #458
- Fix Dataset plot return by @jsmariegaard in #459
- Wildcard selection fails for dfsu 3d by @ecomodeller in #468
- Parse MIKE SHE Pfs by @ecomodeller in #464
- Fix dfs3 single layer by @jsmariegaard in #460
New Contributors
- @watermain made their first contribution in #457
- @Hendrik1987 made their first contribution in #458
Full Changelog: v1.2.2.0...v1.2.3