v0.5.0rc1
Pre-release
Pre-release
This is the release notes of v0.5.0rc1. See here for the complete list of solved issues and merged PRs.
New Features
- DataFrame
Enhancements
- Serialize results in worker before storing into shared storages (#1470)
- Raise timeout when assigning failed for a long time (#1475)
- Use f-string to replace most of string formattings (#1484)
Bug fixes
- Fix reference cycle in
promise.all_(#1452) - Support
ArrowStringDtypeforDataFrame.sort_values()(#1455) - Support serializing complex scalars (#1459)
- Support
ExtensionDtypeindf.astype(#1462) - Fix incorrect
index_valueindf.drop()(#1466) - Fix pickling arrow types & allow specifying parallel number in IO runners (#1480)