Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Microsoft.ML to v1.6.0 #62

Merged
merged 1 commit into from
Jul 16, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
Microsoft.ML (source) nuget minor 1.5.5 -> 1.6.0

Release Notes

dotnet/machinelearning

v1.6.0

ML.NET 1.6.0

New Features

  • Support for Arm/Arm64/Apple Silicon has been added. (#​5789) You can now use most ML.NET on Arm/Arm64/Apple Silicon devices. Anything without a hard dependency on x86 SIMD instructions or Intel MKL are supported.
  • Support for specifying a temp path ML.NET will use. (#​5782) You can now set the TempFilePath in the MLContext that it will use.
  • Support for specifying the recursion limit to use when loading an ONNX model (#​5840) The recursion limit defaults to 100, but you can now specify the value in case you need to use a larger number. (Thanks @​Crabzmatic)
  • Support for saving Tensorflow models in the SavedModel format added (#​5797) You can now save models that use the Tensorflow SavedModel format instead of just the frozen graph format. (Thanks @​darth-vader-lg)
  • DataFrame Specific enhancements
  • Extended DataFrame GroupBy operation (#​5821) Extend DataFrame GroupBy operation by adding new property Groupings. This property returns collection of IGrouping objects (the same way as LINQ GroupBy operation does) (Thanks @​asmirnov82)

Enhancements

Bug Fixes

Build / Test updates

  • Changed default branch from master to main (#​5715) (#​5717) (#​5719)
  • Fix for libomp in the CI process for MacOS 11 (#​5771)
  • Minor code cleanup. (#​5770)
  • Updated arcade to the latest version (#​5783)
  • Switched signing certificate to use dotnet certificate (#​5794)
  • Building natively and cross targeting for Arm/Arm64/Apple Silicon is now supported. (#​5789)
  • Upload classic pdb to symweb (#​5816)
  • Fix MacOS CI issue (#​5854)
  • Added in a Helix Integration for testing. (#​5837)
  • Added in Helix Integration for arm/arm64/Apple Silicon for testing (#​5860)

Documentation Updates

  • Fixed markdown issues in MulticlassClassificationMetrics and CalibratedBinaryClassificationMetrics (#​5732) (Thanks @​R0Wi)
  • Update unix instructions for x-compiling on ARM (#​5811)
  • Update Contribution.MD with description of help wanted tags (#​5815)
  • Add Korean translation for repo readme.md (#​5780) (Thanks @​metr0jw)
  • Fix spelling error in MLContext class summary (#​5832) (Thanks @​Crabzmatic)
  • Update issue templates (#​5846)

Breaking Changes

  • None

Configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

@ktos ktos merged commit 0f4a4c1 into master Jul 16, 2021
@renovate renovate bot deleted the renovate/microsoft.ml-1.x branch July 16, 2021 08:54
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.

None yet

2 participants