Skip to content

Commit

Permalink
1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Jun 13, 2013
1 parent 3950c8f commit 711b384
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 30 deletions.
7 changes: 7 additions & 0 deletions Changes.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@


## Changes for 1.5.0 ## ## Changes for 1.5.0 ##


### Bugfixes ###

* Issue 157: when `transform-with` was used with Matrix, then source data was modified instead of working on copy of data
* Issue 160: when 2-arguments version of `solve` was used, the exception was thrown

## Changes for 1.5.0 ##

### Enhancements ### ### Enhancements ###


* incanter-core's matrix uses native BLAS through jBLAS/Clatrix - this greatly improves performance (on 64-bit Linux see "Known issues" section). * incanter-core's matrix uses native BLAS through jBLAS/Clatrix - this greatly improves performance (on 64-bit Linux see "Known issues" section).
Expand Down
4 changes: 2 additions & 2 deletions modules/incanter-charts/project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject incanter/incanter-charts "1.5.1-SNAPSHOT" (defproject incanter/incanter-charts "1.5.1"
:description "Incanter-charts is the JFreeChart module of the Incanter project." :description "Incanter-charts is the JFreeChart module of the Incanter project."
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"} :scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:dependencies [[incanter/incanter-io "1.5.1-SNAPSHOT"] :dependencies [[incanter/incanter-io "1.5.1"]
[incanter/jfreechart "1.0.13-no-gnujaxp"] [incanter/jfreechart "1.0.13-no-gnujaxp"]
[clj-time "0.5.0" :exclusions [org.clojure/clojure]]] [clj-time "0.5.0" :exclusions [org.clojure/clojure]]]
) )
2 changes: 1 addition & 1 deletion modules/incanter-core/project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject incanter/incanter-core "1.5.1-SNAPSHOT" (defproject incanter/incanter-core "1.5.1"
:description "Incanter-core is the core module of the Incanter project." :description "Incanter-core is the core module of the Incanter project."
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
Expand Down
4 changes: 2 additions & 2 deletions modules/incanter-excel/project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject incanter/incanter-excel "1.5.1-SNAPSHOT" (defproject incanter/incanter-excel "1.5.1"
:description "Incanter-excel provides access to reading and writing Excel files." :description "Incanter-excel provides access to reading and writing Excel files."
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"} :scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:dependencies [[incanter/incanter-core "1.5.1-SNAPSHOT"] :dependencies [[incanter/incanter-core "1.5.1"]
[org.clojure/clojure "1.5.1"] [org.clojure/clojure "1.5.1"]
[org.apache.poi/poi-ooxml "3.9"]] [org.apache.poi/poi-ooxml "3.9"]]
) )
4 changes: 2 additions & 2 deletions modules/incanter-io/project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject incanter/incanter-io "1.5.1-SNAPSHOT" (defproject incanter/incanter-io "1.5.1"
:description "Incanter-io is the I/O module of the Incanter project." :description "Incanter-io is the I/O module of the Incanter project."
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"} :scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:dependencies [[incanter/incanter-core "1.5.1-SNAPSHOT"] :dependencies [[incanter/incanter-core "1.5.1"]
[org.clojure/clojure "1.5.1"] [org.clojure/clojure "1.5.1"]
;; TODO: switch to data.csv? ;; TODO: switch to data.csv?
[net.sf.opencsv/opencsv "2.3"] [net.sf.opencsv/opencsv "2.3"]
Expand Down
4 changes: 2 additions & 2 deletions modules/incanter-latex/project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject incanter/incanter-latex "1.5.1-SNAPSHOT" (defproject incanter/incanter-latex "1.5.1"
:description "Library for rendering LaTeX math equations using the jLateXMath library." :description "Library for rendering LaTeX math equations using the jLateXMath library."
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"} :scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:dependencies [[incanter/incanter-charts "1.5.1-SNAPSHOT"] :dependencies [[incanter/incanter-charts "1.5.1"]
[org.clojure/clojure "1.5.1"] [org.clojure/clojure "1.5.1"]
[org.scilab.forge/jlatexmath "0.9.6"]] [org.scilab.forge/jlatexmath "0.9.6"]]
) )
4 changes: 2 additions & 2 deletions modules/incanter-mongodb/project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject incanter/incanter-mongodb "1.5.1-SNAPSHOT" (defproject incanter/incanter-mongodb "1.5.1"
:description "Incanter-mongodb is the MongoDB module of the Incanter project." :description "Incanter-mongodb is the MongoDB module of the Incanter project."
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"} :scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:dependencies [[incanter/incanter-core "1.5.1-SNAPSHOT"] :dependencies [[incanter/incanter-core "1.5.1"]
[org.clojure/clojure "1.5.1"] [org.clojure/clojure "1.5.1"]
[congomongo "0.3.3" [congomongo "0.3.3"
:exclusions [org.clojure/clojure :exclusions [org.clojure/clojure
Expand Down
4 changes: 2 additions & 2 deletions modules/incanter-pdf/project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject incanter/incanter-pdf "1.5.1-SNAPSHOT" (defproject incanter/incanter-pdf "1.5.1"
:description "Incanter-pdf is the PDF module of the Incanter project." :description "Incanter-pdf is the PDF module of the Incanter project."
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"} :scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:dependencies [[incanter/incanter-charts "1.5.1-SNAPSHOT"] :dependencies [[incanter/incanter-charts "1.5.1"]
[org.clojure/clojure "1.5.1"] [org.clojure/clojure "1.5.1"]
[com.lowagie/itext "2.1.7"]] [com.lowagie/itext "2.1.7"]]
) )
4 changes: 2 additions & 2 deletions modules/incanter-sql/project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject incanter/incanter-sql "1.5.1-SNAPSHOT" (defproject incanter/incanter-sql "1.5.1"
:description "Database interaction via ClojureQL" :description "Database interaction via ClojureQL"
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"} :scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:dependencies [[incanter/incanter-core "1.5.1-SNAPSHOT"] :dependencies [[incanter/incanter-core "1.5.1"]
[org.clojure/clojure "1.5.1"] [org.clojure/clojure "1.5.1"]
[clojureql "1.0.4" :exclusions [org.clojure/clojure]] [clojureql "1.0.4" :exclusions [org.clojure/clojure]]
] ]
Expand Down
4 changes: 2 additions & 2 deletions modules/incanter-svg/project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject incanter/incanter-svg "1.5.1-SNAPSHOT" (defproject incanter/incanter-svg "1.5.1"
:description "Incanter-svg is the SVG module of the Incanter project." :description "Incanter-svg is the SVG module of the Incanter project."
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"} :scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:dependencies [[incanter/incanter-charts "1.5.1-SNAPSHOT"] :dependencies [[incanter/incanter-charts "1.5.1"]
[org.clojure/clojure "1.5.1"] [org.clojure/clojure "1.5.1"]
[org.apache.xmlgraphics/batik-dom "1.7"] [org.apache.xmlgraphics/batik-dom "1.7"]
[org.apache.xmlgraphics/batik-svggen "1.7"] [org.apache.xmlgraphics/batik-svggen "1.7"]
Expand Down
4 changes: 2 additions & 2 deletions modules/incanter-zoo/project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject incanter/incanter-zoo "1.5.1-SNAPSHOT" (defproject incanter/incanter-zoo "1.5.1"
:description "Incanter Zoo is a port of Zoo from R." :description "Incanter Zoo is a port of Zoo from R."
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"} :scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:dependencies [[incanter/incanter-io "1.5.1-SNAPSHOT"] :dependencies [[incanter/incanter-io "1.5.1"]
[org.clojure/clojure "1.5.1"] [org.clojure/clojure "1.5.1"]
[clj-time "0.5.0" [clj-time "0.5.0"
:exclusions [org.clojure/clojure :exclusions [org.clojure/clojure
Expand Down
22 changes: 11 additions & 11 deletions project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,20 +1,20 @@
(defproject incanter "1.5.1-SNAPSHOT" (defproject incanter "1.5.1"
:description "Incanter is a Clojure-based, R-like statistical programming and data visualization environment." :description "Incanter is a Clojure-based, R-like statistical programming and data visualization environment."
:url "http://incanter.org/" :url "http://incanter.org/"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"} :scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:dependencies [[incanter/incanter-core "1.5.1-SNAPSHOT"] :dependencies [[incanter/incanter-core "1.5.1"]
[incanter/incanter-io "1.5.1-SNAPSHOT"] [incanter/incanter-io "1.5.1"]
[incanter/incanter-charts "1.5.1-SNAPSHOT"] [incanter/incanter-charts "1.5.1"]
[incanter/incanter-mongodb "1.5.1-SNAPSHOT"] [incanter/incanter-mongodb "1.5.1"]
[incanter/incanter-pdf "1.5.1-SNAPSHOT"] [incanter/incanter-pdf "1.5.1"]
[incanter/incanter-svg "1.5.1-SNAPSHOT"] [incanter/incanter-svg "1.5.1"]
[incanter/incanter-latex "1.5.1-SNAPSHOT"] [incanter/incanter-latex "1.5.1"]
[incanter/incanter-excel "1.5.1-SNAPSHOT"] [incanter/incanter-excel "1.5.1"]
[incanter/incanter-sql "1.5.1-SNAPSHOT"] [incanter/incanter-sql "1.5.1"]
[incanter/incanter-zoo "1.5.1-SNAPSHOT"] [incanter/incanter-zoo "1.5.1"]
[org.clojure/clojure "1.5.1"] [org.clojure/clojure "1.5.1"]
[swingrepl "1.3.0" [swingrepl "1.3.0"
:exclusions [org.clojure/clojure :exclusions [org.clojure/clojure
Expand Down

0 comments on commit 711b384

Please sign in to comment.