Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 23:03
· 154 commits to master since this release

StaticArrays v1.3.0

Diff since v1.2.13

Closed issues:

  • For all JuliaArrays collaborators: please enable two factor auth (2FA) (#761)
  • type-valued float and real functions (#935)
  • Type priacy of diagm() (#961)
  • Subtracting empty vectors of SMatrix gives result of unexpected type (#965)
  • Usage of parametrized FieldVector can lead to StackOverflowError (#968)
  • Multi-dimension SArray is allocating huge memories at first time run (#976)

Merged pull requests:

  • implement float and real for StaticArray (fix #935) (#941) (@thchr)
  • Named access with .{x,y,z,w} to elements of SVector and MVector (#980) (@c42f)