Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEPENDABOT]: Bump mlflow from 1.20.2 to 1.21.0 #467

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2021

Bumps mlflow from 1.20.2 to 1.21.0.

Release notes

Sourced from mlflow's releases.

MLflow 1.21.0 includes several major features and improvements:

Features:

  • [UI] Add a diff-only toggle to the runs table for filtering out columns with constant values (#4862, @​marijncv)
  • [UI] Add a duration column to the runs table (#4840, @​marijncv)
  • [UI] Display the default column sorting order in the runs table (#4847, @​marijncv)
  • [UI] Add start_time and duration information to exported runs CSV (#4851, @​marijncv)
  • [UI] Add lifecycle stage information to the run page (#4848, @​marijncv)
  • [UI] Collapse run page sections by default for space efficiency, limit artifact previews to 50MB (#4917, @​dbczumar)
  • [Tracking] Introduce autologging capabilities for PaddlePaddle model training (#4751, @​jinminhao)
  • [Tracking] Add an optional tags field to the CreateExperiment API (#4788, @​dbczumar; #4795, @​apurva-koti)
  • [Tracking] Add support for deleting artifacts from SFTP stores via the mlflow gc CLI (#4670, @​afaul)
  • [Tracking] Support AzureDefaultCredential for authenticating with Azure artifact storage backends (#4002, @​marijncv)
  • [Models] Upgrade the fastai model flavor to support fastai V2 (>=2.4.1) (#4715, @​jinzhang21)
  • [Models] Introduce an mlflow.prophet model flavor for Prophet time series models (#4773, @​BenWilson2)
  • [Models] Introduce a CLI for publishing MLflow Models to the SageMaker Model Registry (#4669, @​jinnig)
  • [Models] Print a warning when inferred model dependencies are not available on PyPI (#4891, @​dbczumar)
  • [Models, Projects] Add MLFLOW_CONDA_CREATE_ENV_CMD for customizing Conda environment creation (#4746, @​giacomov)

Bug fixes and documentation updates:

  • [UI] Fix an issue where column selections made in the runs table were persisted across experiments (#4926, @​sunishsheth2009)
  • [UI] Fix an issue where the text null was displayed in the runs table column ordering dropdown (#4924, @​harupy)
  • [UI] Fix a bug causing the metric plot view to display NaN values upon click (#4858, @​arpitjasa-db)
  • [Tracking] Fix a model load failure for paths containing spaces or special characters on UNIX systems (#4890, @​BenWilson2)
  • [Tracking] Correct a migration issue that impacted usage of MLflow Tracking with SQL Server (#4880, @​marijncv)
  • [Tracking] Spark datasource autologging tags now respect the maximum allowable size for MLflow Tracking (#4809, @​dbczumar)
  • [Model Registry] Add previously-missing certificate sources for Model Registry REST API requests (#4731, @​ericgosno91)
  • [Model Registry] Throw an exception when users supply invalid Model Registry URIs for Databricks (#4877, @​yunpark93)
  • [Scoring] Fix a schema enforcement error that incorrectly cast date-like strings to datetime objects (#4902, @​wentinghu)
  • [Docs] Expand the documentation for the MLflow Skinny Client (#4113, @​eedeleon)

Small bug fixes and doc updates (#4928, #4919, #4927, #4922, #4914, #4899, #4893, #4894, #4884, #4864, #4823, #4841, #4817, #4796, #4797, #4767, #4768, #4757, @​harupy; #4863, #4838, @​marijncv; #4834, @​ksaur; #4772, @​louisguitton; #4801, @​twsl; #4929, #4887, #4856, #4843, #4789, #4780, @​WeichenXu123; #4769, @​Ark-kun; #4898, #4756, @​apurva-koti; #4784, @​lakshikaparihar; #4855, @​ianshan0915; #4790, @​eedeleon; #4931, #4857, #4846, 4777, #4748, @​dbczumar)

Changelog

Sourced from mlflow's changelog.

1.21.0 (2021-10-23)

MLflow 1.21.0 includes several major features and improvements:

Features:

  • [UI] Add a diff-only toggle to the runs table for filtering out columns with constant values (#4862, @​marijncv)
  • [UI] Add a duration column to the runs table (#4840, @​marijncv)
  • [UI] Display the default column sorting order in the runs table (#4847, @​marijncv)
  • [UI] Add start_time and duration information to exported runs CSV (#4851, @​marijncv)
  • [UI] Add lifecycle stage information to the run page (#4848, @​marijncv)
  • [UI] Collapse run page sections by default for space efficiency, limit artifact previews to 50MB (#4917, @​dbczumar)
  • [Tracking] Introduce autologging capabilities for PaddlePaddle model training (#4751, @​jinminhao)
  • [Tracking] Add an optional tags field to the CreateExperiment API (#4788, @​dbczumar; #4795, @​apurva-koti)
  • [Tracking] Add support for deleting artifacts from SFTP stores via the mlflow gc CLI (#4670, @​afaul)
  • [Tracking] Support AzureDefaultCredential for authenticating with Azure artifact storage backends (#4002, @​marijncv)
  • [Models] Upgrade the fastai model flavor to support fastai V2 (>=2.4.1) (#4715, @​jinzhang21)
  • [Models] Introduce an mlflow.prophet model flavor for Prophet time series models (#4773, @​BenWilson2)
  • [Models] Introduce a CLI for publishing MLflow Models to the SageMaker Model Registry (#4669, @​jinnig)
  • [Models] Print a warning when inferred model dependencies are not available on PyPI (#4891, @​dbczumar)
  • [Models, Projects] Add MLFLOW_CONDA_CREATE_ENV_CMD for customizing Conda environment creation (#4746, @​giacomov)

Bug fixes and documentation updates:

  • [UI] Fix an issue where column selections made in the runs table were persisted across experiments (#4926, @​sunishsheth2009)
  • [UI] Fix an issue where the text null was displayed in the runs table column ordering dropdown (#4924, @​harupy)
  • [UI] Fix a bug causing the metric plot view to display NaN values upon click (#4858, @​arpitjasa-db)
  • [Tracking] Fix a model load failure for paths containing spaces or special characters on UNIX systems (#4890, @​BenWilson2)
  • [Tracking] Correct a migration issue that impacted usage of MLflow Tracking with SQL Server (#4880, @​marijncv)
  • [Tracking] Spark datasource autologging tags now respect the maximum allowable size for MLflow Tracking (#4809, @​dbczumar)
  • [Model Registry] Add previously-missing certificate sources for Model Registry REST API requests (#4731, @​ericgosno91)
  • [Model Registry] Throw an exception when users supply invalid Model Registry URIs for Databricks (#4877, @​yunpark93)
  • [Scoring] Fix a schema enforcement error that incorrectly cast date-like strings to datetime objects (#4902, @​wentinghu)
  • [Docs] Expand the documentation for the MLflow Skinny Client (#4113, @​eedeleon)

Small bug fixes and doc updates (#4928, #4919, #4927, #4922, #4914, #4899, #4893, #4894, #4884, #4864, #4823, #4841, #4817, #4796, #4797, #4767, #4768, #4757, @​harupy; #4863, #4838, @​marijncv; #4834, @​ksaur; #4772, @​louisguitton; #4801, @​twsl; #4929, #4887, #4856, #4843, #4789, #4780, @​WeichenXu123; #4769, @​Ark-kun; #4898, #4756, @​apurva-koti; #4784, @​lakshikaparihar; #4855, @​ianshan0915; #4790, @​eedeleon; #4931, #4857, #4846, 4777, #4748, @​dbczumar)

Commits
  • e0a0300 Update MLflow version to 1.21.0 (#4932)
  • 290bf3d [ALL TESTS] Update (#4930)
  • f01ac91 Revert "Add support to serve MLflow models through MLServer (#4845)" (#4931)
  • 093ee6e Add support to serve MLflow models through MLServer (#4845)
  • 0b39aca Set globally_configured flag correctly for spark and pyspark.ml autologging i...
  • 233ab7f Specify datamodule in pytorch lightning tests (#4928)
  • 380e2ba Avoid using defaults conda channel and use conda-forge instead (#4919)
  • bec12da Persist preSwitchCategorizedUncheckedKeys and `postSwitchCategorizedUncheck...
  • 68067c2 Support filtering runs by start_time (#4922)
  • e119988 MLflow UI updates (#4917)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.20.2 to 1.21.0.
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.rst)
- [Commits](mlflow/mlflow@v1.20.2...v1.21.0)

---
updated-dependencies:
- dependency-name: mlflow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@Zethson Zethson merged commit 6247a9c into development Oct 29, 2021
@dependabot dependabot bot deleted the dependabot/pip/development/mlflow-1.21.0 branch October 29, 2021 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant