v0.8.0a2
Pre-release
Pre-release
This is the release notes of v0.8.0a2. See here for the complete list of solved issues and merged PRs.
New Features
- DataFrame
- Tensor
- Learn
- Services
- Add API to retrieve progress and status of tileables (#2357)
- Web
- Add visualization page for tileable graphs (#2282, thanks @RandomY-2!)
- Add storage infos in web (#2317)
- Display tileable progress, status and dependency link type on task detail page (#2360, thanks @RandomY-2!)
- Others
Enhancements
- Support setting multiple columns in DataFrame (#2303)
- Refactor tileable visualization classes (#2318)
- Create service classes to manage service and session operations (#2326)
- Improve wait_actor_pool_recovered (#2328, thanks @keyile!)
- Remove bokeh from package requirements (#2339)
- Optimize mars supervisor scheduling (#2325)
Bug fixes
- Fix hangs when worker main pool has failures. (#2286)
- Fix the error when multiple subtasks fetch the same data (#2322)
- [Ray] Fix ray ci (#2343, thanks @keyile!)
- Fix error in Dask-on-Mars when compute multiple objects (#2348, thanks @loopyme!)
- Fix KeyError when remote function returns None (#2371)
- Fix DataFrame comparison when data type is period (#2373)