Skip to content

v0.7.0a7

Pre-release
Pre-release
Compare
Choose a tag to compare
@qinxuye qinxuye released this 08 Mar 12:21
· 559 commits to master since this release
204dd90

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

New Features

  • DataFrame
    • Implements {DataFrame, Series}.pct_change (#2014)
  • Tensor
    • Implements tree arithmetic for tensor add and multiplication (#2024)

Project Galois

  • Oscar
    • Add support for batch interfaces for actors (#2013)
    • [oscar] Add cancel support, optimize error handling, add kill_actor API (#2027)
  • Service
    • Add initial service implementations (#2010)

Enhancements

  • Use mmap files to reduce memory usage in proxima builder (#1866)
  • Support setting column with different index for DataFrame (#2020)

Bug fixes

  • Fix errors when calling where() on reshape results (#2011)
  • Fix log error when yielding to another remote (#2022)