Skip to content

Releases: JuliaArrays/StaticArrays.jl

v1.5.13

09 Feb 23:16
1b29fce
Compare
Choose a tag to compare

StaticArrays v1.5.13

Diff since v1.5.12

Closed issues:

  • norm of StaticArray inaccurate (#913)
  • @SMatrix with zero-element matrix returns a wrong type (#1070)
  • Norm of a vector is Inf but it should not be (#1116)
  • Emtpy SMatrix displays as plot in vscode (#1121)

Merged pull requests:

v1.5.12

28 Dec 13:22
0aefabe
Compare
Choose a tag to compare

StaticArrays v1.5.12

Diff since v1.5.11

Closed issues:

  • How can I use SMatrix from Python (#1113)
  • reduce over 0 × k matrix throws bounds error, even when given init parameter (#1114)

Merged pull requests:

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: