Releases: Deltares/xugrid
Releases · Deltares/xugrid
0.12.0
What's Changed
- prevent accessing each var again when looping over dataset vars by @veenstrajelmer in #286
- Better barycentric interpolation by @Huite in #289
- Add interpolate_na with method="nearest" by @Huite in #290
- Define dims property. FutureWarning on dimensions. by @Huite in #291
- Enable broadcasting/lazy evaluation in interpolate_na and laplace_interpolate by @Huite in #293
Full Changelog: 0.11.2...0.12.0
0.11.2
What's Changed
- Regridder patches by @Huite in #276
- caught empty list of partitions in xu.merge_partitions() by @veenstrajelmer in #280
- avoid inconsistent chunks error in
merge_partitions()
by @veenstrajelmer in #279 - Improve snapping by @Huite in #283
Full Changelog: 0.11.1...0.11.2
0.11.1
0.11.0
What's Changed
- fix path deprecation warning by @savente93 in #247
- added edge_node_connectivity to Ugrid2d.from_meshkernel by @veenstrajelmer in #250
- Merge partition chunks by @Huite in #253
- replaced ds.dims[dim] with ds.sizes[dim] by @veenstrajelmer in #254
- Update pixi lockfile, laplace interpolate tol -> (rtol, atol) for cg solve by @Huite in #257
- Move ruff toml into pyproject by @Huite in #258
- Numpy 2.0 support by @Huite in #259
- Add py3.9 (back) by @Huite in #260
- From data constructors for UgridDataArray by @Huite in #266
- Update pixi lock file by @github-actions in #268
- Fix edge cases to snap to grid by @JoerivanEngelen & @Huite in #263
New Contributors
- @savente93 made their first contribution in #247
- @github-actions made their first contribution in #268
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
- Set the right shape (n, m) for the regrid matrices. Fixes #233 by @Huite in #235
- Issue #236 fix indexing in mode method regridding by @JoerivanEngelen in #237
- Add logic for earcutting polygons and for extracting regridding weights in tabular form by @Huite in #238
New Contributors
- @dependabot made their first contribution in #226
Full Changelog: 0.9.0...0.10.0
0.9.0
What's Changed
- Add support for multi-dimensional coordinates in from_structured by @Huite in #202
- Fix #206. Deal with review comments by @JoerivanEngelen in #207
- replace .dims with .sizes by @veenstrajelmer in #212
- Issue #210 fix bug in Ugrid1D.merge_partitions by @JoerivanEngelen in #215
- Issue #134 merge partitions with inconsistent grids amongst partitions by @JoerivanEngelen in #216
Full Changelog: 0.8.1...0.9.0
v0.8.1
v0.8.0
What's Changed
- updated requires-python to 3.9 in pyproject.toml by @veenstrajelmer in #175
- support conversion of spherical ugrid2d/ugrid1d to meshkernel by @veenstrajelmer in #186
Full Changelog: 0.7.1...0.8.0