Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Modin 0.37.0 source code.tar.gz | 2025-09-30 | 16.3 MB | |
Modin 0.37.0 source code.zip | 2025-09-30 | 16.9 MB | |
README.md | 2025-09-30 | 948 Bytes | |
Totals: 3 Items | 33.2 MB | 0 |
This release includes bugfixes for Series.json
, DataFrame.rename
, and eval
, and performance improvements for joins with AutoSwitchBackend
enabled.
Key Features and Updates Since 0.36.0
- Stability and Bugfixes
- FIX-#7624: Add proper implementation for
Series.to_json
(#7673) - FIX-#7664: Add typing_extensions dependency (#7665)
- FIX-#7667: Fix
axis=None
case forDataFrame.rename
(#7674) - FIX-#7669: Respect eval(inplace=False). (#7670)
- FIX-#7671: Fix transfer message truncating on larger sizes (#7672)
- FIX-#7675: Allow backend switching to backends other than provided arguments (#7679)
- Update testing suite
- TEST-#7681: Interop Tests should all use Backend.get instead of "Ray" (#7680)
- New Features
- FEAT-#7676: in-place casting between DataFrame engines (#7666)
Contributors
@sfc-gh-dpetersohn @sfc-gh-joshi @sfc-gh-mvashishtha