Releases: rust-ndarray/ndarray-linalg
Releases · rust-ndarray/ndarray-linalg
Release 0.11.0
Added
- Dependency to cauchy 0.2 #139
generate::random_{unitary,regular}
for debug use #140krylov
submodule
Removed
static
feature #136- See README for detail
accelerate
feature #141- Dependencies to derive-new, procedurals
Changed
- Switch CI service: Circle CI -> Azure Pipeline #141
- submodule
lapack_traits
is renamed tolapack
#139 ndarray_linalg::Scalar
trait is split into two parts #139- cauchy::Scalar is a refined real/complex common trait
lapack::Lapack
is a trait for primitive types which LAPACK supports
- Error type becomes simple #118 #127
- Assertions becomes more verbose #147
- blas-src 0.3, lapack-src 0.3
- intel-mkl-src becomes 0.4, which supports Windows! #146
Release 0.9.0
Release v0.8.0
- #92 Add intel-mkl backend
- #95 Switch to LAPACKE backend through blas-lapack-rs/lapacke
Release 0.7.1
New Feature
- reciprocal condition number
rcond
#90
Release v0.7.0
Breaking Changes
- Rename
*_mut
to*_inplace
#83, #84 - Rename
Absolute::squared()
toAbsolute::abs_sqr()
#79 - The name of the traits and structs in
solve
andsolveh
modules #81
New Features
Implementation issues
- use
procedurals
instead ofenum-error-derive
#86
You can see the complete list at v0.7.0 Milestone page.