Skip to content

Modin 0.22.3

Compare
Choose a tag to compare
@vnlitvinov vnlitvinov released this 04 Jul 18:16
· 423 commits to master since this release
0.22.3
d69bcad

Patch release with main point of pinning pydantic<2 to resolve Ray issues, plus a few bugfixes.

Key Features and Updates Since 0.22.2

  • Stability and Bugfixes
    • FIX-#5461: fix groupby if dataframe has empty partitions (#6307)
    • FIX-#6035: Fall back to Pandas, when merging unsupported column types (#6036)
    • FIX-#6297: fix experimental numpy.argmax/argmin with Nans in data (#6298)
    • FIX-#6309: do not materialize axes for 'rank' operation (#6310)
    • FIX-#6313: update MIN_RAY_VERSION var: 1.4.0 -> 1.13.0 (#6314)
    • FIX-#6336: pin 'pydantic<2' to fix CI (#6337)

Contributors

@AndreyPavlenko
@anmyachev