Skip to content

Commit ef4daff

Browse files
committed
Remove version info
1 parent 048d588 commit ef4daff

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,15 @@ ndarray-linalg
66

77
Linear algebra package for [rust-ndarray](https://github.com/bluss/rust-ndarray) using LAPACK via [stainless-steel/lapack](https://github.com/stainless-steel/lapack)
88

9-
Examples
10-
---------
11-
See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/examples) directory.
9+
Dependencies
10+
-------------
1211

13-
Versions
14-
---------
12+
- [bluss/rust-ndarray](https://github.com/bluss/rust-ndarray)
13+
- [stainless-steel/lapack](https://github.com/stainless-steel/lapack)
1514

16-
- v0.5.0
17-
- **Breaking Change** Rewrite all algorithms to support complex numbers and general `ArrayBase`
15+
and more (See Cargo.toml).
1816

19-
- v0.4.1
20-
- ADD: assertion [#31](https://github.com/termoshtt/ndarray-linalg/pull/31)
17+
Examples
18+
---------
19+
See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/examples) directory.
2120

22-
- v0.4.0
23-
- MOD: use ndarray v0.9

0 commit comments

Comments
 (0)