Skip to content

StaticArrays 0.6.5

Compare
Choose a tag to compare
@c42f c42f released this 13 Nov 00:35
· 697 commits to master since this release
11ec063

Features:

  • New static QR decomposition without pivoting ( #328 )

Bug fixes and internal changes:

  • Make MArray constructor return a copy ( #336 )
  • Workaround julia-0.6 inference problem in round.(Int,v) ( #329 )
  • Remove a broken SVector convert() function ( #325 )
  • Fix matrix multiply for medium sized non-square matrices ( #323 )
  • Seed all tests before using rand()