Skip to content

Commit e285bed

Browse files
authored
Update release notes v0.11
1 parent 633a50b commit e285bed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/release-notes/0.11/release-0.11.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Install-Package Microsoft.ML
2020

2121
Below are a few of the highlights from this release. There are many other improvements in the API.
2222

23-
* Creation of components through MLContext: advanced options and other feedback. ([#1798](https://github.com/dotnet/machinelearning/issues/1798))
23+
* Creation of components through MLContext: advanced options and other feedback. ([#1798](https://github.coalsom/dotnet/machinelearning/issues/1798))
2424
* Several issues closed on internalizing public surface. ([19 issues](https://github.com/dotnet/machinelearning/issues?q=is%3Aissue+lockdown+is%3Aclosed))
2525
* Stop using MEF as part of the public API. ([#2422](https://github.com/dotnet/machinelearning/issues/2422))
2626
* Several `NameSpace` changes. ([#2326](https://github.com/dotnet/machinelearning/issues/2326))
2727
* `ONNX` is now `ONNXConverter`. ([#2625](https://github.com/dotnet/machinelearning/pull/2625))
2828
* `ONNXTransform` is now `ONNXTransformer`. ([#2544](https://github.com/dotnet/machinelearning/pull/2544))
2929
* `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))
30+
* `Ensemble` has been moved out of `Microsoft.ML` package. ([#2717](https://github.com/dotnet/machinelearning/issues/2717))
3131
* Add support for string types in TensorFlowTransformer. ([#2545](https://github.com/dotnet/machinelearning/issues/2545))
3232
* Make FastTree/LightGBM learned model suitable for public consumption. ([#1960](https://github.com/dotnet/machinelearning/issues/1960))
3333

@@ -37,4 +37,4 @@ Below are a few of the highlights from this release. There are many other improv
3737
Shoutout to [PaulTFreedman](https://github.com/PaulTFreedman),
3838
[kant2002](https://github.com/kant2002),
3939
[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!
40+
contributions as part of this release!

0 commit comments

Comments
 (0)