-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Adding release notes for RC1 #3176
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # ML.NET 1.0.0-preview Release Notes | ||
|
|
||
| This release is `Release Candidate` for version `1.0.0` of [ML.NET](https://aka.ms/mlnet). We have closed our main [API project](https://github.com/dotnet/machinelearning/projects/13). The next release will be `1.0.0` and during this sprint we are focusing on improving documentation and samples. The goal is to avoid any new breaking changes going forward. One change in this release is that we have moved `IDataView` back into `Microsoft.ML` namespace based on some feedback that we received. | ||
|
|
||
| ### 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. | ||
|
|
||
| * Move `IDataView` into `Microsoft.ML` namespace. ([#2987](https://github.com/dotnet/machinelearning/pull/2987)) | ||
| * Move KeyType, VectorType and VBuffer to `ML.DataView`. ([#3022](https://github.com/dotnet/machinelearning/pull/3022)) | ||
| * Remove ConcurrencyFactor from `IHostEnvironment`. ([#2846](https://github.com/dotnet/machinelearning/pull/2846)) | ||
| * More work in reorganizing namespaces related to issue: ([#2751](https://github.com/dotnet/machinelearning/issues/2751)) | ||
| * Remove Value-tuples in the public API. ([#2950](https://github.com/dotnet/machinelearning/pull/2950)) | ||
| * Categorizing NuGets into preview and stable. ([#2951](https://github.com/dotnet/machinelearning/pull/2951)) | ||
| * Hiding `ColumnOptions`. ([#2959](https://github.com/dotnet/machinelearning/pull/2959)) | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added one more item, but I think high level is enough.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks @shauheen ! looks great. |
||
| ### Acknowledgements | ||
|
|
||
| Shoutout to [MarcinJuraszek](https://github.com/MarcinJuraszek), | ||
| [llRandom](https://github.com/llRandom), | ||
| [jwood803](https://github.com/jwood803), [Potapy4](https://github.com/Potapy4) and the [ML.NET](https://aka.ms/mlnet) team for their | ||
| contributions as part of this release! | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also want to call out that we are fixing major/critical bugs and addressing feedback between the
Release Candidateand1.0.0? Or is that not a goal?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the bar we set was security issues, but we can take other proposals to ship room. I will update the sentence.