Skip to content

Commit 073727a

Browse files
committed
Cleanup
1 parent 1914c01 commit 073727a

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,31 @@ Added
2323

2424
Changed
2525
--------
26+
- Dual license, MIT or Apache-2.0 License https://github.com/rust-ndarray/ndarray-linalg/pull/262
2627
- Revise tests for least-square problem https://github.com/rust-ndarray/ndarray-linalg/pull/227
27-
- New features for static linking https://github.com/rust-ndarray/ndarray-linalg/pull/204
28-
- intel-mkl-src 0.6.0+mkl2020.1
29-
- Drop LAPACKE dependence https://github.com/rust-ndarray/ndarray-linalg/pull/206
30-
- Cholesky https://github.com/rust-ndarray/ndarray-linalg/pull/225
31-
- Eigenvalue for general matrix https://github.com/rust-ndarray/ndarray-linalg/pull/212
32-
- Eigenvalue for symmetric/Hermitian matrix https://github.com/rust-ndarray/ndarray-linalg/pull/217
33-
- least squares problem https://github.com/rust-ndarray/ndarray-linalg/pull/220
34-
- QR decomposition https://github.com/rust-ndarray/ndarray-linalg/pull/224
35-
- LU decomposition https://github.com/rust-ndarray/ndarray-linalg/pull/213
36-
- LDL decomposition https://github.com/rust-ndarray/ndarray-linalg/pull/216
37-
- SVD https://github.com/rust-ndarray/ndarray-linalg/pull/218
38-
- SVD divid-and-conquer https://github.com/rust-ndarray/ndarray-linalg/pull/219
39-
- Tridiagonal https://github.com/rust-ndarray/ndarray-linalg/pull/235
40-
- Named struct for `MatrixLayout` https://github.com/rust-ndarray/ndarray-linalg/pull/211
28+
- Support static link to LAPACK backend https://github.com/rust-ndarray/ndarray-linalg/pull/204
29+
- Drop LAPACKE dependence, and rewrite them in Rust (see below) https://github.com/rust-ndarray/ndarray-linalg/pull/206
30+
- Named record like `C { row: i32, lda: i32 }` instead of enum for `MatrixLayout` https://github.com/rust-ndarray/ndarray-linalg/pull/211
4131
- Split LAPACK error into computational failure and invalid values https://github.com/rust-ndarray/ndarray-linalg/pull/210
4232
- Use thiserror crate https://github.com/rust-ndarray/ndarray-linalg/pull/208
43-
- Fix for clippy, and add CI check https://github.com/rust-ndarray/ndarray-linalg/pull/205
33+
34+
### LAPACKE rewrite
35+
36+
- Cholesky https://github.com/rust-ndarray/ndarray-linalg/pull/225
37+
- Eigenvalue for general matrix https://github.com/rust-ndarray/ndarray-linalg/pull/212
38+
- Eigenvalue for symmetric/Hermitian matrix https://github.com/rust-ndarray/ndarray-linalg/pull/217
39+
- least squares problem https://github.com/rust-ndarray/ndarray-linalg/pull/220
40+
- QR decomposition https://github.com/rust-ndarray/ndarray-linalg/pull/224
41+
- LU decomposition https://github.com/rust-ndarray/ndarray-linalg/pull/213
42+
- LDL decomposition https://github.com/rust-ndarray/ndarray-linalg/pull/216
43+
- SVD https://github.com/rust-ndarray/ndarray-linalg/pull/218
44+
- SVD divid-and-conquer https://github.com/rust-ndarray/ndarray-linalg/pull/219
45+
- Tridiagonal https://github.com/rust-ndarray/ndarray-linalg/pull/235
4446

4547
Maintenance
4648
-----------
4749
- Coverage report using codecov https://github.com/rust-ndarray/ndarray-linalg/pull/215
50+
- Fix for clippy, and add CI check https://github.com/rust-ndarray/ndarray-linalg/pull/205
4851

4952
0.12.1 - 28 June 2020
5053
======================

0 commit comments

Comments
 (0)