Skip to content

Modin 0.15.2

Compare
Choose a tag to compare
@RehanSD RehanSD released this 25 Jun 00:03
· 1046 commits to master since this release

This release adds support for pandas 1.4.3, pins protobuf < 4.0.0 to ensure compatibility with
ray < 1.13, and includes a bugfix for modifying columns via attribute access.

Key Features and Updates

  • Stability and Bugfixes
    • FIX-#4589: Pin protobuf<4.0.0 to fix ray (#4590)
    • FIX-#4577: Set attribute of Modin dataframe to updated value (#4588)
  • Dependencies
    • FEAT-#4598: Add support for pandas 1.4.3 (#4599)

Contributors

@mvashishtha
@pyrito
@RehanSD