v0.2.1
This is the release notes of v0.2.1. See here for the complete list of solved issues and merged PRs.
New Features
- Add
to_gpu
andto_cpu
support for both tensor and DataFrame (#706) - Access column using
__getattr__
syntax for DataFrame (#746)
Enhancements
- Wait for graph to finish instead of querying with fixed intervals (#707)
- Spawn promise to utilize async network libs (#735)
- Submit metas obtained from schedulers (#741)
- Submit initial operands together in one RPC call (#745)
- Fuse some operations in cholesky's tile (#749)
- Simplify data transfer protocol (#744)
Bug fixes
- Separate flags for initials and terminals (#708)
- Remove redundant RPC calls for schedulers (#709)
- Fix incorrect chunk shape in QR (#722)
- Use cpuacct.stat to calculate cpu usage in Docker containers (#743)
- Processing
index
andcolumns
seperately (and correctly) infrom_tensor
(#747) __setitem__
on a view should be still a view (#748)