Skip to content

Commit d611079

Browse files
committed
Add many changelog
1 parent e0664f1 commit d611079

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,35 @@
1-
Unreleased
2-
-----------
1+
Unreleased (will be 0.13.0)
2+
----------------------------
33

44
Added
55
------
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
77
- cargo-workspace https://github.com/rust-ndarray/ndarray-linalg/pull/209
88

99
Changed
1010
--------
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
1124
- Named struct for `MatrixLayout` https://github.com/rust-ndarray/ndarray-linalg/pull/211
1225
- Split LAPACK error into computational failure and invalid values https://github.com/rust-ndarray/ndarray-linalg/pull/210
1326
- Use thiserror crate https://github.com/rust-ndarray/ndarray-linalg/pull/208
1427
- Fix for clippy, and add CI check https://github.com/rust-ndarray/ndarray-linalg/pull/205
1528

29+
Maintenance
30+
-----------
31+
- Coverage report using codecov https://github.com/rust-ndarray/ndarray-linalg/pull/215
32+
1633
0.12.1 - 28 June 2020
1734
----------------------
1835

0 commit comments

Comments
 (0)