chore: Bump polars to v1.39#299
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #299 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 54 54
Lines 3127 3127
=========================================
Hits 3127 3127 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: borchero <[email protected]>
|
Copilot skip the test that currently fails for |
Co-authored-by: borchero <[email protected]>
There was a problem hiding this comment.
Pull request overview
Updates the repository’s “latest polars” environment to polars 1.39 and aligns a Collection repr test with polars 1.39’s query plan formatting changes.
Changes:
- Bump
feature.polars-latestinpixi.tomlfrom1.38.*to1.39.*. - Regenerate
pixi.lockto pin polars (and runtimes) to 1.39.2 across platforms. - Adjust
test_repr_collectionexpected output for polars 1.39 and add a version gate.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
tests/collection/test_repr.py |
Updates expected plan repr and adds a polars-version condition around the test. |
pixi.toml |
Bumps the “polars-latest” feature dependency constraint to 1.39.*. |
pixi.lock |
Updates locked artifacts to polars 1.39.2 / runtime 1.39.2 across platforms. |
You can also share your feedback on Copilot code review. Take the survey.
| # NOTE: Update docs/faq.md when updating this. | ||
| polars = "1.35.*" | ||
|
|
||
| [feature.polars-latest.dependencies] | ||
| # NOTE: Update docs/faq.md when updating this. | ||
| polars = "1.38.*" | ||
| polars = "1.39.*" |
| @pytest.mark.skipif( | ||
| _polars_version_tuple < (1, 39), | ||
| reason="query plan repr changed in polars 1.39", | ||
| ) |
pixi.tomlto set polars-latest to1.39.*pixi updateto regenerate lock file (polars 1.38.1 → 1.39.2)test_repr_collection- polars 1.39 changed plan repr format fromPROJECT["a"] 1/1 COLUMNStoPROJECT */1 COLUMNStest_repr_collectionfor polars < 1.39 using_polars_version_tupleruntime check📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.