From 5f2c5d20a97220ff1f0e1e4e914edfb1b2c48b8c Mon Sep 17 00:00:00 2001 From: "pieths.dev@gmail.com" Date: Wed, 6 Nov 2019 18:30:19 -0800 Subject: [PATCH] Update release notes. --- release-next.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/release-next.md b/release-next.md index c6d1ec43..c6cfb7ed 100644 --- a/release-next.md +++ b/release-next.md @@ -2,7 +2,18 @@ ## **New Features** -None. +- **Initial implementation of NGramExtractor.** + + [PR#320](https://github.com/microsoft/NimbusML/pull/320) + Produces a bag of counts of n-grams (sequences of consecutive values of length 1-n) + in a given vector of keys. It does so by building a dictionary of n-grams and using + the id in the dictionary as the index in the bag. + +- **Update Manifest Generator.** + + [PR#329](https://github.com/microsoft/NimbusML/pull/329) + Update the Manifest Generator project to work with the latest changes and incorporate + it in to the build process. ## **Bug Fixes** @@ -10,7 +21,9 @@ None. ## **Enhancements** -None. +- **Update Tests To Execute In Parallel.** + + [PR#331](https://github.com/microsoft/NimbusML/pull/331) ## **Documentation and Samples**