Skip to content

MLMD v0.15.0

Compare
Choose a tag to compare
@hughmiao hughmiao released this 31 Oct 23:40
· 827 commits to master since this release

Release 0.15.0

Major Features and Improvements

  • Supports Sqlite for Windows and adds scripts to build wheels for python3 in
    Windows.
  • Provides GetContextTypes to list all Context Types.
  • MLMD ConnectionConfig provides an option to disable an automatic upgrade.
  • Supports downgrade of the database schema version to older versions.

Bug Fixes and Other Changes

  • Depended on tensorflow>=1.15,<3
  • Starting from 1.15, package
    tensorflow comes with GPU support. Users won't need to choose between
    tensorflow and tensorflow-gpu.
  • Caveat: tensorflow 2.0.0 is an exception and does not have GPU
    support. If tensorflow-gpu 2.0.0 is installed before installing
    ml_metadata, it will be replaced with tensorflow 2.0.0.
    Re-install tensorflow-gpu 2.0.0 if needed.

Breaking Changes

Deprecations