Skip to content

Releases: kraina-ai/quackosm

0.12.0

03 Nov 23:28
528c3e0
Compare
Choose a tag to compare

Added

  • Option to pass custom SQL filters with custom_sql_filter (and --custom-sql-filter) parameter #67

Fixed

  • Delayed progress bar appearing during nodes intersection step

0.11.4

28 Oct 09:32
8b25fbc
Compare
Choose a tag to compare

Changed

  • Improved multiprocessing intersection algorithm by early stopping processes start-up if finished quicker than expected

0.11.3

25 Oct 22:12
bc6001a
Compare
Choose a tag to compare

Changed

  • Moved location of the OSM extracts providers to the global cache #173

0.11.2

14 Oct 10:25
9d41249
Compare
Choose a tag to compare

Added

  • Option to pass a bounding box as a geometry filter in CLI #169

Changed

  • Modified CLI descriptions and hid unnecessary default values #169

0.11.1

09 Oct 07:47
beb7e67
Compare
Choose a tag to compare

Added

  • Option to export to DuckDB database #94 (implemented by @mwip)

0.11.0

24 Sep 22:18
5ca9558
Compare
Choose a tag to compare

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 with union_all() on all GeoDataFrames
  • Silenced pooch library warnings regarding empty SHA hash

0.10.0

23 Sep 23:27
fea4cfd
Compare
Choose a tag to compare

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

11 Sep 19:08
3dedd2f
Compare
Choose a tag to compare

Changed

  • Excluded DuckDB 1.1.0 version from dependencies

0.9.3

10 Sep 22:48
a539aa8
Compare
Choose a tag to compare

Removed

  • geoarrow-rust-core from dependencies

0.9.2

29 Aug 10:42
05bd663
Compare
Choose a tag to compare

Changed

  • Removed pyarrow-ops dependency and replaced it with simpler implementation
  • Removed srai dependency from tests
  • Set minimal numpy version