Skip to content

Releases: JuliaArrays/StaticArrays.jl

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:

v1.5.24

30 Apr 19:04
dce8c1c
Compare
Choose a tag to compare

StaticArrays v1.5.24

Diff since v1.5.23

Merged pull requests:

v1.5.23

29 Apr 02:31
b4e49ce
Compare
Choose a tag to compare

StaticArrays v1.5.23

Diff since v1.5.22

Closed issues:

  • Potentially address performance regression with Julia 1.9 (#1148)

Merged pull requests:

  • Avoid runtime static parameters inference during dynamic dispatch of SVector{k} (#1157) (@BioTurboNick)

v1.5.22

27 Apr 21:13
ed92217
Compare
Choose a tag to compare

StaticArrays v1.5.22

Diff since v1.5.21

Merged pull requests:

v1.5.21

15 Apr 17:35
1b5a994
Compare
Choose a tag to compare

StaticArrays v1.5.21

Diff since v1.5.20

Closed issues:

  • Question: Error with creating Size-1 SVector of Size-1 SVector (#1151)

Merged pull requests: