Skip to content

Comments

Update dependency mlflow to v2.16.2#19

Merged
JackLemaitre merged 1 commit intomainfrom
renovate/mlflow-2.x
Oct 4, 2024
Merged

Update dependency mlflow to v2.16.2#19
JackLemaitre merged 1 commit intomainfrom
renovate/mlflow-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mlflow ==2.15.0 -> ==2.16.2 age adoption passing confidence

Release Notes

mlflow/mlflow (mlflow)

v2.16.2

Compare Source

MLflow 2.16.2 includes several major features and improvements

Bug fixes:

v2.16.1

Compare Source

MLflow 2.16.1 is a patch release that includes some minor feature improvements and addresses several bug fixes.

Features:

  • [Tracing] Add Support for an Open Telemetry compatible exporter to configure external sinks for MLflow traces (#​13118, @​B-Step62)
  • [Model Registry, AWS] Add support for utilizing AWS KMS-based encryption for the MLflow Model Registry (#​12495, @​artjen)
  • [Model Registry] Add support for using the OSS Unity Catalog server as a Model Registry (#​13034, #​13065, #​13066, @​rohitarun-db)
  • [Models] Introduce path-based transformers logging to reduce memory requirements for saving large transformers models (#​13070, @​B-Step62)

Bug fixes:

  • [Tracking] Fix a data payload size issue with Model.get_tags_dict by eliminating the return of the internally-used config field (#​13086, @​harshilprajapati96)
  • [Models] Fix an issue with LangChain Agents where sub-dependencies were not being properly extracted (#​13105, @​aravind-segu)
  • [Tracking] Fix an issue where the wrong checkpoint for the current best model in auto checkpointing was being selected (#​12981, @​hareeen)
  • [Tracking] Fix an issue where local timezones for trace initialization were not being taken into account in AutoGen tracing (#​13047, @​B-Step62)

Documentation updates:

Small bug fixes and documentation updates:

#​13140, #​13141, #​13098, #​13091, #​13101, #​13100, #​13095, #​13044, #​13048, @​B-Step62; #​13142, #​13092, #​13132, #​13055, #​13049, @​harupy; #​13135, #​13036, #​13029, @​serena-ruan; #​13134, #​13081, #​13078, @​daniellok-db; #​13107, #​13103, @​kriscon-db; #​13104, @​arpitjasa-db; #​13022, @​nojaf; #​13069, @​minihat; #​12879, @​faizankshaikh

v2.16.0

Compare Source

We are excited to announce the release of MLflow 2.16.0. This release includes many major features and improvements!

Major features:
  • LlamaIndex Enhancements🦙 - to provide additional flexibility to the LlamaIndex integration, we now have support for the models-from-code functionality for logging, extended engine-based logging, and broadened support for external vector stores.

  • LangGraph Support - We've expanded the LangChain integration to support the agent framework LangGraph. With tracing and support for logging using the models-from-code feature, creating and storing agent applications has never been easier!

  • AutoGen Tracing - Full automatic support for tracing multi-turn agent applications built with Microsoft's AutoGen framework is now available in MLflow. Enabling autologging via mlflow.autogen.autolog() will instrument your agents built with AutoGen.

  • Plugin support for AI Gateway - You can now define your own provider interfaces that will work with MLflow's AI Gateway (also known as the MLflow Deployments Server). Creating an installable provider definition will allow you to connect the Gateway server to any GenAI service of your choosing.

Features:

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#​12987, #​12991, #​12974, #​12975, #​12932, #​12893, #​12851, #​12793, @​serena-ruan; #​13019, #​13013, @​aravind-segu; #​12943, @​piyushdaftary; #​12906, #​12898, #​12757, #​12750, #​12727, @​daniellok-db; #​12995, #​12985, #​12964, #​12962, #​12960, #​12953, #​12951, #​12937, #​12914, #​12929, #​12907, #​12897, #​12880, #​12865, #​12864, #​12862, #​12850, #​12847, #​12833, #​12835, #​12826, #​12824, #​12795, #​12796, @​harupy; #​12592, @​antbbn; #​12993, #​12984, #​12899, #​12745, @​BenWilson2; #​12965, @​nojaf; #​12968, @​bbqiu; #​12956, @​mickvangelderen; #​12939, #​12950, #​12915, #​12931, #​12919, #​12889, #​12849, #​12794, #​12779, #​12836, #​12823, #​12737, @​B-Step62; #​12903, @​chenmoneygithub; #​12905, @​Atry; #​12884, #​12858, #​12807, #​12800, #​10874, @​WeichenXu123; #​12342, @​kriscon-db; #​12742, @​edwardfeng-db

v2.15.1

Compare Source

MLflow 2.15.1 is a patch release that addresses several bug fixes.

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#​12823, #​12860, #​12844, #​12843, @​B-Step62; #​12863, #​12828, @​harupy; #​12845, @​djliden; #​12820, @​annzhang-db; #​12831, @​chenmoneygithub


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency mlflow to v2.15.1 Update dependency mlflow to v2.16.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/mlflow-2.x branch from 183703a to 2147f1f Compare August 30, 2024 11:29
@renovate renovate bot force-pushed the renovate/mlflow-2.x branch from 2147f1f to b1093ad Compare September 13, 2024 21:21
@renovate renovate bot changed the title Update dependency mlflow to v2.16.0 Update dependency mlflow to v2.16.1 Sep 13, 2024
@renovate renovate bot changed the title Update dependency mlflow to v2.16.1 Update dependency mlflow to v2.16.2 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/mlflow-2.x branch from b1093ad to 2c5a82d Compare September 17, 2024 03:23
@JackLemaitre JackLemaitre merged commit 68175f0 into main Oct 4, 2024
@renovate renovate bot deleted the renovate/mlflow-2.x branch October 4, 2024 13:25
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.

1 participant