Skip to content

v0.7.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@qinxuye qinxuye released this 26 Jun 09:05
· 477 commits to master since this release
3fe877a

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

New Features

  • DataFrame
  • Services
    • Add spill support for oscar (#2160)

Enhancements

  • Migrate YARN support for Oscar (#2152)
  • Add version API on cluster (#2153)
  • Make sure slot usages updated when some task ends (#2161)
  • Add debug options for oscar (#2164)
  • Add fault injection subtask processor for tests (#2163)
  • Collects available ports before running tensorflow scripts (#2169)
  • Support stopping tasks for interactive execution (#2154)
  • Add cycle detection for oscar debug mode (#2167)
  • Update year of license (#2172)
  • Support configuring overriding fields (#2173)

Bug fixes

  • Fix race condition when creating actors with IdleLabel strategy in a parallel way (#2147)
  • Fix shuffle task on oscar (#2146)

Tests

  • Use a setup.cfg to gather configurations (#2150)