Skip to content

v0.11.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 06 Jun 07:55
· 363 commits to master since this release
v0.11.0

v0.11.0 (2019-06-06)

Diff since v0.10.3

Breaking changes

  • Remove deprecated functionality (#600, #601)

New features

  • Add SHermitianCompact (#358)
  • Support \ for SVD factorization (#613)
  • Support for svd(::StaticMatrix, full=true) (#596)
  • Allow using static arrays as index for views (#586)

Performance

  • Performance improvements for vecdot(x,y) (#603)
  • Improved A\B performance for size(A)=(2or3, 2or3) and size(B) = (2or3, n) (#584)
  • Added faster inverse for 4x4 matrices (#597)

Bug fixes and minor changes

  • Fix crash in eig() for diagonal 2x2 complex matrices (#615)
  • Fix README examples for current Julia (#611)
  • Test on julia version 1.2 (#610)
  • Fix constructor for SVector{0} from Array (#608)
  • Fix A\B where A is nonsquare (#607)
  • Allow empty indexing of zero-dimensional MArrays (#581)
  • Fix for zero dimensional broadcast! (#590)

Changelog

Closed issues:

  • eigen of diagonal Hermitian with Complex eltype (#614)
  • Missing \ methods (#606)
  • Difference to arrays with respect to indexing with \[\] (#604)
  • Static Array/Vector isn't isbits (#598)
  • Cannot use static arrays as indices for views (#587)
  • Indexing of zero-dimensional MArrays (#580)
  • SVector{0}(::Vector) will not construct (#520)
  • Performance of SMatrix(::StaticMatrix) (#356)

Merged pull requests: