Skip to content

Release 0.11.0

Compare
Choose a tag to compare
@termoshtt termoshtt released this 11 Jun 17:32
· 639 commits to master since this release

Added

  • Dependency to cauchy 0.2 #139
  • generate::random_{unitary,regular} for debug use #140
  • krylov submodule
    • modified Gram-Schmit #149, #150
    • Krylov subspace methods are not implemented yet.

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 to lapack #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