gwmod / nlmod

Python package to build, run and visualize MODFLOW 6 groundwater models in the Netherlands.
https://nlmod.readthedocs.io
MIT License
35 stars 3 forks source link

Release 0.7.2 #309

Closed OnnoEbbens closed 10 months ago

OnnoEbbens commented 10 months ago

Lot's of small and somewhat bigger fixes have been made so it's time for an end of the year release.

rubencalje commented 10 months ago

In the documentation-website, the following warning is shown at many examples:

WARNING:py.warnings._showwarnmsg:/home/docs/checkouts/readthedocs.org/user_builds/nlmod/envs/latest/lib/python3.10/site-packages/xarray/core/utils.py:494: FutureWarning: The return type ofDataset.dimswill be changed to return a set of dimension names in future, in order to be more consistent withDataArray.dims. To access a mapping from dimension names to lengths, please useDataset.sizes. warnings.warn(

If possible, we need to solve this before the next version I think.