Skip to content

Modin 0.16.1

Compare
Choose a tag to compare
@RehanSD RehanSD released this 11 Oct 21:08
· 874 commits to master since this release
0.16.1
98a9694

This release features a bug fix, as well as fixes for deprecation warnings introduced by pandas 1.5.

Key Features and Updates

  • Stability and Bugfixes
    • FIX-#5034: Handle lists in df.get() (#5035)
    • FIX-#5098: Stop using append internally. (#5100)
    • FIX-#5097: Stop using deprecated mangle_dup_cols. (#5104)
  • Refactor Codebase
    • REFACTOR-#5092: Fix future warning for set_axis function (#5093)

Contributors

@mvashishtha
@pyrito
@anmyachev
@vnlitvinov