Skip to content

Releases: kraina-ai/srai

0.9.1

27 Jan 07:10
7636827
Compare
Choose a tag to compare

Changed

  • Refactored ContextualCountEmbedder progress bar and multiprocessing implementation

0.9.0

26 Jan 08:20
be319e4
Compare
Choose a tag to compare

Added

  • OvertureMapsLoader for loading features from Overture Maps datasets

Changed

  • Replaced all union_all calls with unary_union() in GeoPandas context
  • Transform logic in CountEmbedder to work with new boolean based features dataframes from Overture Maps Loader
  • Changed IntersetionJoiner logic to use STRTree index instead of sjoin function
  • Refactored CountEmbedder to work on the lazy execution engine from the polars library

0.8.4

04 Jan 00:43
cc3d4d8
Compare
Choose a tag to compare

Added

  • Option to pass verbosity_mode to OsmPbfLoader

Changed

  • Default OSM download source from Geofabrik to any
  • Replaced deprecated function calls from the QuackOSM library

0.8.3

01 Jan 17:17
d4076ba
Compare
Choose a tag to compare

Fixed

  • Removed GTFS feed validation for gtfs-kit versions >= 10.0.0

0.8.2

30 Dec 23:16
c7b9075
Compare
Choose a tag to compare

Fixed

  • Changed polygon creation in spherical voronoi algorithm to avoid rounding error on vertices

0.8.1

30 Dec 20:02
eecc010
Compare
Choose a tag to compare

Fixed

  • Made code compliant with osmnx's new 2.0.0 release in OsmOnlineLoader

0.8.0

29 Dec 13:59
7ff234a
Compare
Choose a tag to compare

Warning

This release was yanked. Please use the 0.8.1 release instead.

Fixed

  • Made code compliant with osmnx's new 2.0.0 release #473
  • Made code compliant with h3ronpy's new 0.22.0 release #471

0.7.8

28 Dec 13:38
6bfecd9
Compare
Choose a tag to compare

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

25 Sep 22:06
4262f26
Compare
Choose a tag to compare

Changed

  • Bumped minimal QuackOSM version to 0.11.0

0.7.6

30 Aug 09:38
b02f78c
Compare
Choose a tag to compare

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