MLflow 1.10.0
· One min read
We are happy to announce the availability of MLflow 1.10.0!
In addition to bug and documentation fixes, MLflow 1.10.0 includes the following features and improvements:
MlflowClient.transition_model_version_stagenow supports anarchive_existing_versionsargument for archiving existing staging or production model versions when transitioning a new model version to staging or production (#3095, @harupy)- Added
set_registry_uri,get_registry_uriAPIs. Setting the model registry URI causes fluent APIs likemlflow.register_modelto communicate with the model registry at the specified URI (#3072, @sueann) - Added paginated
MlflowClient.search_registered_modelsAPI (#2939, #3023, #3027 @ankitmathur-db; #2966, @mparkhe) - Added syntax highlighting when viewing text files (YAML etc) in the MLflow runs UI (#3041, @harupy)
For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.
