We are happy to announce the availability of MLflow 2.2.2!
MLflow 2.2.2 is a patch release containing the following bug fixes:
- [Model Registry] Allow
source
to be a local path within a run's artifact directory if arun_id
is specified (#7993, @harupy) - [Model Registry] Fix a bug where a windows UNC path is considered a local path (#7988, @WeichenXu123)
- [Model Registry] Disallow
name
to be a file path inFileStore.get_registered_model
(#7965, @harupy)
For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.