v0.1.3
0.1.3 — 2023-12-22
Breaking changes
- The SpatialContext API now takes params:
parallel
andnum_processes
in the class constructor instead of thefit()
-method.
Features
-
Added support for new backends (python libraries) to compute the spatial joins in the
SpatialContext
-classes. This allows for more efficient computation of the spatial joins especially for very large tissue areas. -
Backends:
- dask-geopandas
- spatialpandas
-
Add
h3
hexgrid support in grid fitting for spatial context classes
Performance
- sjoin operations replaced with sindex ops. This makes subsetting 10-100x faster.
Docs
New documentation website: https://okunator.github.io/cellseg_gsontools/