-
Notifications
You must be signed in to change notification settings - Fork 4
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: basic structure for implementation of tabular containers with polars #731
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #731 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 66 67 +1
Lines 4873 4875 +2
=========================================
+ Hits 4873 4875 +2 ☔ View full report in Codecov by Sentry. |
…up to 2 (#697) ### Summary of Changes perf: improved performance of `TabularDataset.__eq__` by a factor of up to 2 perf: slightly improved performance of `TabularDataset.__hash__` fix: corrected `TabularDataset.__sizeof__` --------- Co-authored-by: megalinter-bot <[email protected]>
🎉 This PR is included in version 0.24.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes partially #712
Summary of Changes
Add (mostly empty) classes for a new implementation of the tabular containers with
polars
.