DougTrajano / mlflow-server

MLflow Tracking Server with basic auth deployed in AWS App Runner.
https://gallery.ecr.aws/t9j8s4z8/mlflow
Apache License 2.0
34 stars 17 forks source link

Bump mlflow from 1.22.0 to 1.23.0 #107

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mlflow from 1.22.0 to 1.23.0.

Release notes

Sourced from mlflow's releases.

MLflow 1.23.0 includes several major features and improvements:

Note: Version 1.23.0 of the MLflow R package has not yet been released. It will be available on CRAN within the next week.

Features:

Bug fixes and documentation updates:

  • [Models] Fix a bug in MLflow Model schema enforcement where strings were incorrectly cast to Pandas objects (#5134, @​stevenchen-db)
  • [Models] Fix a bug where keyword arguments passed to mlflow.pytorch.load_model() were not applied for scripted models (#5163, @​schmidt-jake)
  • [Model Registry][r] Fix bug in R client mlflow_create_model_version() API that caused model source to be set incorrectly (#5185, @​bramrodenburg)
  • [Projects] Fix parsing behavior for Project URIs containing quotes (#5117, @​dinaldoap)
  • [Scoring] Use the correct 400-level error code for malformed MLflow Model Server requests (#5003, @​abatomunkuev)
  • [Tracking] Fix a bug where mlflow.start_run() modified user-supplied tags dictionary (#5191, @​matheusMoreno)
  • [UI] Fix a bug causing redundant scroll bars to be displayed on the Experiment Page (#5159, @​sunishsheth2009)

Small bug fixes and doc updates (#5275, #5264, #5244, #5249, #5255, #5248, #5243, #5240, #5239, #5232, #5234, #5235, #5082, #5220, #5219, #5226, #5217, #5194, #5188, #5132, #5182, #5183, #5180, #5177, #5165, #5164, #5162, #5015, #5136, #5065, #5125, #5106, #5127, #5120, @​harupy; #5045, @​BenWilson2; #5156, @​pbezglasny; #5202, @​jwyyy; #3863, @​JoshuaAnickat; #5205, @​abhiramr; #4604, @​OSobky; #4256, @​einsmein; #5140, @​AveshCSingh; #5273, #5186, #5176, @​WeichenXu123; #5260, #5229, #5206, #5174, #5160, @​liangz1)

Changelog

Sourced from mlflow's changelog.

1.23.0 (2022-01-17)

MLflow 1.23.0 includes several major features and improvements:

Features:

Bug fixes and documentation updates:

  • [Models] Fix a bug in MLflow Model schema enforcement where strings were incorrectly cast to Pandas objects (#5134, @​stevenchen-db)
  • [Models] Fix a bug where keyword arguments passed to mlflow.pytorch.load_model() were not applied for scripted models (#5163, @​schmidt-jake)
  • [Model Registry][R] Fix bug in R client mlflow_create_model_version() API that caused model source to be set incorrectly (#5185, @​bramrodenburg)
  • [Projects] Fix parsing behavior for Project URIs containing quotes (#5117, @​dinaldoap)
  • [Scoring] Use the correct 400-level error code for malformed MLflow Model Server requests (#5003, @​abatomunkuev)
  • [Tracking] Fix a bug where mlflow.start_run() modified user-supplied tags dictionary (#5191, @​matheusMoreno)
  • [UI] Fix a bug causing redundant scroll bars to be displayed on the Experiment Page (#5159, @​sunishsheth2009)

Small bug fixes and doc updates (#5275, #5264, #5244, #5249, #5255, #5248, #5243, #5240, #5239, #5232, #5234, #5235, #5082, #5220, #5219, #5226, #5217, #5194, #5188, #5132, #5182, #5183, #5180, #5177, #5165, #5164, #5162, #5015, #5136, #5065, #5125, #5106, #5127, #5120, @​harupy; #5045, @​BenWilson2; #5156, @​pbezglasny; #5202, @​jwyyy; #3863, @​JoshuaAnickat; #5205, @​abhiramr; #4604, @​OSobky; #4256, @​einsmein; #5140, @​AveshCSingh; #5273, #5186, #5176, @​WeichenXu123; #5260, #5229, #5206, #5174, #5160, @​liangz1)

Commits
  • 86ad040 Update MLflow version to 1.23.0 (#5279)
  • f2dc157 python dev/update_pypi_package_index.py (#5280)
  • 9ef881f python dev/update_ml_package_versions.py (#5278)
  • 043108c Changelog for MLflow 1.23 (#5270)
  • 1ddb2c9 Use len(classes_) instead of len(set(y_true)) (#5275)
  • 847eb6b Improve confusion matrix plot (#5273)
  • 00921fc Add Model Evaluation docs to MLflow Models section and make small API doc imp...
  • acbf433 Fix typo in lightgbm example README (#5271)
  • ee9532a Autologging functionality for scikit-learn integration with LightGBM (Part 2)...
  • 0144d86 Evaluate Api examples (#5186)
  • 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)