File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ndarray-linalg"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [
" Toshiki Teramura <[email protected] >" ]
5
5
6
6
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/"
8
8
repository = " https://github.com/termoshtt/ndarray-linalg"
9
9
keywords = [" ndarray" , " lapack" , " matrix" ]
10
10
license = " MIT"
11
11
12
12
[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"
16
16
17
17
[dev-dependencies ]
18
- rand = " 0.3.14 "
19
- ndarray-rand = " 0.2.0 "
18
+ rand = " ^ 0.3"
19
+ ndarray-rand = " ^ 0.2"
Original file line number Diff line number Diff line change 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 )
2
2
===============
3
3
Linear algebra package for [ rust-ndarray] ( https://github.com/bluss/rust-ndarray ) using LAPACK via [ stainless-steel/lapack] ( https://github.com/stainless-steel/lapack )
4
4
You can’t perform that action at this time.
0 commit comments