Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 938 Bytes

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 938 Bytes

Changelog for OneFlow v0.7.0

v0.7.0-dev

1. Enhancements

Eager

  • placeholder

System

  • placeholder

Build

  • Python 3.10 now supported
  • Profiler build: new index to install OneFlow with BUILD_PROFILER=ON. Updated by pushing new commit to master branch:
    python3 -m pip install -f https://staging.oneflow.info/profiler/refs/heads/master/cu112 oneflow
  • Canary build: new index to install OneFlow. Updated by pushing new commit to master branch:
    python3 -m pip install -f https://staging.oneflow.info/canary/refs/heads/master/cu112 oneflow

2. Bug fixes

Placeholder

3. Deprecations

Single client

  • Single client compatibility has been removed.
  • from oneflow.compatible import single_client as flow will fail.

v0.6.0

The CHANGELOG for v0.6.0 releases can be found in the v0.6.0 tag.