Skip to content

Commit

Permalink
Merge branch 'v0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Aug 22, 2017
2 parents 278a7bf + 76db9b1 commit 9b8fd25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[package]
name = "ndarray-linalg"
version = "0.5.4"
version = "0.6.0"
authors = ["Toshiki Teramura <[email protected]>"]

description = "Linear algebra package for rust-ndarray using LAPACK"
documentation = "https://docs.rs/ndarray-linalg/"
repository = "https://github.com/termoshtt/ndarray-linalg"
keywords = ["ndarray", "lapack", "matrix"]
license = "MIT"
readme = "README.md"
categories = ["Science"]

[features]
default = ["openblas-static"]
Expand All @@ -26,7 +28,7 @@ num-traits = "0.1"
num-complex = "0.1"

[dependencies.ndarray]
version = "0.9"
version = "0.10"
default-features = false
features = ["blas"]

Expand Down

0 comments on commit 9b8fd25

Please sign in to comment.