Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CI/CD): bump version 0.8.3 -> 0.9.0 #141

Merged
merged 6 commits into from
Aug 12, 2024
Merged

chore(CI/CD): bump version 0.8.3 -> 0.9.0 #141

merged 6 commits into from
Aug 12, 2024

Conversation

kraina-cicd
Copy link
Contributor

Added

  • Functions convert_osm_extract_to_parquet and convert_osm_extract_to_geodataframe with option to search and download OSM extracts by text query #119
  • Function for downloading an OSM extract PBF file using a text query (quackosm.osm_extracts.download_extract_by_query)
  • Function for displaying available OSM extracts from multiple sources (quackosm.osm_extracts.display_available_extracts and --show-extracts / --show-osm-extracts in cli) in the form of a tree
  • New parameter geometry_coverage_iou_threshold (and --iou-threshold in cli) to enable configuration of the Intersection over Union metric value sensitivity for covering the geometry with OSM extracts
  • Two new notebook examples for documentation purposes - basic usage and OSM extracts deep dive
  • Improved tests configuration by downloading precalculated extracts indexes from a dedicated repository

Changed

  • Refactored searching OSM extracts for a given geometry filter to utilize Intersection over Union metric #110 #115
  • Moved multiple modules imports inside certain functions to speed up CLI responsiveness
  • Replaced default Geofabrik OSM extract download source with any to include all available resources
  • Refactored OSM extracts sources cache files to calculate area in kilometers squared and added parent and file_name fields

Deprecated

  • Function find_smallest_containing_extract from quackosm.osm_extracts have been deprecated in favor of find_smallest_containing_extracts

Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.22%. Comparing base (251634b) to head (9f78135).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
- Coverage   93.38%   93.22%   -0.16%     
==========================================
  Files          22       22              
  Lines        1935     1935              
==========================================
- Hits         1807     1804       -3     
- Misses        128      131       +3     
Flag Coverage Δ
macos-13-python3.12 93.22% <100.00%> (-0.16%) ⬇️
ubuntu-latest-python3.10 93.22% <100.00%> (-0.16%) ⬇️
ubuntu-latest-python3.11 93.22% <100.00%> (-0.16%) ⬇️
ubuntu-latest-python3.12 93.22% <100.00%> (-0.16%) ⬇️
ubuntu-latest-python3.9 93.22% <100.00%> (-0.16%) ⬇️
windows-latest-python3.12 93.22% <100.00%> (-0.16%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RaczeQ RaczeQ merged commit 5f18902 into main Aug 12, 2024
19 of 20 checks passed
@RaczeQ RaczeQ deleted the release/0.9.0 branch August 12, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants