Releases: DHI/mikeio
Releases · DHI/mikeio
Version 2.2.1
What's Changed
- Bug/Dataset.extract_track_modifies_input by @ecomodeller in #765
- Dfsu 3d types by @ecomodeller in #767
- Add missing dfsu read x,y test by @ecomodeller in #779
- Dataclass instead of namedtuples by @ecomodeller in #769
- Dataclass instead of tuple by @ecomodeller in #757
- Fix keepdims by @ecomodeller in #778
Full Changelog: v.2.2.0...v2.2.1
Version 2.2.0
Highlights
- Improvement for dfsu files with many elements #744
- Fixed spectral 2D grid #761
- 3 new contributors to MIKEIO🎉
What's Changed
- Update _FM_utils.py by @abja-dhi in #744
- Added download button by @daniel-caichac-DHI in #753
- New Dfs2 snow comparison notebook and test data by @dykdhi in #756
- FM reprs, nodes before elements by @ecomodeller in #758
- Indicate that MIKE IO uses type hints by @ecomodeller in #759
- Bugfix: bug fix in spectral 2D grid y ax by @stkistner in #761
New Contributors
- @abja-dhi made their first contribution in #744
- @dykdhi made their first contribution in #756
- @stkistner made their first contribution in #761
Full Changelog: v2.1.3...v.2.2.0
Patch version 2.1.3
What's Changed
- Pfs - handle slow reading of MIKE Hydro by @ecomodeller in #750
- Pfs multipolygon test case by @ecomodeller in #751
- Minor fix to docs + bump quartodoc version by @ecomodeller in #745
- Fix: Dfsu repr with many items by @ecomodeller in #747
- Release/2.1.3 by @ecomodeller in #752
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
What's Changed
- Prepare for python 3.13 by @ryan-kipawa in #729
- Only run tests on Windows before each release. by @ecomodeller in #734
- Documentation examples by @ecomodeller in #733
- Docstrings by @ecomodeller in #735
- Grid docstrings by @ecomodeller in #732
New Contributors
- @ryan-kipawa made their first contribution in #729 🎉
Full Changelog: v2.1.1...v2.1.2
Patch version 2.1.1
What's Changed
- Fix bug in Dfsu spectral files directions conversion by @jsmariegaard in #728
- Slim sdist by @ecomodeller in #730
- Updated quartodoc version by @ecomodeller in #731
- Ruff format by @ecomodeller in #721
- Use built-in list,tuple,set,dict for type hints by @ecomodeller in #713
Full Changelog: v2.1.0...v2.1.1
Version 2.1
What's Changed
- Dfsu subdomain merge example by @clemenscremer in #716
- Special case for generic.concat dfs0 by @ecomodeller in #719
Full Changelog: v2.0.1...v2.1.0
Thanks to @daniel-caichac-DHI for #718
Version v2.0.1
✨Version 2.0✨
What's Changed
- Use collections.abc by @ecomodeller in #651
- Concat neq dfs0 by @ecomodeller in #652
- Change documentation from Sphinx to Quartodoc / Quarto by @ecomodeller in #655
- Detach
Mesh
from_UnstructuredFile
by @ecomodeller in #616 - Simplify Dfsu by @ecomodeller in #657
- Remove old deprecated stuff by @ecomodeller in #659
- Remove legacy Dfs methods by @ecomodeller in #658
- Pfs type hints by @ecomodeller in #664
- Fix PfsDocument.copy by @ecomodeller in #662
- More type hints by @ecomodeller in #663
- Slim mesh api by @ecomodeller in #665
- Executable docstrings by @ecomodeller in #661
- Pfs improvements by @jsmariegaard in #611
- Dfs0 minor by @ecomodeller in #667
- More type hints by @ecomodeller in #669
- Delegate default dims to geometry by @ecomodeller in #666
- Clean untested or unused code by @ecomodeller in #671
- Misc improvement for layered dfsu by @ecomodeller in #673
- Dfs{2,3} local coordinates by @ecomodeller in #668
- Remove duplicate Dfs0 ItemInfo construction by @ecomodeller in #674
- Minimize passing and returning None and Dfsu refactor by @ecomodeller in #678
- Dfsu 2.0 by @ecomodeller in #679
- Single timestep dataset forgets dt by @ecomodeller in #692
- More type hints - No untyped defs by @ecomodeller in #683
- Dfsu read elements preserve order by @ecomodeller in #690
- Dfs3 read single layer - local coordinates by @ecomodeller in #696
- Use Quartodoc==0.7.3 by @ecomodeller in #698
- np.in1d is deprecated by @ecomodeller in #701
- Improve test coverage by @ecomodeller in #704
- Dfs append data to existing file by @ecomodeller in #691
- Non-equidistant time axis for Dfsu by @ecomodeller in #702
- Update ruff and mypy to latest versions by @ecomodeller in #711
- Create dataset from {pandas,polars} dataframe by @ecomodeller in #712
Full Changelog: v1.7.1...v2.0.0
Second beta release of 2.0
What's Changed
- Single timestep dataset forgets dt by @ecomodeller in #692
- Dfsu read elements preserve order by @ecomodeller in #690
- Dfs3 read single layer - local coordinates by @ecomodeller in #696
Full Changelog: v2.0.b0...v2.0.b1
Beta release 2.0
What's Changed
- Use collections.abc by @ecomodeller in #651
- Concat neq dfs0 by @ecomodeller in #652
- Change documentation from Sphinx to Quartodoc / Quarto by @ecomodeller in #655
- Detach
Mesh
from_UnstructuredFile
by @ecomodeller in #616 - Simplify Dfsu by @ecomodeller in #657
- Remove old deprecated stuff by @ecomodeller in #659
- Remove legacy Dfs methods by @ecomodeller in #658
- Pfs type hints by @ecomodeller in #664
- Fix PfsDocument.copy by @ecomodeller in #662
- More type hints by @ecomodeller in #663
- Slim mesh api by @ecomodeller in #665
- Executable docstrings by @ecomodeller in #661
- Pfs improvements by @jsmariegaard in #611
- Dfs0 minor by @ecomodeller in #667
- More type hints by @ecomodeller in #669
- Delegate default dims to geometry by @ecomodeller in #666
- Clean untested or unused code by @ecomodeller in #671
- Misc improvement for layered dfsu by @ecomodeller in #673
- Dfs{2,3} local coordinates by @ecomodeller in #668
- Remove duplicate Dfs0 ItemInfo construction by @ecomodeller in #674
- Minimize passing and returning None and Dfsu refactor by @ecomodeller in #678
- Dfsu 2.0 by @ecomodeller in #679
Full Changelog: v1.7.1...v2.0.b0