Releases: kraina-ai/srai
Releases · kraina-ai/srai
0.8.4
0.8.3
Fixed
- Removed GTFS feed validation for
gtfs-kit
versions >=10.0.0
0.8.2
Fixed
- Changed polygon creation in spherical voronoi algorithm to avoid rounding error on vertices
0.8.1
Fixed
- Made code compliant with
osmnx
's new2.0.0
release inOsmOnlineLoader
0.8.0
0.7.8
Changed
- Set max
h3ronpy
version to<0.22.0
(implemented by @bouzaghrane) - Set max
osmnx
version to<2.0.0
Fixed
- Removed a list comprehension in geometry related operations (implemented by @ebonnal)
0.7.7
Changed
- Bumped minimal QuackOSM version to
0.11.0
0.7.6
Fixed
- Changed a typo in the
BASE_OSM_GROUPS_FILTER
(implemented by @starsep).
Added
- Added methods for saving and loading fittable
GeoVexEmbedder
(implemented by @sabman and @mhassanch). #457
0.7.5
Fixed
- Changed H3 regionalization logic from
IntersectsBoundary
toCovers
to properly assign H3 regions to geometries smaller than an H3 cell
0.7.4
Added
- Support for Python 3.12 after upgrading QuackOSM to
0.7.0
and DuckDB to0.10.2
Changed
- Refactored
ContextualCountEmbedder
by adding multiprocessing for faster transformations