Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Modin 0.35.0 source code.tar.gz | 2025-08-15 | 16.3 MB | |
Modin 0.35.0 source code.zip | 2025-08-15 | 16.8 MB | |
README.md | 2025-08-15 | 1.1 kB | |
Totals: 3 Items | 33.1 MB | 0 |
This release includes various bug fixes and improvements, and adds support for pandas 2.3.
Key Features and Updates Since 0.34.0
- Stability and Bugfixes
- FIX-#7622: Fall back to printing backend switching progress when tqdm is not available. (#7623)
- FIX-#7638: Suppress default to pandas warnings on native pandas backend (#7639)
- FIX-#7640: Respect AutoSwitchBackend.disable() in init. (#7641)
- FIX-#7645: Stop raising an error for applying numpy ufuncs. (#7646)
- Performance enhancements
- PERF-#7435: Use shallow copies in native pandas mode (#7634)
- Update testing suite
- TEST-#7629: Update code for mypy 1.17 (#7630)
- TEST-#7643: Fix residual failures from pandas 2.3 (#7644)
- New Features
- FEAT-#7604: Support pandas 2.3 (#7635)
- FEAT-#7627: Define move_to and move_from methods (#7628)
- FEAT-#7636: Make AutoSwitchBackend False by default. (#7637)
- FEAT-#7647: Shorten the hybrid progress bar text (#7648)
Contributors
@sfc-gh-joshi @sfc-gh-mvashishtha @sfc-gh-vrpatel