File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1212
1313<a name =" 4.2.1 " ></a >
1414
15+ ## [ 6.0.0] ( https://github.com/mljs/kmeans/compare/v5.0.0...v6.0.0 ) (2023-02-24)
16+
17+
18+ ### ⚠ BREAKING CHANGES
19+
20+ * remove withIterations options and instead export generatorKmeans
21+
22+ ### Miscellaneous Chores
23+
24+ * setup project with TypeScript ([ #18 ] ( https://github.com/mljs/kmeans/issues/18 ) ) ([ 878bf1c] ( https://github.com/mljs/kmeans/commit/878bf1c9accef575ac48a35b71be18ac30adbe4a ) )
25+
1526## [ 4.2.1] ( https://github.com/mljs/kmeans/compare/v4.2.0...v4.2.1 ) (2018-08-15)
1627
1728<a name =" 4.2.0 " ></a >
Original file line number Diff line number Diff line change 11{
22 "name" : " ml-kmeans" ,
3- "version" : " 5 .0.0" ,
3+ "version" : " 6 .0.0" ,
44 "description" : " K-Means clustering" ,
55 "main" : " ./lib/kmeans.js" ,
66 "module" : " ./lib-esm/kmeans.js" ,
You can’t perform that action at this time.
0 commit comments