-
Notifications
You must be signed in to change notification settings - Fork 25
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
[python] Connect resizers to the Python API #3140
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3140 +/- ##
==========================================
- Coverage 83.05% 83.03% -0.02%
==========================================
Files 50 50
Lines 5198 5229 +31
==========================================
+ Hits 4317 4342 +25
- Misses 881 887 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e11d515
to
8c2aaaf
Compare
8c2aaaf
to
0ffe30b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Issue and/or context: As tracked on issue #2407 / [sc-51048].
Changes:
Connects the resizers to the Python API, for #2964
Notes for Reviewer:
R support on a separate PR. Less urgent since R doesn't have append mode yet (#1630).