Skip to content

v0.1.3

Compare
Choose a tag to compare
@qinxuye qinxuye released this 31 May 07:21
· 19 commits to v0.1 since this release

This is the release notes of v0.1.3. See here for the complete list of solved issues and merged PRs.

Enhancements

  • Unify actor distributors for workers and schedulers (#391)
  • Support non-square matrix for lu decomposition (#397)
  • Support **kwargs in new_session (#418)
  • Remove central ChunkMetaActor in schedulers (#422)
  • Use Enum instead of numbers to specify compression types (#427)
  • Support creating tensor from list of tensors (#429)

Bug fixes

  • Add size estimator for randint (#357)
  • Pass an acceptable compression list when fetching results from server (#362)
  • Remove DataTuple (#372)
  • Adjust memory estimation for TensorDot & fix defunct hard_limit (#377)
  • Fix nsplits of tensors generated in the tile of QR decomposition (#398)