v0.6.1
This is the release notes of v0.6.1. See here for the complete list of solved issues and merged PRs.
New Features
- Tensor
- Support
missingargument fortensor.tosparse()andfill_valueargument forsparse_tensor.todense()(#1802)
- Support
- DataFrame
Bug fixes
- Spawn serialization of executable graphs (#1770)
- Fix getitem on DataFrames with unknown index (#1778)
- Fix reading partitioned parquet files in HDFS (#1783)
- Fix creating Mars Series from empty pandas Series (#1788)
- Fix bug that explicit execute may be required for to_parquet and XGB predict (#1800)
- Support md.concat on DataFrame and Series (#1801)
- Fix TypeError when timeout argument is absent when starting Mars cluster in YARN (#1804, thanks @smartguo!)
Documentation
- Fill docs for apply and transform (#1767)
Tests
- Create different test workflows & fix accessor docs (#1804)