Release v0.14.0
This commit is contained in:
parent
a669d3e6ea
commit
7b249f8966
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nalgebra"
|
name = "nalgebra"
|
||||||
version = "0.13.1"
|
version = "0.14.0"
|
||||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||||
|
|
||||||
description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."
|
description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."
|
||||||
|
|
|
@ -21,7 +21,7 @@ netlib = ["lapack/netlib"]
|
||||||
accelerate = ["lapack/accelerate"]
|
accelerate = ["lapack/accelerate"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nalgebra = { version = "0.13", path = ".." }
|
nalgebra = { version = "0.14", path = ".." }
|
||||||
num-traits = "0.1"
|
num-traits = "0.1"
|
||||||
num-complex = "0.1"
|
num-complex = "0.1"
|
||||||
alga = "0.5"
|
alga = "0.5"
|
||||||
|
@ -34,7 +34,7 @@ version = "0.11"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
nalgebra = { version = "0.13", path = "..", features = [ "arbitrary" ] }
|
nalgebra = { version = "0.14", path = "..", features = [ "arbitrary" ] }
|
||||||
quickcheck = "0.4"
|
quickcheck = "0.4"
|
||||||
approx = "0.1"
|
approx = "0.1"
|
||||||
rand = "0.3"
|
rand = "0.4"
|
||||||
|
|
Loading…
Reference in New Issue