Skip to content

2.7.0

Bug Fixes🍋

Issue Ref Summary Description
408 fix copy() method on georefobject The deepcopy function doesn't works with Geolime objects; copying is now done by copying the dataframe database.
425 scipy.interpolate regression The lib was using a legacy function from the scipy library, which has since been replaced by a newer, maintained version.

Enhancements🍋

Issue Ref Summary Description
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.

New Features🍋

Issue Ref Summary Description
409 Support for Python 3.13 Python 3.13 is now supported and Pandas upgraded to version 2.

⚠ Breaking changes🍋