releases v2.1.0

This commit is contained in:
Ben Mabey 2012-03-26 12:22:15 -06:00
parent dc12081b4a
commit 4a1a20524e
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# clj-ml History
## v0.2.1 - 2012-03-26
* Weight information of an instance is attached as metadata when converting to a map.
## v0.2.0 - 2012-02-06
* Upgraded to clojure 1.3.

View file

@ -1,4 +1,4 @@
(defproject com.leadtune/clj-ml "0.2.0"
(defproject com.leadtune/clj-ml "0.2.1"
:description "Machine Learning library for Clojure built around Weka and friends"
:repositories {"leadtune-repo" "http://c0026236.cdn1.cloudfiles.rackspacecloud.com/repo"}
:aoc "src/java"