Skip to content

ndarray-linalg-0.14.0

Compare
Choose a tag to compare
@termoshtt termoshtt released this 17 Jul 13:40
· 182 commits to master since this release

0.14.0 - 17 July 2021

Updated dependencies

  • ndarray 0.15 #273
  • cauchy 0.4 (num-complex 0.4, rand 0.8), lapack 0.18 #276

Fixed

  • Fix memory layout of the output of inverse of LUFactorized #297
  • Fix Eig for column-major arrays with real elements #298
  • Fix Solve::solve_h_* for complex inputs with standard layout #296
  • Add checks for matching shapes in Solve, SolveH, and EighInplace #290

Changed

  • Avoid unnecessary calculation of eigenvectors in EigVals::eigvals and relax the DataMut bound #286
  • Add basic documentation for eigh module #283
  • Port usage of uninitialized to build_uninit #287
  • Relax type bounds for LeastSquaresSvd family #272