Skip to content

Releases: JuliaArrays/StaticArrays.jl

StaticArrays v0.3.0

22 Feb 00:18
Compare
Choose a tag to compare
  • Better, more consistent, handling of similar_type and similar. Fixes bugs and makes it more user-friendly to define a new type.
  • Users need to use the Size trait to discuss static array size. Fixes some @pure function problems on v0.6.

Fix #103

13 Feb 22:34
Compare
Choose a tag to compare

StaticArrays v0.2.0

13 Feb 05:00
Compare
Choose a tag to compare

Removes a long-time bad behaviour (type piracy) from the indexing code, whereby any array could be indexed with a tuple (to return an SVector).

This is a breaking change for anyone who is doing anything like [11,12,13][(2,3)] to create SVector(12,13). Use [11,12,13][SVector(2,3)] instead.

StaticArrays v0.1.5

13 Feb 00:49
Compare
Choose a tag to compare
  • Fixes for julia-0.6-dev to deal with fallout from JuliaLang/julia#265
  • Indexing StaticArrays with StaticVector is now type stable
  • Various additions to StaticArrays.FixedSizeArrays for compatibility
  • Support for 2D cross product

StaticArrays v0.1.4

23 Jan 06:46
Compare
Choose a tag to compare

Bugfix:

  • Avoid emitting Expr(:meta, :inline) in constructor macros, which caused user functions to become inline

StaticArrays v0.1.3

26 Dec 02:39
Compare
Choose a tag to compare

Minor patches:

  • Remove depwarns for julia-0.6 fusing dot operators
  • Fix incorrect .>> definitions for julia-0.5