Releases: DHI/mikeio
Releases · DHI/mikeio
Version 1.6.3
We got two new contributors @Q-R-B and @Havrevoll 👍
If you would like to contribute an example notebook that uses MIKE IO and makes your life easier, there might more people with a similar needs.
What's Changed
- Don't write non-equidistant dfsu by @ecomodeller in #590
- New notebook with conversion from Esri ASCII raster to dfs2 by @Q-R-B in #593
- Type hints from the future by @ecomodeller in #592
- Corrected contour generation by @Havrevoll in #597
- Additional dependencies for running notebooks by @ecomodeller in #599
- Updated docs after reorg by @ecomodeller in #583
- Dfs2 subsetting with physical coordinates by @ecomodeller in #604
- Remove wrong type by @ecomodeller in #606
- Extract class time step selection by @ecomodeller in #594
- pathlib instead of os.path by @ecomodeller in #601
- Lint with Ruff by @ecomodeller in #607
- Test on Python 3.12 by @ecomodeller in #610
- Overload
Dataset.__getitem__
by @ecomodeller in #608
New Contributors
- @Q-R-B made their first contribution in #593
- @Havrevoll made their first contribution in #597
Full Changelog: v1.6.2...v1.6.3
Version 1.6.2
Minor changes...
What's Changed
- Citation by @ecomodeller in #578
- Many fixes, mostly from ruff by @ecomodeller in #577
- Slim source dist by @ecomodeller in #581
- Updated container by @ecomodeller in #584
- Fix NumPy by @ecomodeller in #585
- Static type checking with mypy by @ecomodeller in #586
Full Changelog: v1.6.1...v1.6.2
Version 1.6.1
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