From c0df93e02ec31acf34bd1b1733580b71483fee49 Mon Sep 17 00:00:00 2001 From: Michael Sharp Date: Tue, 2 Mar 2021 12:22:41 -0800 Subject: [PATCH 1/5] added in release notes --- docs/release-notes/1.5.5/release-1.5.5.md | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/release-notes/1.5.5/release-1.5.5.md diff --git a/docs/release-notes/1.5.5/release-1.5.5.md b/docs/release-notes/1.5.5/release-1.5.5.md new file mode 100644 index 0000000000..2a75b29484 --- /dev/null +++ b/docs/release-notes/1.5.5/release-1.5.5.md @@ -0,0 +1,40 @@ +# [ML.NET](http://dot.net/ml) 1.5.5 + +## **New Features** +- **New API allowing confidence parameter to be a double**.([#5623](https://github.com/dotnet/machinelearning/pull/5623)) +. A new API has been added to accept double type for the confidence level. This helps when you need to have high precision then an int will allow for. (**Thank you @esso23**) +- **Support to export ValueMapping estimator to ONNX was added** ([#5577](https://github.com/dotnet/machinelearning/pull/5577)) +- **New API to treat TensorFlow output as batched/not-batched** ([#5634](https://github.com/dotnet/machinelearning/pull/5634)) A new API has been added so you can specify if the output from TensorFlow is batched or not. + + +## **Enhancements** +- Make ColumnInference serializable ([#5611](https://github.com/dotnet/machinelearning/pull/5611)) + + +## **Bug Fixes** +- **AutoML.NET specific fixes**. + - Fixed am AutoML aggregate timeout exception ([#5631](https://github.com/dotnet/machinelearning/pull/5631)) + - Offer suggestions for possibly mistyped label column names in AutoML ([#5624](https://github.com/dotnet/machinelearning/pull/5624)) (**Thank you @Crabzmatic**) +- Update some ToString conversions ([#5627](https://github.com/dotnet/machinelearning/pull/5627)) (**Thanks @4201104140**) +- Fixed an issue in SRCnnEntireAnomalyDetector ([#5579](https://github.com/dotnet/machinelearning/pull/5579)) +- Fixed nuget.config multi-feed issue ([#5614](https://github.com/dotnet/machinelearning/pull/5614)) +- Remove references to Microsoft.ML.Scoring ([#5602](https://github.com/dotnet/machinelearning/pull/5602)) +- Fixed Averaged Perceptron default value ([#5586](https://github.com/dotnet/machinelearning/pull/5586)) +- Fixes #5352 issues caused by equality with non-string values for root cause localization ([#5354](https://github.com/dotnet/machinelearning/pull/5354)) + + +## **Build / Test updates** +- Fixing official build by adding homebrew bug workaround ([#5596](https://github.com/dotnet/machinelearning/pull/5596)) +- Nuget.config url fix for roslyn compilers ([#5584](https://github.com/dotnet/machinelearning/pull/5584)) +- Add SymSgdNative reference to AutoML.Tests.csproj ([#5559](https://github.com/dotnet/machinelearning/pull/5559)) + + +## **Documentation Updates** +- Updated documentation for the correct version of CUDA for TensorFlow. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) +- Updates cocumentation for an issue with brew and installing libomp. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) +- Updated an ONNX url to the correct url. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) +- Added in note in the documentation that the PredictionEngine is not thread safe. ([#5583](https://github.com/dotnet/machinelearning/pull/5583)) + + +## **Breaking Changes** +- None From 3db7eeddc3a433f34b9204a5a1ab42aa77e51ba4 Mon Sep 17 00:00:00 2001 From: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com> Date: Tue, 2 Mar 2021 12:45:44 -0800 Subject: [PATCH 2/5] Update release-1.5.5.md Removed incorrect PR. --- docs/release-notes/1.5.5/release-1.5.5.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/release-notes/1.5.5/release-1.5.5.md b/docs/release-notes/1.5.5/release-1.5.5.md index 2a75b29484..b028ab1e24 100644 --- a/docs/release-notes/1.5.5/release-1.5.5.md +++ b/docs/release-notes/1.5.5/release-1.5.5.md @@ -20,7 +20,6 @@ - Fixed nuget.config multi-feed issue ([#5614](https://github.com/dotnet/machinelearning/pull/5614)) - Remove references to Microsoft.ML.Scoring ([#5602](https://github.com/dotnet/machinelearning/pull/5602)) - Fixed Averaged Perceptron default value ([#5586](https://github.com/dotnet/machinelearning/pull/5586)) -- Fixes #5352 issues caused by equality with non-string values for root cause localization ([#5354](https://github.com/dotnet/machinelearning/pull/5354)) ## **Build / Test updates** From 44894cfc6f7ec5950a312349d49dc65a12d9526d Mon Sep 17 00:00:00 2001 From: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com> Date: Tue, 2 Mar 2021 16:16:08 -0800 Subject: [PATCH 3/5] Update docs/release-notes/1.5.5/release-1.5.5.md Co-authored-by: Eric StJohn --- docs/release-notes/1.5.5/release-1.5.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/1.5.5/release-1.5.5.md b/docs/release-notes/1.5.5/release-1.5.5.md index b028ab1e24..d99628ba61 100644 --- a/docs/release-notes/1.5.5/release-1.5.5.md +++ b/docs/release-notes/1.5.5/release-1.5.5.md @@ -30,7 +30,7 @@ ## **Documentation Updates** - Updated documentation for the correct version of CUDA for TensorFlow. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) -- Updates cocumentation for an issue with brew and installing libomp. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) +- Updates documentation for an issue with brew and installing libomp. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) - Updated an ONNX url to the correct url. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) - Added in note in the documentation that the PredictionEngine is not thread safe. ([#5583](https://github.com/dotnet/machinelearning/pull/5583)) From 37ea460c67a21591116376bea6a576f8094aaa65 Mon Sep 17 00:00:00 2001 From: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com> Date: Tue, 2 Mar 2021 16:16:24 -0800 Subject: [PATCH 4/5] Update docs/release-notes/1.5.5/release-1.5.5.md Co-authored-by: Eric StJohn --- docs/release-notes/1.5.5/release-1.5.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/1.5.5/release-1.5.5.md b/docs/release-notes/1.5.5/release-1.5.5.md index d99628ba61..474d14c271 100644 --- a/docs/release-notes/1.5.5/release-1.5.5.md +++ b/docs/release-notes/1.5.5/release-1.5.5.md @@ -32,7 +32,7 @@ - Updated documentation for the correct version of CUDA for TensorFlow. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) - Updates documentation for an issue with brew and installing libomp. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) - Updated an ONNX url to the correct url. ([#5635](https://github.com/dotnet/machinelearning/pull/5635)) -- Added in note in the documentation that the PredictionEngine is not thread safe. ([#5583](https://github.com/dotnet/machinelearning/pull/5583)) +- Added a note in the documentation that the PredictionEngine is not thread safe. ([#5583](https://github.com/dotnet/machinelearning/pull/5583)) ## **Breaking Changes** From 41d2c75bcf848d24b6959a363af7f0f763572d4d Mon Sep 17 00:00:00 2001 From: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com> Date: Tue, 2 Mar 2021 16:37:43 -0800 Subject: [PATCH 5/5] Update release-1.5.5.md --- docs/release-notes/1.5.5/release-1.5.5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/1.5.5/release-1.5.5.md b/docs/release-notes/1.5.5/release-1.5.5.md index 474d14c271..c9d5874256 100644 --- a/docs/release-notes/1.5.5/release-1.5.5.md +++ b/docs/release-notes/1.5.5/release-1.5.5.md @@ -2,7 +2,7 @@ ## **New Features** - **New API allowing confidence parameter to be a double**.([#5623](https://github.com/dotnet/machinelearning/pull/5623)) -. A new API has been added to accept double type for the confidence level. This helps when you need to have high precision then an int will allow for. (**Thank you @esso23**) +. A new API has been added to accept double type for the confidence level. This helps when you need to have higher precision than an int will allow for. (**Thank you @esso23**) - **Support to export ValueMapping estimator to ONNX was added** ([#5577](https://github.com/dotnet/machinelearning/pull/5577)) - **New API to treat TensorFlow output as batched/not-batched** ([#5634](https://github.com/dotnet/machinelearning/pull/5634)) A new API has been added so you can specify if the output from TensorFlow is batched or not. @@ -13,7 +13,7 @@ ## **Bug Fixes** - **AutoML.NET specific fixes**. - - Fixed am AutoML aggregate timeout exception ([#5631](https://github.com/dotnet/machinelearning/pull/5631)) + - Fixed an AutoML aggregate timeout exception ([#5631](https://github.com/dotnet/machinelearning/pull/5631)) - Offer suggestions for possibly mistyped label column names in AutoML ([#5624](https://github.com/dotnet/machinelearning/pull/5624)) (**Thank you @Crabzmatic**) - Update some ToString conversions ([#5627](https://github.com/dotnet/machinelearning/pull/5627)) (**Thanks @4201104140**) - Fixed an issue in SRCnnEntireAnomalyDetector ([#5579](https://github.com/dotnet/machinelearning/pull/5579))