Skip to content

Releases: JuliaArrays/StaticArrays.jl

v1.5.11

28 Nov 22:27
122bebe
Compare
Choose a tag to compare

StaticArrays v1.5.11

Diff since v1.5.10

Closed issues:

  • Is it possible to map enumeration to SVector? (#1106)

Merged pull requests:

v1.5.10

17 Nov 21:48
28e0482
Compare
Choose a tag to compare

StaticArrays v1.5.10

Diff since v1.5.9

Closed issues:

  • Recently discovered faster matrix multiplication algorithms (#1100)
  • Inverse of Upper Triangular using Static Matrix for storage UpperTriangular{Float64, SMatrix{3, 3, Float64, 9}} converts to Matrix (#1103)

Merged pull requests:

v1.5.9

29 Sep 15:33
a7ba6a2
Compare
Choose a tag to compare

StaticArrays v1.5.9

Diff since v1.5.8

Closed issues:

  • ambiguity generated by default copyto! method (#1097)

Merged pull requests:

v1.5.8

23 Sep 13:52
5f7debb
Compare
Choose a tag to compare

StaticArrays v1.5.8

Diff since v1.5.7

Closed issues:

  • Sum reduction on SVector results in allocations (#1092)

Merged pull requests:

v1.5.7

13 Sep 14:15
3ce3b20
Compare
Choose a tag to compare

StaticArrays v1.5.7

Diff since v1.5.6

Closed issues:

  • hypot for StaticVectors? (#1085)
  • StackOverflowError on FieldVector introduced in v1.4.5 (#1088)

Merged pull requests:

v1.5.6

24 Aug 11:20
159befb
Compare
Choose a tag to compare

StaticArrays v1.5.6

Diff since v1.5.5

Closed issues:

  • problem with pinv (#1080)

Merged pull requests:

v1.5.5

18 Aug 15:16
43b0f6a
Compare
Choose a tag to compare

StaticArrays v1.5.5

Diff since v1.5.4

Closed issues:

  • Very slow broadcast (#560)
  • Another broadcast and inferrence issue (#609)
  • inference problem with broadcasting and / (#682)
  • slow down when @. assignment expression has more than 3 terms (#797)
  • Macro hygiene issue in @svector and @smatrix (#1042)
  • Type instability with broadcast (#1078)

Merged pull requests:

  • Resolve the identifier conflicts in @SArray (#1043) (@N5N3)
  • Improve broadcast's stability (#1079) (@N5N3)

v1.5.4

15 Aug 19:12
5cdc0d0
Compare
Choose a tag to compare

StaticArrays v1.5.4

Diff since v1.5.3

Merged pull requests:

v1.5.3

14 Aug 11:17
f9c10d2
Compare
Choose a tag to compare

StaticArrays v1.5.3

Diff since v1.5.2

Closed issues:

  • Many ambiguities (#18)
  • Throw better error when trying to setindex! on a SArray (#1065)
  • 0×0 matrix division throws error (#1066)
  • Matrix division for SMatrix{m, n, BigFloat} (#1069)

Merged pull requests:

v1.5.2

22 Jul 10:20
def8fc2
Compare
Choose a tag to compare

StaticArrays v1.5.2

Diff since v1.5.1

Closed issues:

  • MethodError: no method matching StaticArrays.Size(::TypeVar) introduced with v1.4.5 (#1047)
  • reading back SVector with BSON.jl fails with StaticArraysCore not defined (#1061)

Merged pull requests: