Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Updated Microsoft.ML from 4.0.2 to 4.0.3.

Release notes

Sourced from Microsoft.ML's releases.

4.0.3

ML.NET 4.0.3

Bug Fixes

  • [release/4.0] Improve unique directory generation for temp files (#​7528)
    • Compatibility note: This change resolves a performance problem where past versions of ML.NET would leave behind folders with the pattern ml_dotnet\d+ in the temp directory, which would cause model opening performance to degrade. This fixes the problem. You may also wish to delete these empty folders once after updating.

      Using powershell:

      Get-ChildItem "$env:TEMP" -Directory -Filter "ml_dotnet*" | Remove-Item -Recurse -Force

      Using Bash:

      find "$TEMP" -type d -name "ml_dotnet*" -exec rm -rf {} +

Build / Test updates

  • [release/4.0] Update dependencies from dotnet/arcade (#​7470)
  • [release/4.0] Use arcade script for installing MacOS dependencies (#​7534)

Commits viewable in compare view.

Updated Microsoft.ML.TimeSeries from 4.0.2 to 4.0.3.

Release notes

Sourced from Microsoft.ML.TimeSeries's releases.

4.0.3

ML.NET 4.0.3

Bug Fixes

  • [release/4.0] Improve unique directory generation for temp files (#​7528)
    • Compatibility note: This change resolves a performance problem where past versions of ML.NET would leave behind folders with the pattern ml_dotnet\d+ in the temp directory, which would cause model opening performance to degrade. This fixes the problem. You may also wish to delete these empty folders once after updating.

      Using powershell:

      Get-ChildItem "$env:TEMP" -Directory -Filter "ml_dotnet*" | Remove-Item -Recurse -Force

      Using Bash:

      find "$TEMP" -type d -name "ml_dotnet*" -exec rm -rf {} +

Build / Test updates

  • [release/4.0] Update dependencies from dotnet/arcade (#​7470)
  • [release/4.0] Use arcade script for installing MacOS dependencies (#​7534)

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps Microsoft.ML from 4.0.2 to 4.0.3
Bumps Microsoft.ML.TimeSeries from 4.0.2 to 4.0.3

---
updated-dependencies:
- dependency-name: Microsoft.ML
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.ML.TimeSeries
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 29, 2025
@dependabot dependabot bot requested a review from luisquintanilla as a code owner October 29, 2025 01:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant