Skip to content

v0.2.1

Compare
Choose a tag to compare
@wjsi wjsi released this 23 Sep 07:27
· 31 commits to v0.2 since this release

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 and to_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 and columns seperately (and correctly) in from_tensor (#747)
  • __setitem__ on a view should be still a view (#748)