Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 08:30
· 207 commits to master since this release
0e43102

StaticArrays v1.0.0

Diff since v0.12.5

Closed issues:

  • SizedArray of SubArray isn't a view (#334)
  • Performance of splatting a SVector (#361)
  • Certain SArray * Adjoint(SArray) produces Array{Float64,2} instead of SArray (#537)
  • error creating empty MVector (#557)
  • vcat(::SVector, ::Number) should return an SVector (#602)
  • Eigendecomposition of 3x3 symmetric Float64 matrices is not very accurate (#696)
  • zero-length MVector to SVector conversion fails (type info is lost) (#782)
  • eachindex and SOneTo (#812)
  • Uncallable method of _mul (#813)
  • Generalization of AbstractRange? (#816)
  • Invalidations and new methods of similar (#821)
  • Add pointer or parent method for SizedArray? (#822)
  • setindex! returns the wrong value (#827)
  • Outer product of MVector returns SMatrix (#828)
  • float(SVector) gives an MVector (#247)
  • diagm on SVector gives an Array back (#834)
  • vcat static arrays (#846)
  • Inverse of static matrix from cholesky decomposition fails (#847)
  • A / lu(A) returns Array when A is an SArray (#851)

Merged pull requests: