| 404 |
ruff : test and possibly integrate (auto-formatting) |
Use ruff to format/check the code and sort imports. |
| 398 |
Fix deprecated type hints + drop support 3.9- |
Use new type hinting definition and remove packaging for python 3.9. |
| 419 |
Pandera + PyVista Deprecations |
Update Pandera import and use the new method select_interior_points with pyvista. |
| 421 |
Error Management : more explicit on failing to create GriddedSurface with empty array of data |
GriddedSurface now returns an error if xyz is an empty sequence. |
| 397 |
Add the possiblity to disable the sorting in the aggregate method |
It is now possible to disable automatic sorting in order to preserve the order of the input data. |
| 422 |
File Preview display enhancement |
The console preview can be disabled, and the user can receive a detailed dictionary as the function output instead. |
| [No Ref] |
Rust IDW |
Integrate the rust backend to perform IDW algorithm. |