Skip to content

Releases: kraina-ai/srai

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

0.7.5

04 Jun 20:01
90ec018
Compare
Choose a tag to compare

Fixed

  • Changed H3 regionalization logic from IntersectsBoundary to Covers to properly assign H3 regions to geometries smaller than an H3 cell

0.7.4

05 May 18:52
5622aa2
Compare
Choose a tag to compare

Added

  • Support for Python 3.12 after upgrading QuackOSM to 0.7.0 and DuckDB to 0.10.2

Changed

  • Refactored ContextualCountEmbedder by adding multiprocessing for faster transformations

0.7.3

21 Apr 17:16
b77e917
Compare
Choose a tag to compare

Changed

  • make geofabrik the default download source for OSMPbfLoader

0.7.2

20 Apr 13:51
8ecca04
Compare
Choose a tag to compare

Changed

  • Update tooling
  • remove Black in favour of Ruff format

Added

  • Conform to PEP 561

0.7.1

17 Apr 19:08
d5d812a
Compare
Choose a tag to compare

Fixed

  • Issue caused by the change in the h3-py library 4.0.0b3 #431

0.7.0

02 Feb 19:58
3e7a787
Compare
Choose a tag to compare

Added

  • Support for BBBike download service.
  • Option to merge a list of OSM tags filters into a single one.

Changed

  • Refactored PbfFileHandler to use QuackOSM library instead of osmium and GDAL #405
  • Changed the default pbf download source from protomaps download service to any.

Removed

  • PbfFileLoader and moved its logic to QuackOSM library.
  • Support for protomaps download service.
  • PbfFileClipper (unnecessary after geospatial filtering has been incorporated into refactored PbfFileHandler) #405.
  • PbfFileHandler (unnecessary after moving away from osmium implementation).

Fixed

  • Bugs in GTFS Loader: missing index name and NaN handling (implemented by @zackAemmer).

0.6.2

28 Dec 14:31
6442e47
Compare
Choose a tag to compare

Added

  • CI release via GitHub Actions
  • Set up docs style for having code examples from docstrings.
  • Automatic warnings filtering inside VoronoiRegionalizer.

Changed

  • Added option to parse MultiPolygon geometries in srai.geometry.remove_interiors function.

Deprecated

Removed

Fixed

Security

0.6.1

13 Nov 00:14
028e0f8
Compare
Choose a tag to compare

What's Changed

Added

  • Start writing examples in docstrings.

Changed

  • Change documentation rendering style.

Fixed

  • Expose functions in h3 module.

Full Changelog: 0.6.0...0.6.1