Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions docs/release-notes/release-1.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# [NimbusML](https://docs.microsoft.com/en-us/nimbusml/overview) 1.6.0

## **New Features**

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

None.

## **Enhancements**

- **Update To ML.Net Version 1.4.0.**

[PR#353](https://github.com/microsoft/NimbusML/pull/353)

- **Update To Latest Version Of DataPrep.**

[PR#379](https://github.com/microsoft/NimbusML/pull/379)

- **Update Tests To Execute In Parallel.**

[PR#331](https://github.com/microsoft/NimbusML/pull/331)

## **Documentation and Samples**

None.

## **Remarks**

None.
17 changes: 2 additions & 15 deletions release-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,15 @@

## **New Features**

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

## **Bug Fixes**

None.

## **Enhancements**

- **Update Tests To Execute In Parallel.**

[PR#331](https://github.com/microsoft/NimbusML/pull/331)
None.

## **Documentation and Samples**

Expand Down