Skip to content

Modin 0.17.1

Compare
Choose a tag to compare
@dchigarev dchigarev released this 25 Nov 13:55
0.17.1
7f801ad

This release includes pandas 1.5.2 support and a bunch of bug fixes.

Key Features and Updates Since 0.17.0

  • Stability and Bugfixes
    • FIX-#4100: Fall back to Pandas on row drop (#4937)
    • FIX-#4636: allows read_parquet to detect column partitioning in non-local filesystems (#5192)
    • FIX-#5138: df_categories_equals typo (#5250)
    • FIX-#5186: set_index case with multiindex (#5190)
    • FIX-#5187: Fixed RecursionError in OmnisciLaunchParameters.get() (#5199)
    • FIX-#5204: fix binary operations with a dictionary (#5205)
    • FIX-#5232: Stop changing original series names during binary ops. (#5249)
    • FIX-#5234: Use query compiler str_repeat. (#5235)
    • FIX-#5236: Allow binary operations with custom classes. (#5237)
    • FIX-#5252: Disable notebook tests until access control issues are resolved for modin-test bucket (#5257)
  • New Features

Contributors

@AndreyPavlenko
@Billy2551
@RehanSD
@YarShev
@anmyachev
@dchigarev
@mvashishtha
@noloerino