Releases: kraina-ai/srai
Releases · kraina-ai/srai
0.7.7
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
0.7.3
Changed
- make geofabrik the default download source for OSMPbfLoader
0.7.2
Changed
- Update tooling
- remove Black in favour of Ruff format
Added
- Conform to PEP 561
0.7.1
0.7.0
Added
- Support for
BBBike
download service. - Option to merge a list of OSM tags filters into a single one.
Changed
- Refactored
PbfFileHandler
to useQuackOSM
library instead ofosmium
andGDAL
#405 - Changed the default pbf download source from
protomaps
download service toany
.
Removed
PbfFileLoader
and moved its logic toQuackOSM
library.- Support for
protomaps
download service. PbfFileClipper
(unnecessary after geospatial filtering has been incorporated into refactoredPbfFileHandler
) #405.PbfFileHandler
(unnecessary after moving away fromosmium
implementation).
Fixed
- Bugs in GTFS Loader: missing index name and NaN handling (implemented by @zackAemmer).
0.6.2
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 insrai.geometry.remove_interiors
function.
Deprecated
Removed
Fixed
Security
0.6.1
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