Skip to main content

MLflow 1.13.0

· 2 min read
MLflow maintainers
MLflow maintainers

We are happy to announce the availability of MLflow 1.13.0!

In addition to bug and documentation fixes, MLflow 1.13.0 includes the following features and improvements:

New fluent APIs for logging in-memory objects as artifacts:

  • Add mlflow.log_text which logs text as an artifact (#3678, @harupy)
  • Add mlflow.log_dict which logs a dictionary as an artifact (#3685, @harupy)
  • Add mlflow.log_figure which logs a figure object as an artifact (#3707, @harupy)
  • Add mlflow.log_image which logs an image object as an artifact (#3728, @harupy)

UI updates / fixes:

  • Add model version link in compact experiment table view
  • Add logged/registered model links in experiment runs page view
  • Enhance artifact viewer for MLflow models
  • Model registry UI settings are now persisted across browser sessions
  • Add model version description field to model version table

(#3867, @smurching)

Autologging enhancements:

More features and improvements:

For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.