We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd92dea commit 23eed31Copy full SHA for 23eed31
CHANGELOG.md
@@ -1,7 +1,17 @@
1
-Unreleased
2
-===========
+0.12.0 - 14 Oct 2019
+====================
3
+
4
+Added
5
+-----
6
+- SVD by divide-and-conquer [#164](../../pull/164)
7
+- Householder reflection [#154](../../pull/154), Arnoldi iteration [#155](../../pull/155)
8
-- 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
15
16
0.11.1 - 12 June 2019
17
---------------------
0 commit comments