Skip to content

feat(python!): Compute height for gather_every() of 0-width input - #28600

Open
nameexhaustion wants to merge 1 commit into
2.0from
nxs/gather-0w
Open

feat(python!): Compute height for gather_every() of 0-width input#28600
nameexhaustion wants to merge 1 commit into
2.0from
nxs/gather-0w

Conversation

@nameexhaustion

Copy link
Copy Markdown
Collaborator

E.g. -

>>> pl.DataFrame(height=4).gather_every(2)

Before - shape: (0, 0)
After - shape: (2, 0)

@github-actions github-actions Bot added breaking python Change that breaks backwards compatibility for the Python package enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Jul 30, 2026
@nameexhaustion
nameexhaustion changed the base branch from main to nxs/drop-strict July 30, 2026 04:27
@nameexhaustion
nameexhaustion force-pushed the nxs/drop-strict branch 2 times, most recently from adfd8a9 to e103a15 Compare July 30, 2026 09:03
Base automatically changed from nxs/drop-strict to 2.0 July 31, 2026 05:39
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.75%. Comparing base (41a50ab) to head (313c783).
⚠️ Report is 60 commits behind head on 2.0.

Additional details and impacted files
@@            Coverage Diff             @@
##              2.0   #28600      +/-   ##
==========================================
+ Coverage   81.65%   81.75%   +0.09%     
==========================================
  Files        1868     1868              
  Lines      262363   262386      +23     
  Branches     3170     3172       +2     
==========================================
+ Hits       214235   214509     +274     
+ Misses      47301    47049     -252     
- Partials      827      828       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nameexhaustion nameexhaustion modified the milestone: 2.0 Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking python Change that breaks backwards compatibility for the Python package enhancement New feature or an improvement of an existing feature python Related to Python Polars

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant