-
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
feat: remove operations without replacement from tabular containers #747
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 #747 +/- ##
===========================================
- Coverage 100.00% 99.91% -0.09%
===========================================
Files 81 81
Lines 5869 5772 -97
===========================================
- Hits 5869 5767 -102
- Misses 0 5 +5 ☔ View full report in Codecov by Sentry. |
## [0.25.0](v0.24.0...v0.25.0) (2024-05-15) ### Features * major API redesign (WIP) ([#752](#752)) ([8e781f9](8e781f9)), closes [#694](#694) [#699](#699) [#714](#714) [#748](#748) * move NN converters and layers to separate packages ([#759](#759)) ([c6a4073](c6a4073)) * remove operations without replacement from tabular containers ([#747](#747)) ([0e5a54b](0e5a54b)) * specify partial order in label encoder ([#763](#763)) ([6fbe537](6fbe537)), closes [#639](#639) ### Bug Fixes * Conversion of tabular dataset to tensors ([#757](#757)) ([9e40b65](9e40b65)) * fixed devices with new polars implementation ([#756](#756)) ([e72339e](e72339e)) ### Performance Improvements * implement one hot encoder and imputer using polars ([#768](#768)) ([e993c17](e993c17))
🎉 This PR is included in version 0.25.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Summary of Changes
Remove the following methods:
Table.to_excel_file
Table.from_excel_file
Table.add_row
Table.add_rows
Table.get_row
Table.group_rows
Table.to_html
Column.sum
Row.to_html
Row.sort_columns