Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Nak version in README to latest (1.3) #49

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Nak currently provides implementations for k-means clustering and supervised lea

See [the Nak wiki](https://github.com/scalanlp/nak/wiki) for (some preliminary and unfortunately sparse) documentation.

The latest stable release of Nak is 1.2.1. Changes from the previous release include:
The latest stable release of Nak is 1.3. Changes from the previous release include:

* breeze-learn pulled into Nak
* K-means from breeze-learn and Nak merged.
Expand All @@ -22,14 +22,14 @@ See the [CHANGELOG](https://github.com/scalanlp/nak/wiki/CHANGELOG) for changes

In SBT:

libraryDependencies += "org.scalanlp" % "nak" % "1.2.1"
libraryDependencies += "org.scalanlp" %% "nak" % "1.3"

In Maven:

<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>nak</artifactId>
<version>1.2.1</version>
<version>1.3</version>
</dependency>


Expand Down