Skip to content

Releases: JuliaArrays/StaticArrays.jl

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)

v1.6.3

08 Sep 15:55
084e215
Compare
Choose a tag to compare

StaticArrays v1.6.3

Diff since v1.6.2

Closed issues:

  • Possible regression in A \ b operations on 4x4 matrices since commit 9b6427f (#450)
  • eigen not working properly for 2x2 Hermitian SMatrices (#956)
  • SVector construction not working when the input is Int32 (#1189)
  • eltype of static matrix factorization is Any (#1190)

Merged pull requests:

v1.6.2

20 Jul 10:15
6bd6f52
Compare
Choose a tag to compare

StaticArrays v1.6.2

Diff since v1.6.1

Closed issues:

  • Precompile failures on julia nightly (#1182)

Merged pull requests:

v1.6.1

13 Jul 17:42
69c5ac9
Compare
Choose a tag to compare

StaticArrays v1.6.1

Diff since v1.6.0

Closed issues:

  • Change (or drop) Statistics to package extension (#1171)

Merged pull requests:

  • help Julia with type inference by providing ntuple with Val (#1174) (@nsajko)

v1.6.0

03 Jul 13:10
b05454f
Compare
Choose a tag to compare

StaticArrays v1.6.0

Diff since v1.5.26

Merged pull requests:

  • remove redundant transpose/adjoint methods for Lower/UpperTriangular (#1170) (@thchr)
  • Handle Statistics dep as Pkg extension (#1172) (@dkarrasch)

v1.5.26

10 Jun 19:20
376efdb
Compare
Choose a tag to compare

StaticArrays v1.5.26

Diff since v1.5.25

Closed issues:

  • Poor type inference with @SVector macro and zeros (#1164)
  • Program never stops running when replacing Matrix with SizedMatrix (#1166)

Merged pull requests:

  • make @SVector and @SMatrix calls default to Float64 to match Base (#1165) (@sjkelly)

v1.5.25

14 May 16:19
d9d54bd
Compare
Choose a tag to compare

StaticArrays v1.5.25

Diff since v1.5.24

Closed issues:

  • isapprox returns wrong results with nans=true (#1135)
  • What is the preferred way to evoke similar on MArrays? (#1160)
  • Test failures with Julia nightly (#1162)

Merged pull requests: