Skip to content

Commit 51fc8b2

Browse files
authored
Adding release notes for RC1 (dotnet#3176)
* Adding release notes for RC1
1 parent 0ce5618 commit 51fc8b2

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# ML.NET 1.0.0-preview Release Notes
2+
3+
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 and consider addressing major critical issues. 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.
4+
5+
### Installation
6+
7+
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.
8+
9+
You can install ML.NET NuGet from the CLI using:
10+
```
11+
dotnet add package Microsoft.ML
12+
```
13+
14+
From package manager:
15+
```
16+
Install-Package Microsoft.ML
17+
```
18+
19+
### Release Notes
20+
21+
Below are a few of the highlights from this release. There are many other improvements in the API.
22+
23+
* Move `IDataView` into `Microsoft.ML` namespace. ([#2987](https://github.com/dotnet/machinelearning/pull/2987))
24+
* Move KeyType, VectorType and VBuffer to `ML.DataView`. ([#3022](https://github.com/dotnet/machinelearning/pull/3022))
25+
* Remove ConcurrencyFactor from `IHostEnvironment`. ([#2846](https://github.com/dotnet/machinelearning/pull/2846))
26+
* More work in reorganizing namespaces related to issue: ([#2751](https://github.com/dotnet/machinelearning/issues/2751))
27+
* Remove Value-tuples in the public API. ([#2950](https://github.com/dotnet/machinelearning/pull/2950))
28+
* Categorizing NuGets into preview and stable. ([#2951](https://github.com/dotnet/machinelearning/pull/2951))
29+
* Hiding `ColumnOptions`. ([#2959](https://github.com/dotnet/machinelearning/pull/2959))
30+
* Asynchronous cancellation mechanism. ([#2797](https://github.com/dotnet/machinelearning/pull/2797))
31+
32+
### Acknowledgements
33+
34+
Shoutout to [MarcinJuraszek](https://github.com/MarcinJuraszek),
35+
[llRandom](https://github.com/llRandom),
36+
[jwood803](https://github.com/jwood803), [Potapy4](https://github.com/Potapy4) and the [ML.NET](https://aka.ms/mlnet) team for their
37+
contributions as part of this release!

0 commit comments

Comments
 (0)