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

refactor(python): Add version field for python IR #17876

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

wence-
Copy link
Collaborator

@wence- wence- commented Jul 25, 2024

We add a major.minor versioning scheme to the NodeTraverser so that we can advertise breaking changes independently of the polars version.

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars labels Jul 25, 2024
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 80.47%. Comparing base (2a6ebec) to head (653674e).

Files Patch % Lines
py-polars/src/lazyframe/visit.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17876      +/-   ##
==========================================
- Coverage   80.48%   80.47%   -0.01%     
==========================================
  Files        1507     1507              
  Lines      197610   197613       +3     
  Branches     2813     2813              
==========================================
- Hits       159040   159038       -2     
- Misses      38049    38054       +5     
  Partials      521      521              

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

We add a major.minor versioning scheme to the NodeTraverser so that we
can advertise breaking changes independently of the polars version.
@ritchie46 ritchie46 merged commit 55c15d7 into main Jul 26, 2024
17 checks passed
@ritchie46 ritchie46 deleted the wence/fea/pyir-version branch July 26, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants