|
| 1 | +# ML.NET 0.11 Release Notes |
| 2 | + |
| 3 | +[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. |
| 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 | +* Creation of components through MLContext: advanced options and other feedback. ([#1798](https://github.com/dotnet/machinelearning/issues/1798)) |
| 24 | +* Several issues closed on internalizing public surface. ([19 issues](https://github.com/dotnet/machinelearning/issues?q=is%3Aissue+lockdown+is%3Aclosed)) |
| 25 | +* Stop using MEF as part of the public API. ([#2422](https://github.com/dotnet/machinelearning/issues/2422)) |
| 26 | +* Several `NameSpace` changes. ([#2326](https://github.com/dotnet/machinelearning/issues/2326)) |
| 27 | +* `ONNX` is now `ONNXConverter`. ([#2625](https://github.com/dotnet/machinelearning/pull/2625)) |
| 28 | +* `ONNXTransform` is now `ONNXTransformer`. ([#2544](https://github.com/dotnet/machinelearning/pull/2544)) |
| 29 | +* `FastTree` has it's own package now. ([#2752](https://github.com/dotnet/machinelearning/issues/2752)) |
| 30 | +* `Ensemble` also has moved to a new package. ([#2717](https://github.com/dotnet/machinelearning/issues/2717)) |
| 31 | +* Add support for string types in TensorFlowTransformer. ([#2545](https://github.com/dotnet/machinelearning/issues/2545)) |
| 32 | +* Make FastTree/LightGBM learned model suitable for public consumption. ([#1960](https://github.com/dotnet/machinelearning/issues/1960)) |
| 33 | + |
| 34 | + |
| 35 | +### Acknowledgements |
| 36 | + |
| 37 | +Shoutout to [PaulTFreedman](https://github.com/PaulTFreedman), |
| 38 | +[kant2002](https://github.com/kant2002), |
| 39 | +[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 |
| 40 | +contributions as part of this release! |
0 commit comments