Skip to content

Releases: kraina-ai/srai

0.10.2

04 Nov 22:09
4df45bd

Choose a tag to compare

Fixed

  • Move torch import inside s2vec related functions to avoid import errors when torch is not installed

0.10.1

22 Oct 11:32
bfb5381

Choose a tag to compare

Fixed

  • S2Regionalizer failing with geopandas >= 1.0.0 #558

0.10.0

07 Oct 20:35
26d1d40

Choose a tag to compare

Added

  • Open Benchmark for Spatial Representations (OBSR) - added benchmark module with 7 public datasets, implemented by the Kraina AI team (@mskaa3, @Repcak00, @Kubson900, @SzymonLeszkiewicz, @ofurman)
  • New optional dependency group: datasets
  • Weight-based examples sorting in documentation with mkdocs-nav-weight plugin

Changed

  • Reduced line-length in example notebooks from 100 to 88
  • Improved typing in the codebase

0.9.9

27 Sep 14:44
41261d3

Choose a tag to compare

Added

  • S2Vec model as an S2VecEmbedder implemented by @hubkrieb, proposed by Google Research team (Choudhury et al.)
  • timm to optional dependencies for S2VecEmbedder

Changed

  • Locked gtfs-kit version to 0.6.*

Fixed

  • Added __all__ const to spatial split module

0.9.8

06 Sep 06:29
b579ae7

Choose a tag to compare

Added

  • New spatial splitting logic for machine learning model training

Changed

  • Bumped minimal overturemaestro version to 0.5.0

Fixed

  • Enabled CountEmbedder to parse dataframes with indexes other than string type #537

0.9.7

21 May 13:06
5abdf73

Choose a tag to compare

Added

  • Option to pass trainer_kwargs to Gtfs2VecEmbedder's fit and fit_transform functions

Fixed

  • Change CRS setting for GeoDataFrame in OSMPbfLoader

0.9.6

06 Apr 13:27
e606ded

Choose a tag to compare

Added

  • Functions convert_to_regions_gdf and convert_to_features_gdf to transform any existing geo input to an object with the correct index name

0.9.5

23 Feb 23:09
4b1a636

Choose a tag to compare

Fixed

  • Catched OSMnx InsufficientResponseError in OSMOnlineLoader

0.9.4

16 Feb 16:58
e234274

Choose a tag to compare

Fixed

  • Saving expected target features in GeoVexEmbedder

0.9.3

10 Feb 08:31
b509359

Choose a tag to compare

Added

  • Option to change default aggregation in ContextualCountEmbedder from average to median, sum, min or max