Skip to content

Commit 9a2aece

Browse files
committed
Merge branch 'release-0.1.1'
2 parents 924c81b + f5bd52f commit 9a2aece

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[package]
22
name = "ndarray-linalg"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Toshiki Teramura <[email protected]>"]
55

66
description = "Linear algebra package for rust-ndarray using LAPACK"
7-
documentation = "https://termoshtt.github.io/ndarray-linalg/ndarray_linalg/index.html"
7+
documentation = "https://docs.rs/ndarray-linalg/"
88
repository = "https://github.com/termoshtt/ndarray-linalg"
99
keywords = ["ndarray", "lapack", "matrix"]
1010
license = "MIT"
1111

1212
[dependencies]
13-
ndarray = "0.6.8"
14-
lapack = "0.11.0"
15-
num-traits = "0.1.36"
13+
ndarray = "^0.6"
14+
lapack = "^0.11"
15+
num-traits = "^0.1"
1616

1717
[dev-dependencies]
18-
rand = "0.3.14"
19-
ndarray-rand = "0.2.0"
18+
rand = "^0.3"
19+
ndarray-rand = "^0.2"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ndarray-linalg [![Document](https://img.shields.io/badge/document-0.1-blue.svg)](https://termoshtt.github.io/ndarray-linalg/ndarray_linalg/index.html) [![wercker status](https://app.wercker.com/status/a45df26fa97eab7debf53b32fc576b35/s/master "wercker status")](https://app.wercker.com/project/byKey/a45df26fa97eab7debf53b32fc576b35)
1+
ndarray-linalg [![Crate](http://meritbadge.herokuapp.com/ndarray-linalg)](https://crates.io/crates/ndarray-linalg) [![docs.rs](https://docs.rs/ndarray-linalg/badge.svg)](https://docs.rs/ndarray-linalg) [![wercker status](https://app.wercker.com/status/a45df26fa97eab7debf53b32fc576b35/s/master "wercker status")](https://app.wercker.com/project/byKey/a45df26fa97eab7debf53b32fc576b35)
22
===============
33
Linear algebra package for [rust-ndarray](https://github.com/bluss/rust-ndarray) using LAPACK via [stainless-steel/lapack](https://github.com/stainless-steel/lapack)
44

0 commit comments

Comments
 (0)