-
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
Conversation
@@ -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. |
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 Candidate
and 1.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.
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.
* 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)) | ||
|
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.
- Asynchronous cancellation mechanism for pipelines that have FastTree, SDCA, Logistic Regression, ValueToKeyMapping or Normalizer transform components (Refactor cancellation mechanism and make it internal, accessible via experimental nuget. #2797, Add cancellation checkpoint in logistic regression. #3032, Add cancellation signal checkpoints in FastTree. #3028, Add Cancellation checkpoint in Normalizer transfomer. #3062, Add cancellation checkpoint in ValueToKeyMappingTransfomer. #3064)
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.
Added one more item, but I think high level is enough.
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.
Thanks @shauheen ! looks great.
* Adding release notes for RC1
Codecov Report
@@ Coverage Diff @@
## master #3176 +/- ##
==========================================
+ Coverage 72.54% 72.54% +<.01%
==========================================
Files 807 807
Lines 144774 144774
Branches 16208 16208
==========================================
+ Hits 105022 105023 +1
Misses 35338 35338
+ Partials 4414 4413 -1
|
Adding release notes for v1.0.0-preview