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**