Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit a6d4e2e

Browse files
piethsnajeeb-kazmi
authored andcommitted
Create release notes for the 1.6.0 release. (#382)
* Create release notes for version 1.6.0. * Update 1.6.0 release notes.
1 parent 0b9889e commit a6d4e2e

File tree

2 files changed

+44
-15
lines changed

2 files changed

+44
-15
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# [NimbusML](https://docs.microsoft.com/en-us/nimbusml/overview) 1.6.0
2+
3+
## **New Features**
4+
5+
- **Initial implementation of NGramExtractor.**
6+
7+
[PR#320](https://github.com/microsoft/NimbusML/pull/320)
8+
Produces a bag of counts of n-grams (sequences of consecutive values of length 1-n)
9+
in a given vector of keys. It does so by building a dictionary of n-grams and using
10+
the id in the dictionary as the index in the bag.
11+
12+
- **Update Manifest Generator.**
13+
14+
[PR#329](https://github.com/microsoft/NimbusML/pull/329)
15+
Update the Manifest Generator project to work with the latest changes and incorporate
16+
it in to the build process.
17+
18+
## **Bug Fixes**
19+
20+
None.
21+
22+
## **Enhancements**
23+
24+
- **Update To ML.Net Version 1.4.0.**
25+
26+
[PR#353](https://github.com/microsoft/NimbusML/pull/353)
27+
28+
- **Update To Latest Version Of DataPrep.**
29+
30+
[PR#379](https://github.com/microsoft/NimbusML/pull/379)
31+
32+
- **Update Tests To Execute In Parallel.**
33+
34+
[PR#331](https://github.com/microsoft/NimbusML/pull/331)
35+
36+
## **Documentation and Samples**
37+
38+
None.
39+
40+
## **Remarks**
41+
42+
None.

release-next.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,15 @@
22

33
## **New Features**
44

5-
- **Initial implementation of NGramExtractor.**
6-
7-
[PR#320](https://github.com/microsoft/NimbusML/pull/320)
8-
Produces a bag of counts of n-grams (sequences of consecutive values of length 1-n)
9-
in a given vector of keys. It does so by building a dictionary of n-grams and using
10-
the id in the dictionary as the index in the bag.
11-
12-
- **Update Manifest Generator.**
13-
14-
[PR#329](https://github.com/microsoft/NimbusML/pull/329)
15-
Update the Manifest Generator project to work with the latest changes and incorporate
16-
it in to the build process.
5+
None.
176

187
## **Bug Fixes**
198

209
None.
2110

2211
## **Enhancements**
2312

24-
- **Update Tests To Execute In Parallel.**
25-
26-
[PR#331](https://github.com/microsoft/NimbusML/pull/331)
13+
None.
2714

2815
## **Documentation and Samples**
2916

0 commit comments

Comments
 (0)