This release introduces Modin's new, experimental NumPy API. It also features many bug fixes, improvements to documentation, and performance optimizations, including faster initialization with NumPy arrays.
0.18.1
This release includes pandas 1.5.3 support and a bunch of bug fixes.
0.18.0
This release includes support for MPI backend using Unidist, improvements to the shuffling mechanism, SQL query execution on the HDK backend (currently pyhdk==0.3), support for pandas 1.5.2 and external query compilers. It also includes many bug fixes and some performance enhancements.
0.17.1
This release includes pandas 1.5.2 support and a bunch of bug fixes.
0.17.0
This release includes support for pyhdk 0.2. It also includes many bug fixes and some performance enhancements.
0.16.2
This release includes pandas 1.5.1 support and two bug fixes.
Key features and Updates ------------------------
* Stability and Bugfixes * FIX-4016, FIX-4086, FIX-4039: Fall back to pandas in case of duplicate column names (4896) * FIX-5128: Fix reading parquet directory from s3. (5129) * New Features * FEAT-5145: Upgrade pandas to 1.5.1 (5146)