You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking: Remove lots the dataframe-library specific functions and instead work with arrow arrays and record-batches directly using the Arrow PyCapsule interface.
The core and polars parts of this library are no longer depending on pyarrow - instead the lightweight 'arro3' library is used. The pandas-parts still require pyarrow which needs the be installed manually.
Support for numpy 2.
Upgrade to h3o 0.7.
Release the GIL more often to allow other threads to run.
Upgrade h3o, rasterh3 and h3arrow dependencies. This includes a fix for converting datasets spanning the antimeridian
by splitting and normalizing tiles before generating cells from them.
Added rasterize_cells function to generate raster arrays from cells.
Updated h3o from v0.3 to v0.4. Due to the new polyfill modes this leads to API changes in all functions converting
geometries to cells. The all_intersecting parameter is now deprecated (will be removed in v0.19) and is replaced
by containment_mode.