releases v0.2.2 for maven changes

This commit is contained in:
Ben Mabey 2012-03-27 14:50:30 -06:00
parent 82a70f28ad
commit 73ce5c1a7d
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# clj-ml History
## v0.2.2 - 2012-03-27
* Maven repo changes.
## v0.2.1 - 2012-03-26
* Weight information of an instance is attached as metadata when converting to a map.

View file

@ -16,7 +16,7 @@ git clone the project, then run:
### Installing from Clojars
[org.clojars.bmabey/clj-ml "0.1.4"]
[org.clojars.bmabey/clj-ml "0.2.2"]
### Installing from Maven
@ -25,7 +25,7 @@ git clone the project, then run:
<dependency>
<groupId>clj-ml</groupId>
<artifactId>clj-ml</artifactId>
<version>0.1.4</version>
<version>0.2.2</version>
</dependency>
## Supported algorithms