Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions website/releases/2025-07-31-3.2.0rc0-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: MLflow 3.2.0rc0
slug: 3.2.0rc0
authors: [mlflow-maintainers]
---

MLflow 3.2.0rc0 is a release candidate for 3.2.0. To install, run the following command:

```sh
pip install mlflow==3.2.0rc0
```

<!-- Major changes that need to be highlighted in the release post go here -->
<REPLACE_ME>

Please try it out and report any issues on [the issue tracker](https://github.com/mlflow/mlflow/issues).
Loading