Skip to content

Releases: JuliaArrays/StaticArrays.jl

v1.9.3

21 Feb 14:42
c5f3c74
Compare
Choose a tag to compare

StaticArrays v1.9.3

Diff since v1.9.2

Merged pull requests:

  • Use Broadcast.flatten on master (#1186) (@N5N3)
  • Force specialization of dimension_mismatch_fail() on type argument. (#1245) (@trahflow)

Closed issues:

  • Force specialization of dimension_mismatch_fail() on type parameter? (#1244)

v1.9.2

30 Jan 09:33
48dec2c
Compare
Choose a tag to compare

StaticArrays v1.9.2

Diff since v1.9.1

Merged pull requests:

Closed issues:

  • Strange type instability when generating MArrays inside a function (#1168)
  • JET report_call issue (#1225)

v1.9.1

12 Jan 16:56
5913f33
Compare
Choose a tag to compare

StaticArrays v1.9.1

Diff since v1.9.0

Merged pull requests:

Closed issues:

  • unexpected allocations / slow execution when using @SVector and rand (#1229)

v1.9.0

03 Jan 08:52
e2d772f
Compare
Choose a tag to compare

StaticArrays v1.9.0

Diff since v1.8.2

Merged pull requests:

Closed issues:

  • Generating random StaticArrays works with SamplerTypes but not other Samplers (#804)

v1.8.2

01 Jan 15:46
3fd8fb9
Compare
Choose a tag to compare

StaticArrays v1.8.2

Diff since v1.8.1

Merged pull requests:

v1.8.1

17 Dec 21:12
79c2991
Compare
Choose a tag to compare

StaticArrays v1.8.1

Diff since v1.8.0

Merged pull requests:

v1.8.0

14 Dec 16:37
Compare
Choose a tag to compare

StaticArrays v1.8.0

Diff since v1.7.0

v1.7.0

17 Nov 10:58
d47c771
Compare
Choose a tag to compare

StaticArrays v1.7.0

Diff since v1.6.5

Merged pull requests:

Closed issues:

  • @sarray namespace hygiene (#691)
  • Move to PrecompileTools.jl ? (#1184)
  • Unintuitive Behaviour of SVector Constructor (#1202)
  • Broadcasting getindex with key over Sarray of inhomogeneous NamedTuples is allocating (#1205)

v1.6.5

28 Sep 18:53
d80455d
Compare
Choose a tag to compare

StaticArrays v1.6.5

Diff since v1.6.4

Merged pull requests:

Closed issues:

  • static indexing on sparse array doesn't work anymore (#878)

v1.6.4

23 Sep 18:44
217e6f1
Compare
Choose a tag to compare

StaticArrays v1.6.4

Diff since v1.6.3

Merged pull requests:

Closed issues:

  • similar(::StaticArray, T) when !isbitstype(T) should give a SizedArray (#799)
  • similar does not return a mutable container in the presence of missing (#1195)
  • usage of inbounds on _broadcast! is incorrect (#1199)