File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Nak currently provides implementations for k-means clustering and supervised lea
1010
1111See [ the Nak wiki] ( https://github.com/scalanlp/nak/wiki ) for (some preliminary and unfortunately sparse) documentation.
1212
13- The latest stable release of Nak is 1.2.0 . Changes from the previous release include:
13+ The latest stable release of Nak is 1.2.1 . Changes from the previous release include:
1414
1515* breeze-learn pulled into Nak
1616* K-means from breeze-learn and Nak merged.
@@ -22,14 +22,14 @@ See the [CHANGELOG](https://github.com/scalanlp/nak/wiki/CHANGELOG) for changes
2222
2323In SBT:
2424
25- libraryDependencies += "org.scalanlp" % "nak" % "1.2.0 "
25+ libraryDependencies += "org.scalanlp" % "nak" % "1.2.1 "
2626
2727In Maven:
2828
2929 <dependency>
3030 <groupId>org.scalanlp</groupId>
3131 <artifactId>nak</artifactId>
32- <version>1.2.0 </version>
32+ <version>1.2.1 </version>
3333 </dependency>
3434
3535
Original file line number Diff line number Diff line change 11name := " nak"
22
3- version := " 1.2.1-SNAPSHOT "
3+ version := " 1.2.1"
44
55organization := " org.scalanlp"
66
You can’t perform that action at this time.
0 commit comments