Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
448c590
Cleanup the traditional ML landing page (#18799)
BenWilson2 Nov 13, 2025
0cdba1c
Clean up SparkML docs (#18811)
BenWilson2 Nov 13, 2025
512a0b3
Update support URL to use UI bug report template (#18828)
harupy Nov 14, 2025
d7de54d
Remove deprecated diviner flavor (#18808)
Copilot Nov 14, 2025
d315ec9
Remove log file (#18837)
daniellok-db Nov 14, 2025
feb3466
Infer Python version from repository pyproject.toml for dev versions …
harupy Nov 14, 2025
ae8759c
Fix misleading error message for `mlflow.start_run` (#18798)
WeichenXu123 Nov 14, 2025
b245e09
Conditionally collapse changed-pages section in preview comments when…
Copilot Nov 14, 2025
9f0397d
Remove cache-pip from flavors job using uv (#18846)
Copilot Nov 14, 2025
d14ab96
Handle CrewAI v1 in CI (#18786)
B-Step62 Nov 14, 2025
db92c99
Fix Semantic Kernel tracing cross version test (#18787)
B-Step62 Nov 14, 2025
5716aba
Cleanup Prophet docs (#18814)
BenWilson2 Nov 14, 2025
50a8d1c
Fix langchain js doc (#18845)
B-Step62 Nov 14, 2025
88653ca
Fix Bedrock Anthropic adapter by adding required `anthropic_version` …
harupy Nov 15, 2025
0289dea
Fix Click 8.3.0 `Sentinel.UNSET` handling in MCP server (#18858)
harupy Nov 17, 2025
ad4d16c
Fix race condition in `test_prompt_webhook_with_mixed_events` (#18859)
harupy Nov 17, 2025
fb976ac
Use `sys.executable` in `test_mcp.py` instead of hardcoded `"python"`…
Copilot Nov 17, 2025
6c8ec30
Support attribute translation for Vercel spans (#18782)
B-Step62 Nov 17, 2025
1f692eb
Add lint rule to flag `subprocess.run` with only `check=True` (#18861)
Copilot Nov 17, 2025
fce82c6
Update Python versions in setup-python action to match GitHub-hosted …
Copilot Nov 17, 2025
f737195
Update `uv.lock` (#18866)
mlflow-app[bot] Nov 17, 2025
ba46d9b
Add auth support for scorers (#18699)
BenWilson2 Nov 17, 2025
aab98d8
Cleanup torch docs (#18816)
BenWilson2 Nov 17, 2025
c930708
Fix evaluate_traces MCP tool error: use result_df instead of tables (…
alkispoly-db Nov 17, 2025
97374cb
Replace deprecated with_mock with with_mocked_bindings in R tests (#1…
harupy Nov 18, 2025
abf7d25
Record usage event when traces logged to MLflow server (#18822)
dbczumar Nov 18, 2025
936e83e
Speed up R tests by using uv as env-manager instead of virtualenv (#1…
Copilot Nov 18, 2025
21e5a4f
Use SQLite as default unless existing mlruns data is detected (#18497)
harupy Nov 18, 2025
d6869ee
Fix llama-index cross version test (#18885)
daniellok-db Nov 18, 2025
88672c7
Fix CLI link missing api_reference prefix in documentation sidebars (…
Copilot Nov 18, 2025
304fea7
Pin database Docker images and show digests in CI (#18903)
harupy Nov 19, 2025
2ca6458
Add @joelrobin18 to core members list (#18904)
daniellok-db Nov 19, 2025
e7afecc
[ML-59303] Support multiturn judge creation with make_judge api and d…
xsh310 Nov 19, 2025
9b730ef
get_trace support for stores (#18556)
serena-ruan Nov 19, 2025
4ab7b10
Fix attributes encoding issue (#18780)
serena-ruan Nov 19, 2025
a3e85e6
Refactor get_trace_artifact_handler for better readability (#18914)
harupy Nov 19, 2025
cd3bcc9
Fix: correctly associate SqlLoggedModelMetric with experiment_id (#18…
mcompen Nov 19, 2025
4739ef2
update basic auth docs: default admin password: passwrod -> password1…
UnfixedMold Nov 19, 2025
234de09
Unify batch_get_traces signatures to make location parameter optional…
Copilot Nov 19, 2025
b920854
Add back `tables` property back to the evaluation result (#18879)
B-Step62 Nov 19, 2025
2b8d8ff
Add workspace database schema (#18909)
mprahl Nov 21, 2025
3f84104
Remove unused workflows
mprahl Nov 22, 2025
26cfbe2
Add workspace provider with SqlAlchemyStore
mprahl Nov 21, 2025
929ffc7
Implement workspace-aware multi-tenant backend support
mprahl Oct 26, 2025
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
6 changes: 3 additions & 3 deletions .github/actions/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ runs:
fi
if [[ "$python_version" == "3.10" ]]; then
if [ ${{ runner.os }} == "Linux" ]; then
python_version="3.10.16"
python_version="3.10.19"
else
python_version="3.10.11"
fi
elif [[ "$python_version" == "3.11" ]]; then
if [ ${{ runner.os }} == "Windows" ]; then
python_version="3.11.8"
python_version="3.11.9"
else
python_version="3.11.8"
python_version="3.11.14"
fi
else
echo "Invalid python version: '$python_version'. Must be '3.10', or '3.11'."
Expand Down
71 changes: 0 additions & 71 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,74 +14,3 @@
- [ ] Existing unit/integration tests
- [ ] New unit/integration tests
- [ ] Manual tests

<!-- Attach code, screenshot, video used for manual testing here. -->

### Does this PR require documentation update?

- [ ] No. You can skip the rest of this section.
- [ ] Yes. I've updated:
- [ ] Examples
- [ ] API references
- [ ] Instructions

### Release Notes

#### Is this a user-facing change?

- [ ] No. You can skip the rest of this section.
- [ ] Yes. Give a description of this change to be included in the release notes for MLflow users.

<!-- Details in 1-2 sentences. You can just refer to another PR with a description if this PR is part of a larger change. -->

#### What component(s), interfaces, languages, and integrations does this PR affect?

Components

- [ ] `area/tracking`: Tracking Service, tracking client APIs, autologging
- [ ] `area/models`: MLmodel format, model serialization/deserialization, flavors
- [ ] `area/model-registry`: Model Registry service, APIs, and the fluent client calls for Model Registry
- [ ] `area/scoring`: MLflow Model server, model deployment tools, Spark UDFs
- [ ] `area/evaluation`: MLflow model evaluation features, evaluation metrics, and evaluation workflows
- [ ] `area/gateway`: MLflow AI Gateway client APIs, server, and third-party integrations
- [ ] `area/prompts`: MLflow prompt engineering features, prompt templates, and prompt management
- [ ] `area/tracing`: MLflow Tracing features, tracing APIs, and LLM tracing functionality
- [ ] `area/projects`: MLproject format, project running backends
- [ ] `area/uiux`: Front-end, user experience, plotting, JavaScript, JavaScript dev server
- [ ] `area/build`: Build and test infrastructure for MLflow
- [ ] `area/docs`: MLflow documentation pages

<!--
Insert an empty named anchor here to allow jumping to this section with a fragment URL
(e.g. https://github.com/mlflow/mlflow/pull/123#user-content-release-note-category).
Note that GitHub prefixes anchor names in markdown with "user-content-".
-->

<a name="release-note-category"></a>

#### How should the PR be classified in the release notes? Choose one:

- [ ] `rn/none` - No description will be included. The PR will be mentioned only by the PR number in the "Small Bugfixes and Documentation Updates" section
- [ ] `rn/breaking-change` - The PR will be mentioned in the "Breaking Changes" section
- [ ] `rn/feature` - A new user-facing feature worth mentioning in the release notes
- [ ] `rn/bug-fix` - A user-facing bug fix worth mentioning in the release notes
- [ ] `rn/documentation` - A user-facing documentation change worth mentioning in the release notes

#### Should this PR be included in the next patch release?

`Yes` should be selected for bug fixes, documentation updates, and other small changes. `No` should be selected for new features and larger changes. If you're unsure about the release classification of this PR, leave this unchecked to let the maintainers decide.

<details>
<summary>What is a minor/patch release?</summary>

- Minor release: a release that increments the second part of the version number (e.g., 1.2.0 -> 1.3.0).
Bug fixes, doc updates and new features usually go into minor releases.
- Patch release: a release that increments the third part of the version number (e.g., 1.2.0 -> 1.2.1).
Bug fixes and doc updates usually go into patch releases.

</details>

<!-- Do not modify or remove any text inside the parentheses. Keep both checkboxes below. -->

- [ ] Yes (this PR will be cherry-picked and included in the next patch release)
- [ ] No (this PR will be included in the next minor release)
15 changes: 4 additions & 11 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@
| `examples.yml` | Run tests for example scripts & projects |
| `master.yml ` | Run unit and integration tests |

## Automation

| File | Role |
| :-------------------------- | :------------------------------------------------------------- |
| `autoformat.yml` | Apply autoformatting when a PR is commented with `autoformat` |
| `autoformat.js` | Define utility functions used in the `autoformat.yml` workflow |
| `labeling.yml` | Automatically apply labels on issues and PRs |
| `notify-dco-failure.yml` | Notify a DCO check failure |
| `notify-dco-failure.js` | The main script of the `notify-dco-failure.yml` workflow |
| `release-note-category.yml` | Validate a release-note category label is applied on a PR |
| `release-note-category.js` | The main script of the `release-note-category.yml` workflow |
> Note: This fork intentionally omits upstream-only governance workflows
> (maintainer approval, release-note validation, automatic patch labeling,
> autoformat, team-review helpers, etc.) because they depend on MLflow's
> internal GitHub App credentials and Databricks review teams.
107 changes: 0 additions & 107 deletions .github/workflows/advice.js

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/advice.yml

This file was deleted.

Loading
Loading