-
Notifications
You must be signed in to change notification settings - Fork 2k
Adding release notes for v0.11 #2860
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| # ML.NET 0.11 Release Notes | ||
|
|
||
| [ML.NET](https://aka.ms/mlnet) 0.11 will be the last preview release before we reach `Release Candidate` for v1. We continue to push for creating a coherent and clean API surface for [ML.NET](https://aka.ms/mlnet) users. This release includes several bug fixes as well as extensive work on reducing the public API surface. The work on the API is tracked via [this project](https://github.com/dotnet/machinelearning/projects/13). In the upcoming 0.12 (RC1) releases before we reach 1.0, we will continue on refining the API and improving documentation. | ||
|
|
||
| ### Installation | ||
|
|
||
| ML.NET supports Windows, MacOS, and Linux. See [supported OS versions of .NET | ||
| Core | ||
| 2.0](https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md) | ||
| for more details. | ||
|
|
||
| You can install ML.NET NuGet from the CLI using: | ||
| ``` | ||
| dotnet add package Microsoft.ML | ||
| ``` | ||
|
|
||
| From package manager: | ||
| ``` | ||
| Install-Package Microsoft.ML | ||
| ``` | ||
|
|
||
| ### Release Notes | ||
|
|
||
| Below are a few of the highlights from this release. There are many other improvements in the API. | ||
|
|
||
| * Creation of components through MLContext: advanced options and other feedback. ([#1798](https://github.com/dotnet/machinelearning/issues/1798)) | ||
| * Several issues closed on internalizing public surface. ([19 issues](https://github.com/dotnet/machinelearning/issues?q=is%3Aissue+lockdown+is%3Aclosed)) | ||
| * Stop using MEF as part of the public API. ([#2422](https://github.com/dotnet/machinelearning/issues/2422)) | ||
| * Several `NameSpace` changes. ([#2326](https://github.com/dotnet/machinelearning/issues/2326)) | ||
| * `ONNX` is now `ONNXConverter`. ([#2625](https://github.com/dotnet/machinelearning/pull/2625)) | ||
| * `ONNXTransform` is now `ONNXTransformer`. ([#2544](https://github.com/dotnet/machinelearning/pull/2544)) | ||
| * `FastTree` has it's own package now. ([#2752](https://github.com/dotnet/machinelearning/issues/2752)) | ||
| * `Ensemble` also has moved to a new package. ([#2717](https://github.com/dotnet/machinelearning/issues/2717)) | ||
| * Add support for string types in TensorFlowTransformer. ([#2545](https://github.com/dotnet/machinelearning/issues/2545)) | ||
|
|
||
|
|
||
| ### Acknowledgements | ||
|
|
||
| Shoutout to [PaulTFreedman](https://github.com/PaulTFreedman), | ||
| [kant2002](https://github.com/kant2002), | ||
| [jwood803](https://github.com/jwood803), [mareklinka](https://github.com/mareklinka), [elbruno](https://github.com/elbruno) and the [ML.NET](https://aka.ms/mlnet) team for their | ||
| contributions as part of this release! | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.