Skip to content

Commit 23eed31

Browse files
authored
Release note 0.12.0
1 parent bd92dea commit 23eed31

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
Unreleased
2-
===========
1+
0.12.0 - 14 Oct 2019
2+
====================
3+
4+
Added
5+
-----
6+
- SVD by divide-and-conquer [#164](../../pull/164)
7+
- Householder reflection [#154](../../pull/154), Arnoldi iteration [#155](../../pull/155)
38

4-
- none
9+
Changed
10+
----------
11+
- Replace `operator::Operator*` traits by new `LinearOperator trait` [#159](../../pull/159)
12+
- ndarray 0.13.0 [#172](../../pull/172)
13+
- blas-src 0.4.0, lapack-src 0.4.0, openblas-src 0.7.0 [#174](../../pull/174)
14+
- restore `static` feature flag
515

616
0.11.1 - 12 June 2019
717
---------------------

0 commit comments

Comments
 (0)