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

chore(deps): update dependency mlflow to v2.10.2 - autoclosed #28

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mlflow (source) ==2.1.1 -> ==2.10.2 age adoption passing confidence

Release Notes

mlflow/mlflow (mlflow)

v2.10.2

Compare Source

MLflow 2.10.2 includes several major features and improvements

Small bug fixes and documentation updates:

#​11065, @​WeichenXu123

v2.10.1

Compare Source

MLflow 2.10.1 is a patch release, containing fixes for various bugs in the transformers and langchain flavors, the MLflow UI, and the S3 artifact store. More details can be found in the patch notes below.

Bug fixes:

  • [UI] Fixed a bug that prevented datasets from showing up in the MLflow UI (#​10992, @​daniellok-db)
  • [Artifact Store] Fixed directory bucket region name retrieval (#​10967, @​kriscon-db)
  • Bug fixes for Transformers flavor
    • [Models] Fix an issue with transformer pipelines not inheriting the torch dtype specified on the model, causing pipeline inference to consume more resources than expected. (#​10979, @​B-Step62)
    • [Models] Fix non-idempotent prediction due to in-place update to model-config (#​11014, @​B-Step62)
    • [Models] Fixed a bug affecting prompt templating with Text2TextGeneration pipelines. Previously, calling predict() on a pyfunc-loaded Text2TextGeneration pipeline would fail for string and List[string] inputs. (#​10960, @​B-Step62)
  • Bug fixes for Langchain flavor

Documentation updates:

Small bug fixes and documentation updates:

#​10930, #​11005, @​serena-ruan; #​10927, @​harupy

v2.10.0

Compare Source

MLflow 2.10.0 includes several major features and improvements

In MLflow 2.10, we're introducing a number of significant new features that are preparing the way for current and future enhanced support for Deep Learning use cases, new features to support a broadened support for GenAI applications, and some quality of life improvements for the MLflow Deployments Server (formerly the AI Gateway).

Our biggest features this release are:

  • We have a new home. The new site landing page is fresh, modern, and contains more content than ever. We're adding new content and blogs all of the time.

  • Objects and Arrays are now available as configurable input and output schema elements. These new types are particularly useful for GenAI-focused flavors that can have complex input and output types. See the new Signature and Input Example documentation to learn more about how to use these new signature types.

  • LangChain has autologging support now! When you invoke a chain, with autologging enabled, we will automatically log most chain implementations, recording and storing your configured LLM application for you. See the new Langchain documentation to learn more about how to use this feature.

  • The MLflow transformers flavor now supports prompt templates. You can now specify an application-specific set of instructions to submit to your GenAI pipeline in order to simplify, streamline, and integrate sets of system prompts to be supplied with each input request. Check out the updated guide to transformers to learn more and see examples!

  • The MLflow Deployments Server now supports two new requested features: (1) OpenAI endpoints that support streaming responses. You can now configure an endpoint to return realtime responses for Chat and Completions instead of waiting for the entire text contents to be completed. (2) Rate limits can now be set per endpoint in order to help control cost overrun when using SaaS models.

  • Continued the push for enhanced documentation, guides, tutorials, and examples by expanding on core MLflow functionality (Deployments, Signatures, and Model Dependency management), as well as entirely new pages for GenAI flavors. Check them out today!

Features:

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#​10538, #​10901, #​10903, #​10876, #​10833, #​10859, #​10867, #​10843, #​10857, #​10834, #​10814, #​10805, #​10764, #​10771, #​10733, #​10724, #​10703, #​10710, #​10696, #​10691, #​10692, @​B-Step62; #​10882, #​10854, #​10395, #​10725, #​10695, #​10712, #​10707, #​10667, #​10665, #​10654, #​10638, #​10628, @​harupy; #​10881, #​10875, #​10835, #​10845, #​10844, #​10651, #​10806, #​10786, #​10785, #​10781, #​10741, #​10772, #​10727, @​serena-ruan; #​10873, #​10755, #​10750, #​10749, #​10619, @​WeichenXu123; #​10877, @​amueller; #​10852, @​QuentinAmbard; #​10822, #​10858, @​gabrielfu; #​10862, @​jerrylian-db; #​10840, @​ernestwong-db; #​10841, #​10795, #​10792, #​10774, #​10776, #​10672, @​BenWilson2; #​10827, #​10826, #​10825, #​10732, #​10481, @​michael-berk; #​10828, #​10680, #​10629, @​daniellok-db; #​10799, #​10800, #​10578, #​10782, #​10783, #​10723, #​10464, @​annzhang-db; #​10803, #​10731, #​10708, @​kriscon-db; #​10797, @​dbczumar; #​10756, #​10751, @​Ankit8848; #​10784, @​AveshCSingh; #​10769, #​10763, #​10717, @​chenmoneygithub; #​10698, @​rmalani-db; #​10767, @​liangz1; #​10682, @​cdreetz; #​10659, @​prithvikannan; #​10639, #​10609, @​TomeHirata

v2.9.2

Compare Source

MLflow 2.9.2 is a patch release, containing several critical security fixes and configuration updates to support extremely large model artifacts.

Features:

  • [Deployments] Add the mlflow.deployments.openai API to simplify direct access to OpenAI services through the deployments API (#​10473, @​prithvikannan)
  • [Server-infra] Add a new environment variable that permits disabling http redirects within the Tracking Server for enhanced security in publicly accessible tracking server deployments (#​10673, @​daniellok-db)
  • [Artifacts] Add environment variable configurations for both Multi-part upload and Multi-part download that permits modifying the per-chunk size to support extremely large model artifacts (#​10648, @​harupy)

Security fixes:

  • [Server-infra] Disable the ability to inject malicious code via manipulated YAML files by forcing YAML rendering to be performed in a secure Sandboxed mode (#​10676, @​BenWilson2, #​10640, @​harupy)
  • [Artifacts] Prevent path traversal attacks when querying artifact URI locations by disallowing .. path traversal queries (#​10653, @​B-Step62)
  • [Data] Prevent a mechanism for conducting a malicious file traversal attack on Windows when using tracking APIs that interface with HTTPDatasetSource (#​10647, @​BenWilson2)
  • [Artifacts] Prevent a potential path traversal attack vector via encoded url traversal paths by decoding paths prior to evaluation (#​10650, @​B-Step62)
  • [Artifacts] Prevent the ability to conduct path traversal attacks by enforcing the use of sanitized paths with the tracking server (#​10666, @​harupy)
  • [Artifacts] Prevent path traversal attacks when using an FTP server as a backend store by enforcing base path declarations prior to accessing user-supplied paths (#​10657, @​harupy)

Documentation updates:

Small bug fixes and documentation updates:

#​10677, #​10636, @​serena-ruan; #​10652, #​10649, #​10641, @​harupy; #​10643, #​10632, @​BenWilson2

v2.9.1

Compare Source

MLflow 2.9.1 is a patch release, containing a critical bug fix related to loading pyfunc models that were saved in previous versions of MLflow.

Bug fixes:

  • [Models] Revert Changes to PythonModel that introduced loading issues for models saved in earlier versions of MLflow (#​10626, @​BenWilson2)

Small bug fixes and documentation updates:

#​10625, @​BenWilson2

v2.9.0

Compare Source

MLflow 2.9.0 includes several major features and improvements.

MLflow AI Gateway deprecation (#​10420, @​harupy):

The feature previously known as MLflow AI Gateway has been moved to utilize the MLflow deployments API.
For guidance on migrating from the AI Gateway to the new deployments API, please see the [MLflow AI Gateway Migration Guide](https://mlflow.org/docs/latest/llms/gateway/migration.html.

MLflow Tracking docs overhaul (#​10471, @​B-Step62):

The MLflow tracking docs have been overhauled. We'd like your feedback on the new tracking docs!

Security fixes:

Three security patches have been filed with this release and CVE's have been issued with the details involved in the security patch and potential attack vectors. Please review and update your tracking server deployments if your tracking server is not securely deployed and has open access to the internet.

Features:

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#​10567, #​10559, #​10348, #​10342, #​10264, #​10265, @​B-Step62; #​10595, #​10401, #​10418, #​10394, @​chenmoneygithub; #​10557, @​dan-licht; #​10584, #​10462, #​10445, #​10434, #​10432, #​10412, #​10411, #​10408, #​10407, #​10403, #​10361, #​10340, #​10339, #​10310, #​10276, #​10268, #​10260, #​10224, #​10214, @​harupy; #​10415, @​jessechancy; #​10579, #​10555, @​annzhang-db; #​10540, @​wllgrnt; #​10556, @​smurching; #​10546, @​mbenoit29; #​10534, @​gabrielfu; #​10532, #​10485, #​10444, #​10433, #​10375, #​10343, #​10192, @​serena-ruan; #​10480, #​10416, #​10173, @​jerrylian-db; #​10527, #​10448, #​10443, #​10442, #​10441, #​10440, #​10439, #​10381, @​prithvikannan; #​10509, @​keenranger; #​10508, #​10494, @​WeichenXu123; #​10489, #​10266, #​10210, #​10103, @​TomeHirata; #​10495, #​10435, #​10185, @​daniellok-db; #​10319, @​michael-berk; #​10417, @​bbqiu; #​10379, #​10372, #​10282, @​BenWilson2; #​10297, @​KonakanchiSwathi; #​10226, #​10223, #​10221, @​milinddethe15; #​10222, @​flooxo; #​10590, @​letian-w;

v2.8.1

Compare Source

MLflow 2.8.1 is a patch release, containing some critical bug fixes and an update to our continued work on reworking our docs.

Notable details:

  • The API mlflow.llm.log_predictions is being marked as deprecated, as its functionality has been incorporated into mlflow.log_table. This API will be removed in the 2.9.0 release. (#​10414, @​dbczumar)

Bug fixes:

  • [Artifacts] Fix a regression in 2.8.0 where downloading a single file from a registered model would fail (#​10362, @​BenWilson2)
  • [Evaluate] Fix the Azure OpenAI integration for mlflow.evaluate when using LLM judge metrics (#​10291, @​prithvikannan)
  • [Evaluate] Change Examples to optional for the make_genai_metric API (#​10353, @​prithvikannan)
  • [Evaluate] Remove the fastapi dependency when using mlflow.evaluate for LLM results (#​10354, @​prithvikannan)
  • [Evaluate] Fix syntax issues and improve the formatting for generated prompt templates (#​10402, @​annzhang-db)
  • [Gateway] Fix the Gateway configuration validator pre-check for OpenAI to perform instance type validation (#​10379, @​BenWilson2)
  • [Tracking] Fix an intermittent issue with hanging threads when using asynchronous logging (#​10374, @​chenmoneygithub)
  • [Tracking] Add a timeout for the mlflow.login() API to catch invalid hostname configuration input errors (#​10239, @​chenmoneygithub)
  • [Tracking] Add a flush operation at the conclusion of logging system metrics (#​10320, @​chenmoneygithub)
  • [Models] Correct the prompt template generation logic within the Prompt Engineering UI so that the prompts can be used in the Python API (#​10341, @​daniellok-db)
  • [Models] Fix an issue in the SHAP model explainability functionality within mlflow.shap.log_explanation so that duplicate or conflicting dependencies are not registered when logging (#​10305, @​BenWilson2)

Documentation updates:

Small bug fixes and documentation updates:

#​10367, #​10359, #​10358, #​10340, #​10310, #​10276, #​10277, #​10247, #​10260, #​10220, #​10263, #​10259, #​10219, @​harupy; #​10313, #​10303, #​10213, #​10272, #​10282, #​10283, #​10231, #​10256, #​10242, #​10237, #​10238, #​10233, #​10229, #​10211, #​10231, #​10256, #​10242, #​10238, #​10237, #​10229, #​10233, #​10211, @​BenWilson2; #​10375, @​serena-ruan; #​10330, @​Haxatron; #​10342, #​10249, #​10249, @​B-Step62; #​10355, #​10301, #​10286, #​10257, #​10236, #​10270, #​10236, @​prithvikannan; #​10321, #​10258, @​jerrylian-db; #​10245, @​jessechancy; #​10278, @​daniellok-db; #​10244, @​gabrielfu; #​10226, @​milinddethe15; #​10390, @​bbqiu; #​10232, @​sunishsheth2009

v2.8.0

Compare Source

MLflow 2.8.0 includes several notable new features and improvements

  • The MLflow Evaluate API has had extensive feature development in this release to support LLM workflows and multiple new evaluation modalities. See the new documentation, guides, and tutorials for MLflow LLM Evaluate to learn more.
  • The MLflow Docs modernization effort has started. You will see a very different look and feel to the docs when visiting them, along with a batch of new tutorials and guides. More changes will be coming soon to the docs!
  • 4 new LLM providers have been added! Google PaLM 2, AWS Bedrock, AI21 Labs, and HuggingFace TGI can now be configured and used within the AI Gateway. Learn more in the new AI Gateway docs!

Features:

Bug fixes:

  • [Evaluate] Fix a bug with Azure OpenAI configuration usage within MLflow evaluate (#​9982, @​sunishsheth2009)
  • [Models] Fix a data consistency issue when saving models that have been loaded in heterogeneous memory configuration within the transformers flavor (#​10087, @​BenWilson2)
  • [Models] Fix an issue in the transformers flavor for complex input types by adding dynamic dataframe typing (#​9044, @​wamartin-aml)
  • [Models] Fix an issue in the langchain flavor to provide support for chains with multiple outputs (#​9497, @​bbqiu)
  • [Docker] Fix an issue with Docker image generation by changing the default env-manager to virtualenv (#​9938, @​Beramos)
  • [Auth] Fix an issue with complex passwords in MLflow Auth to support a richer character set range (#​9760, @​dotdothu)
  • [R] Fix a bug with configuration access when running MLflow R in Databricks (#​10117, @​zacdav-db)

Documentation updates:

Small bug fixes and documentation updates:

#​10202, #​10189, [#​1


Configuration

📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate-mlflow-2.x branch 2 times, most recently from 6b0b67b to 5100f0d Compare October 2, 2023 11:42
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch from 5100f0d to c8605e9 Compare October 11, 2023 12:52
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch from c8605e9 to 112c38a Compare October 27, 2023 14:31
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch from 112c38a to 95c041b Compare November 21, 2023 22:56
@renovate renovate bot changed the title chore(deps): update dependency mlflow to v2.7.1 chore(deps): update dependency mlflow to v2.8.1 Nov 21, 2023
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch from 95c041b to 2486c14 Compare November 22, 2023 15:03
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch 2 times, most recently from 0b6c112 to 3ac0443 Compare December 6, 2023 06:04
@renovate renovate bot changed the title chore(deps): update dependency mlflow to v2.8.1 chore(deps): update dependency mlflow to v2.9.0 Dec 6, 2023
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch from 3ac0443 to 5ad5351 Compare December 7, 2023 07:13
@renovate renovate bot changed the title chore(deps): update dependency mlflow to v2.9.0 chore(deps): update dependency mlflow to v2.9.1 Dec 7, 2023
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch 2 times, most recently from 5147c5d to 3c48397 Compare December 14, 2023 17:00
@renovate renovate bot changed the title chore(deps): update dependency mlflow to v2.9.1 chore(deps): update dependency mlflow to v2.9.2 Dec 14, 2023
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch from 3c48397 to 21aa265 Compare January 26, 2024 09:14
@renovate renovate bot changed the title chore(deps): update dependency mlflow to v2.9.2 chore(deps): update dependency mlflow to v2.10.0 Jan 26, 2024
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch from 21aa265 to 5d879fd Compare February 6, 2024 15:52
@renovate renovate bot changed the title chore(deps): update dependency mlflow to v2.10.0 chore(deps): update dependency mlflow to v2.10.1 Feb 6, 2024
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch 2 times, most recently from 2793655 to 45ef72f Compare February 8, 2024 10:33
@renovate renovate bot force-pushed the renovate-mlflow-2.x branch from 45ef72f to b17e4e5 Compare February 9, 2024 07:44
@renovate renovate bot changed the title chore(deps): update dependency mlflow to v2.10.1 chore(deps): update dependency mlflow to v2.10.2 Feb 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency mlflow to v2.10.2 chore(deps): update dependency mlflow to v2.10.2 - autoclosed Feb 17, 2024
@renovate renovate bot closed this Feb 17, 2024
@renovate renovate bot deleted the renovate-mlflow-2.x branch February 17, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants