Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Modin 0.36.0 source code.tar.gz | 2025-09-09 | 16.3 MB | |
Modin 0.36.0 source code.zip | 2025-09-09 | 16.8 MB | |
README.md | 2025-09-09 | 690 Bytes | |
Totals: 3 Items | 33.2 MB | 0 |
This release includes a bug fix, a performance improvement for query() and eval(), and changes to the testing suite.
Key Features and Updates Since 0.35.0
- Stability and Bugfixes
- FIX-#7653: Respect
AutoSwitchBackend
forDataFrame.T
/`Series.T~ (#7654) - Performance enhancements
- PERF-#7657: Fork pandas eval and query implementation to improve performance. (#7658)
- Update testing suite
- TEST-#7659: Ignore ray.init() warning about accelerators environment variable. (#7660)
- TEST-#7661: Run push-to-main ray tests in parallel. (#7662)
Contributors
@sfc-gh-dpetersohn @sfc-gh-joshi @sfc-gh-mvashishtha