Skip to content

Commit c587f82

Browse files
authored
Adds release notes for 1.0 (dotnet#3605)
1 parent 802edc7 commit c587f82

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# ML.NET 1.0.0 Release Notes
2+
3+
[ML.NET](https://aka.ms/mlnet) has turned 1. After 12 preview releases over the last year and implementing many enhancements and API improvements, this release brings you the version `1.0.0` of [ML.NET](https://aka.ms/mlnet). Thank you wholeheartedly for being an awesome community. Please continue to use and provide feedback on what should be improved. We will ensure that going forward no breaking API changes are introduced.
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+
### Acknowledgements
20+
21+
Shoutout to all these amazing contributors who have helped us along the way,
22+
23+
[amiteshenoy](https://github.com/amiteshenoy),
24+
[beneyal](https://github.com/beneyal),
25+
[bojanmisic](https://github.com/bojanmisic),
26+
[Caraul](https://github.com/Caraul),
27+
[dan-drews](https://github.com/dan-drews),
28+
[DAXaholic](https://github.com/DAXaholic),
29+
[dhilmathy](https://github.com/dhilmathy),
30+
[dzban2137](https://github.com/dzban2137),
31+
[elbruno](https://github.com/elbruno),
32+
[endintiers](https://github.com/endintiers),
33+
[f1x3d](https://github.com/f1x3d),
34+
[feiyun0112](https://github.com/feiyun0112),
35+
[forki](https://github.com/forki),
36+
[harshsaver](https://github.com/harshsaver),
37+
[helloguo](https://github.com/helloguo),
38+
[hvitved](https://github.com/hvitved),
39+
[Jongkeun](https://github.com/Jongkeun),
40+
[JorgeAndd](https://github.com/JorgeAndd),
41+
[JoshuaLight](https://github.com/JoshuaLight),
42+
[jwood803](https://github.com/jwood803),
43+
[kant2002](https://github.com/kant2002),
44+
[kilick](https://github.com/kilick),
45+
[Ky7m](https://github.com/Ky7m),
46+
[llRandom](https://github.com/llRandom),
47+
[malik97160](https://github.com/malik97160),
48+
[MarcinJuraszek](https://github.com/MarcinJuraszek),
49+
[mareklinka](https://github.com/mareklinka),
50+
[Matei13](https://github.com/Matei13),
51+
[mfaticaearnin](https://github.com/mfaticaearnin),
52+
[mnboos](https://github.com/mnboos),
53+
[nandaleite](https://github.com/nandaleite),
54+
[Nepomuceno](https://github.com/Nepomuceno)
55+
[nihitb06](https://github.com/nihitb06),
56+
[Niladri24dutta](https://github.com/Niladri24dutta),
57+
[PaulTFreedman](https://github.com/PaulTFreedman),
58+
[Pielgrin](https://github.com/Pielgrin),
59+
[pkulikov](https://github.com/pkulikov),
60+
[Potapy4](https://github.com/Potapy4),
61+
[Racing5372](https://github.com/Racing5372),
62+
[rantri](https://github.com/rantri),
63+
[rantri](https://github.com/rantri),
64+
[rauhs](https://github.com/rauhs),
65+
[robosek](https://github.com/robosek),
66+
[ross-p-smith](https://github.com/ross-p-smith),
67+
[SolyarA](https://github.com/SolyarA),
68+
[Sorrien](https://github.com/Sorrien),
69+
[suhailsinghbains](https://github.com/suhailsinghbains),
70+
[terop](https://github.com/terop),
71+
[ThePiranha](https://github.com/ThePiranha),
72+
[Thomas-S-B](https://github.com/Thomas-S-B),
73+
[timitoc](https://github.com/timitoc),
74+
[tincann](https://github.com/tincann),
75+
[v-tsymbalistyi](https://github.com/v-tsymbalistyi),
76+
[van-tienhoang](https://github.com/van-tienhoang),
77+
[veikkoeeva](https://github.com/veikkoeeva),
78+
[yamachu](https://github.com/yamachu), and the [ML.NET](https://aka.ms/mlnet) team for making this happen!

0 commit comments

Comments
 (0)