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.7.3 -> 0.8.0 #102

Merged
merged 25 commits into from
May 9, 2024
Merged

chore(CI/CD): bump version 0.7.3 -> 0.8.0 #102

merged 25 commits into from
May 9, 2024

Conversation

kraina-cicd
Copy link
Contributor

@kraina-cicd kraina-cicd commented May 8, 2024

Added

  • Polars library to the main dependencies

Changed

  • Refactored ways grouping logic from duckdb to polars LazyFrame API for faster operations
  • Default result file extension from geoparquet to parquet #99
  • Moved rich to the main dependencies #95
  • Set minimal versions of multiple dependencies
  • Added tests for minimal dependencies versions

Fixed

  • Steps numbering after encountering MemoryError

Removed

  • h3ronpy from dependencies and replaced logic with pure h3 calls

Deprecated

  • Reusing existing geoparquet files from cache will be supported, but will result in deprecation warning #99

Copy link

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.67%. Comparing base (8ecaea0) to head (919dfb1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   87.66%   87.67%           
=======================================
  Files          18       18           
  Lines        1638     1639    +1     
=======================================
+ Hits         1436     1437    +1     
  Misses        202      202           
Flag Coverage Δ
macos-13-python3.12 87.61% <100.00%> (+<0.01%) ⬆️
ubuntu-latest-python3.10 87.67% <100.00%> (+<0.01%) ⬆️
ubuntu-latest-python3.11 87.67% <100.00%> (+<0.01%) ⬆️
ubuntu-latest-python3.12 87.67% <100.00%> (+<0.01%) ⬆️
ubuntu-latest-python3.9 87.67% <100.00%> (+<0.01%) ⬆️
windows-latest-python3.12 87.61% <100.00%> (+<0.01%) ⬆️

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 271d671 into main May 9, 2024
20 checks passed
@RaczeQ RaczeQ deleted the release/0.8.0 branch May 9, 2024 06:26
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.

Change result file extension to parquet Move Rich to main dependencies
2 participants