Release v0.14.0

This commit is contained in:
Sébastien Crozet 2018-02-03 14:21:31 +01:00
parent a669d3e6ea
commit 7b249f8966
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra"
version = "0.13.1"
version = "0.14.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."

View File

@ -21,7 +21,7 @@ netlib = ["lapack/netlib"]
accelerate = ["lapack/accelerate"]
[dependencies]
nalgebra = { version = "0.13", path = ".." }
nalgebra = { version = "0.14", path = ".." }
num-traits = "0.1"
num-complex = "0.1"
alga = "0.5"
@ -34,7 +34,7 @@ version = "0.11"
default-features = false
[dev-dependencies]
nalgebra = { version = "0.13", path = "..", features = [ "arbitrary" ] }
nalgebra = { version = "0.14", path = "..", features = [ "arbitrary" ] }
quickcheck = "0.4"
approx = "0.1"
rand = "0.3"
rand = "0.4"