Mikeio

Latest version: v1.7.1

Safety actively analyzes 619504 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 11

10.b2

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:

2.0.b0

What's Changed
* Use collections.abc by ecomodeller in https://github.com/DHI/mikeio/pull/651
* Concat neq dfs0 by ecomodeller in https://github.com/DHI/mikeio/pull/652
* Change documentation from Sphinx to Quartodoc / Quarto by ecomodeller in https://github.com/DHI/mikeio/pull/655
* Detach `Mesh` from `_UnstructuredFile` by ecomodeller in https://github.com/DHI/mikeio/pull/616
* Simplify Dfsu by ecomodeller in https://github.com/DHI/mikeio/pull/657
* Remove old deprecated stuff by ecomodeller in https://github.com/DHI/mikeio/pull/659
* Remove legacy Dfs methods by ecomodeller in https://github.com/DHI/mikeio/pull/658
* Pfs type hints by ecomodeller in https://github.com/DHI/mikeio/pull/664
* Fix PfsDocument.copy by ecomodeller in https://github.com/DHI/mikeio/pull/662
* More type hints by ecomodeller in https://github.com/DHI/mikeio/pull/663
* Slim mesh api by ecomodeller in https://github.com/DHI/mikeio/pull/665
* Executable docstrings by ecomodeller in https://github.com/DHI/mikeio/pull/661
* Pfs improvements by jsmariegaard in https://github.com/DHI/mikeio/pull/611
* Dfs0 minor by ecomodeller in https://github.com/DHI/mikeio/pull/667
* More type hints by ecomodeller in https://github.com/DHI/mikeio/pull/669
* Delegate default dims to geometry by ecomodeller in https://github.com/DHI/mikeio/pull/666
* Clean untested or unused code by ecomodeller in https://github.com/DHI/mikeio/pull/671
* Misc improvement for layered dfsu by ecomodeller in https://github.com/DHI/mikeio/pull/673
* Dfs{2,3} local coordinates by ecomodeller in https://github.com/DHI/mikeio/pull/668
* Remove duplicate Dfs0 ItemInfo construction by ecomodeller in https://github.com/DHI/mikeio/pull/674
* Minimize passing and returning None and Dfsu refactor by ecomodeller in https://github.com/DHI/mikeio/pull/678
* Dfsu 2.0 by ecomodeller in https://github.com/DHI/mikeio/pull/679


**Full Changelog**: https://github.com/DHI/mikeio/compare/v1.7.1...v2.0.b0

1.7.1

Only addition to 1.7.0 is that `matplotlib` is an explicit dependency of MIKE IO.

1.7.0

* Type hints added to some parts of MIKE IO
* Remove non-supported syntax
* Misc fixes (see below)

What's Changed
* Zip "large" ascii file by ecomodeller in https://github.com/DHI/mikeio/pull/612
* Init instance variables in __init__ by ecomodeller in https://github.com/DHI/mikeio/pull/600
* Handle reading time axis with daily unit by ecomodeller in https://github.com/DHI/mikeio/pull/625
* Remove <1.0 syntax by ecomodeller in https://github.com/DHI/mikeio/pull/615
* Handle non-positive dt by ecomodeller in https://github.com/DHI/mikeio/pull/620
* cannot be more sigma than totlayers by otzi5300 in https://github.com/DHI/mikeio/pull/605
* Simplify Dfs{0,1} by ecomodeller in https://github.com/DHI/mikeio/pull/622
* Update video links to vimeo (to remove dated reference to MIKE 2022) by jsmariegaard in https://github.com/DHI/mikeio/pull/627
* More static types by ecomodeller in https://github.com/DHI/mikeio/pull/613
* Remove geometry warning test by ecomodeller in https://github.com/DHI/mikeio/pull/641
* Fix-pandas-deprecations by ecomodeller in https://github.com/DHI/mikeio/pull/642
* Legacy-test by ecomodeller in https://github.com/DHI/mikeio/pull/645
* Bump numpy from 1.20.0 to 1.22.0 by dependabot in https://github.com/DHI/mikeio/pull/646
* Dataset type hints by ecomodeller in https://github.com/DHI/mikeio/pull/640

New Contributors
* otzi5300 made their first contribution in https://github.com/DHI/mikeio/pull/605
* dependabot made their first contribution in https://github.com/DHI/mikeio/pull/646

**Full Changelog**: https://github.com/DHI/mikeio/compare/v1.6.3...v1.7.0

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 https://github.com/DHI/mikeio/pull/590
* New notebook with conversion from Esri ASCII raster to dfs2 by Q-R-B in https://github.com/DHI/mikeio/pull/593
* Type hints from the future by ecomodeller in https://github.com/DHI/mikeio/pull/592
* Corrected contour generation by Havrevoll in https://github.com/DHI/mikeio/pull/597
* Additional dependencies for running notebooks by ecomodeller in https://github.com/DHI/mikeio/pull/599
* Updated docs after reorg by ecomodeller in https://github.com/DHI/mikeio/pull/583
* Dfs2 subsetting with physical coordinates by ecomodeller in https://github.com/DHI/mikeio/pull/604
* Remove wrong type by ecomodeller in https://github.com/DHI/mikeio/pull/606
* Extract class time step selection by ecomodeller in https://github.com/DHI/mikeio/pull/594
* pathlib instead of os.path by ecomodeller in https://github.com/DHI/mikeio/pull/601
* Lint with Ruff by ecomodeller in https://github.com/DHI/mikeio/pull/607
* Test on Python 3.12 by ecomodeller in https://github.com/DHI/mikeio/pull/610
* Overload `Dataset.__getitem__` by ecomodeller in https://github.com/DHI/mikeio/pull/608

New Contributors
* Q-R-B made their first contribution in https://github.com/DHI/mikeio/pull/593
* Havrevoll made their first contribution in https://github.com/DHI/mikeio/pull/597

**Full Changelog**: https://github.com/DHI/mikeio/compare/v1.6.2...v1.6.3

1.6.2

Minor changes...

What's Changed
* Citation by ecomodeller in https://github.com/DHI/mikeio/pull/578
* Many fixes, mostly from ruff by ecomodeller in https://github.com/DHI/mikeio/pull/577
* Slim source dist by ecomodeller in https://github.com/DHI/mikeio/pull/581
* Updated container by ecomodeller in https://github.com/DHI/mikeio/pull/584
* Fix NumPy by ecomodeller in https://github.com/DHI/mikeio/pull/585
* Static type checking with mypy by ecomodeller in https://github.com/DHI/mikeio/pull/586


**Full Changelog**: https://github.com/DHI/mikeio/compare/v1.6.1...v1.6.2

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.