Modin 0.20.1
Modin 0.20.1
This release includes some fixes.
Key Features and Updates Since 0.20.0
- Stability and Bugfixes
- FIX-#4828: Allow
dict_apply_builder
use keyword argumentinternal_indices
(#5945) - FIX-#5203: Don't raise
AttributeError: 'list' object has no attribute '_query_compiler'
injoin
op (#5939) - FIX-#5985: BUG: ArrowPeriodType and ArrowIntervalType are not supported by HDK (#5987)
- FIX-#5988: BUG: Concatenation of frames with strings is not supported by HDK (#5989)
- FIX-#5993: Fix documentation building in CI (#5994)
- FIX-#5997: Run
build-docs
CI job regardless of the files being changed (#5998) - FIX-#6000: HDK: read_csv(): Do not parse dates, if the parse_dates argument is not specified (#6001)
- FIX-#6022: Support lazy import of
modin.pandas
module (#6023)
- FIX-#4828: Allow