Modin 0.22.0
This release includes support for pyhdk=0.6, a few performance enhancements,
new features and bug fixes.
Key Features and Updates Since 0.21.0
- Stability and Bugfixes
- FIX-#6104: Stop selecting same column twice for repr (#6210)
- FIX-#6199: make sure read_html return a list of DataFrames (#6200)
- FIX-#6201: align groupby objects signatures with pandas (#6202)
- FIX-#6212: Fix '.read_feather()' failure if the file contains index metadata (#6213)
- FIX-#6216: make sure 'infer_objects' returns DataFrame (#6217)
- FIX-#5722: Use full axis function when casting to "category" (#6222)
- FIX-#5889: HDK: Combine multiple lazy concat operations into a single one and replace recursion with iteration (#5932)
- Performance enhancements
- Refactor Codebase
- New Features
- Dependencies
Contributors
@mvashishtha
@AndreyPavlenko
@anmyachev
@dchigarev
@jkew
@YarShev