Skip to content

Latest commit

History

History
25 lines (16 loc) 路 897 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) 路 897 Bytes

neptune-mlflow 1.1.1

Fixes

  • Added neptune_mlflow_plugin to pyproject.toml (#50)

neptune-mlflow 1.1.0

Features

  • Created plugin to log mlflow metadata and artifacts to Neptune (#42)

Fixes

  • Fix handling None values while exporting Mlflow runs (#48)

neptune-mlflow 1.0.0

Changes

  • Updated MLflow exporter to work with the current neptune.ai API (#40)
  • Misc Fixes: (#44)
    • Stop capturing hardware metrics
    • Map MLflow run_name to sys/name in Neptune Run

Fixes

  • Fix to support Python 3.7 and 3.8 (#43)