@@ -3,66 +3,67 @@ Unreleased
33
44Added
55------
6- - LOBPCG solver [ # 184 ] ( ../../ pull/184)
6+ - LOBPCG solver https://github.com/rust-ndarray/ndarray-linalg/ pull/184
77
88Changed
99-------
10- - ` Clone ` trait for ` LUFactorized ` [ # 192 ] ( ../../ pull/192)
10+ - ` Clone ` trait for ` LUFactorized ` https://github.com/rust-ndarray/ndarray-linalg/ pull/192
1111
1212Maintenance
1313-----------
14- - Use GitHub Actions instead of Azure Pipeline [ # 193 ] ( ../../ pull/193)
15- - Test cargo-fmt on CI [ # 194 ] ( ../../ pull/194)
14+ - Use GitHub Actions instead of Azure Pipeline https://github.com/rust-ndarray/ndarray-linalg/ pull/193
15+ - Test cargo-fmt on CI https://github.com/rust-ndarray/ndarray-linalg/ pull/194
1616
17170.12.0 - 14 Oct 2019
1818====================
1919
2020Added
2121-----
22- - SVD by divide-and-conquer [ #164 ] ( ../../pull/164 )
23- - Householder reflection [ #154 ] ( ../../pull/154 ) , Arnoldi iteration [ #155 ] ( ../../pull/155 )
22+ - SVD by divide-and-conquer https://github.com/rust-ndarray/ndarray-linalg/pull/164
23+ - Householder reflection https://github.com/rust-ndarray/ndarray-linalg/pull/154
24+ - Arnoldi iteration https://github.com/rust-ndarray/ndarray-linalg/pull/155
2425
2526Changed
2627----------
27- - Replace ` operator::Operator* ` traits by new ` LinearOperator trait ` [ # 159 ] ( ../../ pull/159)
28- - ndarray 0.13.0 [ # 172 ] ( ../../ pull/172)
29- - blas-src 0.4.0, lapack-src 0.4.0, openblas-src 0.7.0 [ # 174 ] ( ../../ pull/174)
28+ - Replace ` operator::Operator* ` traits by new ` LinearOperator trait ` https://github.com/rust-ndarray/ndarray-linalg/ pull/159
29+ - ndarray 0.13.0 https://github.com/rust-ndarray/ndarray-linalg/ pull/172
30+ - blas-src 0.4.0, lapack-src 0.4.0, openblas-src 0.7.0 https://github.com/rust-ndarray/ndarray-linalg/ pull/174
3031- restore ` static ` feature flag
3132
32330.11.1 - 12 June 2019
3334---------------------
3435
35- - Hotfix for document generation [ # 153 ] ( ../../ pull/153)
36+ - Hotfix for document generation https://github.com/rust-ndarray/ndarray-linalg/ pull/153
3637
37380.11.0 - 12 June 2019
3839====================
3940
4041Added
4142--------
42- - Dependency to cauchy 0.2 [ # 139 ] ( ../../ pull/139)
43- - ` generate::random_{unitary,regular} ` for debug use [ # 140 ] ( ../../ pull/140)
43+ - Dependency to cauchy 0.2 https://github.com/rust-ndarray/ndarray-linalg/ pull/139
44+ - ` generate::random_{unitary,regular} ` for debug use https://github.com/rust-ndarray/ndarray-linalg/ pull/140
4445- ` krylov ` submodule
45- - modified Gram-Schmit [ # 149 ] ( ../../ pull/149) , [ # 150 ] ( ../../ pull/150)
46+ - modified Gram-Schmit https://github.com/rust-ndarray/ndarray-linalg/ pull/149 https://github.com/rust-ndarray/ndarray-linalg/ pull/150
4647 - Krylov subspace methods are not implemented yet.
4748
4849Removed
4950----------
50- - ` static ` feature [ # 136 ] ( ../../ pull/136)
51+ - ` static ` feature https://github.com/rust-ndarray/ndarray-linalg/ pull/136
5152 - See README for detail
52- - ` accelerate ` feature [ # 141 ] ( ../../ pull/141)
53+ - ` accelerate ` feature https://github.com/rust-ndarray/ndarray-linalg/ pull/141
5354- Dependencies to derive-new, procedurals
5455
5556Changed
5657---------
57- - Switch CI service: Circle CI -> Azure Pipeline [ # 141 ] ( ../../ pull/141)
58- - submodule ` lapack_traits ` is renamed to ` lapack ` [ # 139 ] ( ../../ pull/139)
59- - ` ndarray_linalg::Scalar ` trait is split into two parts [ # 139 ] ( ../../ pull/139)
58+ - Switch CI service: Circle CI -> Azure Pipeline https://github.com/rust-ndarray/ndarray-linalg/ pull/141
59+ - submodule ` lapack_traits ` is renamed to https://github.com/rust-ndarray/ndarray-linalg/ pull/139
60+ - ` ndarray_linalg::Scalar ` trait is split into two parts https://github.com/rust-ndarray/ndarray-linalg/ pull/139
6061 - [ cauchy::Scalar] ( https://docs.rs/cauchy/0.2.0/cauchy/trait.Scalar.html ) is a refined real/complex common trait
6162 - ` lapack::Lapack ` is a trait for primitive types which LAPACK supports
62- - Error type becomes simple [ # 118 ] ( ../../ pull/118) [ # 127 ] ( ../../ pull/127)
63- - Assertions becomes more verbose [ # 147 ] ( ../../ pull/147)
63+ - Error type becomes simple https://github.com/rust-ndarray/ndarray-linalg/ pull/118 https://github.com/rust-ndarray/ndarray-linalg/ pull/127
64+ - Assertions becomes more verbose https://github.com/rust-ndarray/ndarray-linalg/ pull/147
6465- blas-src 0.3, lapack-src 0.3
65- - intel-mkl-src becomes 0.4, which supports Windows! [ # 146 ] ( ../../ pull/146)
66+ - intel-mkl-src becomes 0.4, which supports Windows! https://github.com/rust-ndarray/ndarray-linalg/ pull/146
6667
67680.10.0 - 2 Sep 2018
6869=======
@@ -76,8 +77,8 @@ Update Dependencies
7677- openblas-src 0.6
7778- lapacke 0.2
7879
79- See also [ # 110 ] ( ../../ pull/110)
80+ See also https://github.com/rust-ndarray/ndarray-linalg/ pull/110
8081
8182Added
8283------
83- - serde-1 feature gate [ # 99 ] ( ../../ pull/99) , [ # 116 ] ( ../../ pull/116)
84+ - serde-1 feature gate https://github.com/rust-ndarray/ndarray-linalg/ pull/99, https://github.com/rust-ndarray/ndarray-linalg/ pull/116
0 commit comments