MLflow v1.9.1 Release Notes

Release Date: 2020-06-25 // almost 4 years ago
  • ๐Ÿš€ MLflow 1.9.1 is a patch release containing a number of bug-fixes and improvements:

    • ๐Ÿ›  Fixes AttributeError when pickling an instance of the Python MlflowClient class (#2955, @Polyphenolx)
    • ๐Ÿ›  Fixes bug that prevented updating model-version descriptions in the model registry UI (#2969, @AnastasiaKol)
    • ๐Ÿ›  Fixes bug where credentials were not properly propagated to artifact CLI commands when logging artifacts from Java to the DatabricksArtifactRepository (#3001, @dbczumar)
    • โœ‚ Removes use of new Pandas API in new MLflow model-schema functionality, so that it can be used with older Pandas versions (#2988, @aarondav)