Releases: kraina-ai/quackosm
Releases · kraina-ai/quackosm
0.12.0
0.11.4
Changed
- Improved multiprocessing intersection algorithm by early stopping processes start-up if finished quicker than expected
0.11.3
0.11.2
0.11.1
0.11.0
Changed
- Bumped minimal DuckDB version to
1.1.0
- Refactored geoparquet operations for compatibility with new DuckDB version
- Excluded
conftest.py
file from the final library build - Replaced
unary_union
calls withunion_all()
on all GeoDataFrames - Silenced
pooch
library warnings regarding empty SHA hash
0.10.0
Changed
- BREAKING Changed required minimal number of points in polygon from 3 to 4
- Added removal of repeated points in linestrings
Fixed
- Removed support for yanked polars version
1.7.0
0.9.4
Changed
- Excluded DuckDB
1.1.0
version from dependencies
0.9.3
Removed
geoarrow-rust-core
from dependencies
0.9.2
Changed
- Removed
pyarrow-ops
dependency and replaced it with simpler implementation - Removed
srai
dependency from tests - Set minimal
numpy
version