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:
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.
We are happy to announce the availability of MLflow 1.8.0!
In addition to bug and documentation fixes, MLflow 1.8.0 includes the following major features and improvements:
mlflow.azureml.deploy
API for deploying MLflow models to AzureML (#2375 @csteegz, #2711, @akshaya-a)mlflow.spacy
module with support for logging and loading spaCy models (#2242, @arocketman)For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.
MLflow 1.7.2 is a patch release containing a minor change:
For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.
MLflow 1.7.1 is a patch release containing bug fixes and small changes:
<=1.3.13
) to sqlalchemy dependency in Python packageFor 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.7.0!
In addition to bug and documentation fixes, MLflow 1.7.0 includes the following major changes:
Support for Python 2 is deprecated and will be dropped in a future release. At that point, existing Python 2 workflows that use MLflow will continue to work without modification, but Python 2 users will no longer get access to the latest MLflow features and bugfixes.
Breaking changes to Model Registry REST APIs
In addition several UI and and backend features were added in version 1.7.0. For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.