MLflow 1.14.1
We are happy to announce the availability of MLflow 1.14.1!
MLflow 1.14.1 is a patch release containing the following bug fix:
- Fix issues in handling flexible numpy datatypes in TensorSpec (#4147, @arjundc-db)
We are happy to announce the availability of MLflow 1.14.1!
MLflow 1.14.1 is a patch release containing the following bug fix:
We are happy to announce the availability of MLflow 1.14.0!
In addition to bug and documentation fixes, MLflow 1.14.0 includes the following features and improvements:
mlflow.pyfunc.predict), built-in model serving tools (mlflow models serve), and model signatures now support tensor inputs. In particular, MLflow now provides built-in support for scoring PyTorch, TensorFlow, Keras, ONNX, and Gluon models with tensor inputs. For more information, see https://mlflow.org/docs/latest/models.html#deploy-mlflow-models (#3808, #3894, #4084, #4068 @wentinghu; #4041 @tomasatdatabricks, #4099, @arjundc-db)mlflow.shap.log_explainer, mlflow.shap.load_explainer APIs for logging and loading shap.Explainer instances (#3989, @vivekchettiar)mlflow-skinny PyPI package (#4049, @eedeleon)RequestHeaderProvider plugin interface for passing custom request headers with REST API requests made by the MLflow Python client (#4042, @jimmyxu-db)mlflow.keras.log_model now saves models in the TensorFlow SavedModel format by default instead of the older Keras H5 format (#4043, @harupy)mlflow_log_model now supports logging MLeap models in R (#3819, @yitao-li)mlflow.pytorch.log_state_dict, mlflow.pytorch.load_state_dict for logging and loading PyTorch state dicts (#3705, @shrinath-suresh)mlflow gc can now garbage-collect artifacts stored in S3 (#3958, @sklingel)For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.
We are happy to announce the availability of MLflow 1.13.1!
MLflow 1.13.1 is a patch release containing bug fixes and small changes:
mlflow.autolog() (#3917, @dbczumar)allow_null_for_run_id migration failure affecting MySQL databases (#3836, @t-henri)transition_model_version_stage when uncanonical stage name is passed (#3929, @harupy)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:
mlflow.log_text which logs text as an artifact (#3678, @harupy)mlflow.log_dict which logs a dictionary as an artifact (#3685, @harupy)mlflow.log_figure which logs a figure object as an artifact (#3707, @harupy)mlflow.log_image which logs an image object as an artifact (#3728, @harupy)description field to model version table(#3867, @smurching)
disable configuration option for autologging (#3682, #3815, dbczumar; #3838, @mohamad-arabi; #3854, #3855, #3861, @harupy)exclusive configuration option for autologging (#3851, @apurva-koti; #3869, @dbczumar)log_models configuration option for autologging (#3663, @mohamad-arabi)SavedModel format (#3552, @skylarbpayne)statsmodels flavor (#3304, @olbapjose)mlflow.azureml.deploy now integrates better with the AzureML tracking/registry. (#3419, @trangevi)For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.
MLflow 1.12.1 is a patch release containing bug fixes and small changes:
MLflow 1.12.1 is a patch release containing bug fixes and small changes:
We are happy to announce the availability of MLflow 1.12.0!
In addition to bug and documentation fixes, MLflow 1.12.0 includes several major features and improvements, in particular a number of improvements to MLflow's Pytorch integrations and autologging:
PyTorch
mlflow.pytorch.log_model, mlflow.pytorch.load_model now support logging/loading TorchScript models (#3557, @shrinath-suresh)mlflow.pytorch.log_model supports passing requirements_file & extra_files arguments to log additional artifacts along with a model (#3436, @shrinath-suresh)Autologging
mlflow.autolog which enables autologging for all supported integrations (#3561, #3590, @andrewnitu)mlflow.pytorch.autolog API for automatic logging of metrics, params, and models from Pytorch Lightning training (#3601, @shrinath-suresh, #3636, @karthik-77). This API is also enabled by mlflow.autolog.mlflow.sklearn.autolog now supports logging metrics (e.g. accuracy) and plots (e.g. confusion matrix heat map) (#3423, #3327, @willzhan-db, @harupy)For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.
We are happy to announce the availability of MLflow 1.11.0!
In addition to bug and documentation fixes, MLflow 1.11.0 includes the following features and improvements:
mlflow.sklearn.autolog() API for automatic logging of metrics, params, and models from scikit-learn model training (#3287, @harupy; #3323, #3358 @dbczumar)description (#3271, @sueann)mlflow_log_model and mlflow_load_model APIs now support XGBoost models (#3085, @lorenzwalthert)mlflow.list_run_infos fluent API for listing run metadata (#3183, @trangevi)mlflow.<flavor>.load_model against remote Databricks model registries (#3330, @sueann)For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.
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_stage now supports an
archive_existing_versions argument for archiving existing staging or production model
versions when transitioning a new model version to staging or production (#3095, @harupy)set_registry_uri, get_registry_uri APIs. Setting the model registry URI causes
fluent APIs like mlflow.register_model to communicate with the model registry at the specified
URI (#3072, @sueann)MlflowClient.search_registered_models API (#2939, #3023, #3027 @ankitmathur-db; #2966, @mparkhe)For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.
MLflow 1.9.1 is a patch release containing a number of bug-fixes and improvements:
AttributeError when pickling an instance of the Python MlflowClient class (#2955, @Polyphenolx)For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.
We are happy to announce the availability of MLflow 1.9.0!
In addition to bug and documentation fixes, MLflow 1.9.0 includes the following major features and improvements:
log_model and save_model APIs now support saving model signatures (the model's input and output schema)
and example input along with the model itself (#2698, #2775, @tomasatdatabricks). Model signatures are used
to reorder and validate input fields when scoring/serving models using the pyfunc flavor, mlflow models
CLI commands, or mlflow.pyfunc.spark_udf (#2920, @tomasatdatabricks and @aarondav)mlflow.fastai (#2619, #2689 @antoniomdk)mlflow.deployments API and CLI for deploying models to custom serving tools, e.g. RedisAI
(#2327, @hhsecond)For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.