MLflow 2.13.2 is a patch release that includes several bug fixes and integration improvements to existing features.
Features:
- [Tracking] Provide a way to set
urllib
's connection number and max size (#12227, @chenmoneygithub) - [Tracking] Support UC directory as MLflow MetaDataset (#12224, @chenmoneygithub)
Bug fixes:
- [Models] Fix inferring
mlflow[gateway]
as dependency when usingmlflow.deployment
module (#12264, @B-Step62) - [Tracking] Flatten the model_config with
/
before logging as params (#12190, @sunishsheth2009)
For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.