Skip to content

Commit 3dcced6

Browse files
committed
Add lapack update notice
1 parent 3482e4a commit 3dcced6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,21 @@ Unreleased (will be 0.13.0)
33

44
https://github.com/rust-ndarray/ndarray-linalg/milestone/5
55

6-
Added
7-
------
8-
- Split out `ndarray_linalg::lapack` as "lax" crate https://github.com/rust-ndarray/ndarray-linalg/pull/207
9-
- cargo-workspace https://github.com/rust-ndarray/ndarray-linalg/pull/209
10-
116
Updated dependencies
127
---------------------
138
- ndarray 0.14 https://github.com/rust-ndarray/ndarray-linalg/pull/258
14-
- cauchy 0.3.0 https://github.com/rust-ndarray/ndarray-linalg/pull/260
15-
- num-complex 0.3.1
16-
- rand 0.7.3
9+
- cauchy 0.3.0 (num-complex 0.3.1, rand 0.7.3), lapack 0.17.0 https://github.com/rust-ndarray/ndarray-linalg/pull/260
1710

1811
### optional dependencies
1912

2013
- openblas-src 0.10.2 https://github.com/rust-ndarray/ndarray-linalg/pull/253
2114
- intel-mkl-src 0.6.0 https://github.com/rust-ndarray/ndarray-linalg/pull/204
2215

16+
Added
17+
------
18+
- Split out `ndarray_linalg::lapack` as "lax" crate https://github.com/rust-ndarray/ndarray-linalg/pull/207
19+
- cargo-workspace https://github.com/rust-ndarray/ndarray-linalg/pull/209
20+
2321
Changed
2422
--------
2523
- Revise tests for least-square problem https://github.com/rust-ndarray/ndarray-linalg/pull/227

0 commit comments

Comments
 (0)