|
1 |
| -Unreleased |
2 |
| ------------ |
| 1 | +Unreleased (will be 0.13.0) |
| 2 | +---------------------------- |
3 | 3 |
|
4 | 4 | Added
|
5 | 5 | ------
|
6 |
| -- lax sub-crate from `ndarray_linalg::lapack` https://github.com/rust-ndarray/ndarray-linalg/pull/207 |
| 6 | +- Split out `ndarray_linalg::lapack` as "lax" crate https://github.com/rust-ndarray/ndarray-linalg/pull/207 |
7 | 7 | - cargo-workspace https://github.com/rust-ndarray/ndarray-linalg/pull/209
|
8 | 8 |
|
9 | 9 | Changed
|
10 | 10 | --------
|
| 11 | +- Revise tests for least-square problem https://github.com/rust-ndarray/ndarray-linalg/pull/227 |
| 12 | +- New features for static linking https://github.com/rust-ndarray/ndarray-linalg/pull/204 |
| 13 | +- Drop LAPACKE dependence https://github.com/rust-ndarray/ndarray-linalg/pull/206 |
| 14 | + - Cholesky https://github.com/rust-ndarray/ndarray-linalg/pull/225 |
| 15 | + - Eigenvalue for general matrix https://github.com/rust-ndarray/ndarray-linalg/pull/212 |
| 16 | + - Eigenvalue for symmetric/Hermitian matrix https://github.com/rust-ndarray/ndarray-linalg/pull/217 |
| 17 | + - least squares problem https://github.com/rust-ndarray/ndarray-linalg/pull/220 |
| 18 | + - QR decomposition https://github.com/rust-ndarray/ndarray-linalg/pull/224 |
| 19 | + - LU decomposition https://github.com/rust-ndarray/ndarray-linalg/pull/213 |
| 20 | + - LDL decomposition https://github.com/rust-ndarray/ndarray-linalg/pull/216 |
| 21 | + - SVD https://github.com/rust-ndarray/ndarray-linalg/pull/218 |
| 22 | + - SVD divid-and-conquer https://github.com/rust-ndarray/ndarray-linalg/pull/219 |
| 23 | + - Tridiagonal https://github.com/rust-ndarray/ndarray-linalg/pull/235 |
11 | 24 | - Named struct for `MatrixLayout` https://github.com/rust-ndarray/ndarray-linalg/pull/211
|
12 | 25 | - Split LAPACK error into computational failure and invalid values https://github.com/rust-ndarray/ndarray-linalg/pull/210
|
13 | 26 | - Use thiserror crate https://github.com/rust-ndarray/ndarray-linalg/pull/208
|
14 | 27 | - Fix for clippy, and add CI check https://github.com/rust-ndarray/ndarray-linalg/pull/205
|
15 | 28 |
|
| 29 | +Maintenance |
| 30 | +----------- |
| 31 | +- Coverage report using codecov https://github.com/rust-ndarray/ndarray-linalg/pull/215 |
| 32 | + |
16 | 33 | 0.12.1 - 28 June 2020
|
17 | 34 | ----------------------
|
18 | 35 |
|
|
0 commit comments