Skip to content

Releases: JuliaArrays/StaticArrays.jl

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:

v1.5.1

12 Jul 07:28
eaf2ba6
Compare
Choose a tag to compare

StaticArrays v1.5.1

Diff since v1.5.0

Closed issues:

  • Test error on Julia nightly (1.9) (#999)
  • StaticArrays load time, possibility for abstract interface package? (#1023)
  • SVector type printing changed? (#1049)
  • Undesired allocations when changing elements in MMatrix (#1050)
  • inner constructors for custom types derived from Field* (#1055)
  • Possible type conversion bug (#1057)
  • Row-major array? (#1058)

Merged pull requests:

v1.5.0

24 Jun 15:50
29a76ec
Compare
Choose a tag to compare

StaticArrays v1.5.0

Diff since v1.4.7

Closed issues:

  • setindex isn't compatible with ArrayInterfaceCore setindex (#1039)
  • Linear system solve promotes Float32 to Float64 (#1041)
  • Very slow compilation on computing operation of "large" static array (#1048)

Merged pull requests:

v1.4.7

10 Jun 19:09
982b4a1
Compare
Choose a tag to compare

StaticArrays v1.4.7

Diff since v1.4.6

Closed issues:

  • Cannot dot assign when bool indexing leads to array of smaller size (#1024)

Merged pull requests:

v1.4.6

06 Jun 15:44
dcc7565
Compare
Choose a tag to compare

StaticArrays v1.4.6

Diff since v1.4.5

Closed issues:

  • setindex does not work with CartesianIndex (#1033)

Merged pull requests:

v1.4.5

03 Jun 17:50
a2cca42
Compare
Choose a tag to compare

StaticArrays v1.4.5

Diff since v1.4.4

Closed issues:

  • Scalar(1, 2) === Scalar((1, 2))? (#809)
  • MMatrix generation with @mmatrix requires equal type for elements (#911)
  • bswap not implemented for SVector (#1022)
  • default-constructor of FieldVector leads to StackOverflowError when used with different types (#1026)
  • Run CI with Julia 1.7 as well (#1035)

Merged pull requests:

v1.4.4

22 Apr 11:54
380270d
Compare
Choose a tag to compare

StaticArrays v1.4.4

Diff since v1.4.3

Closed issues:

  • Fractional matrix powers broken when diagonal (#1018)
  • Error when @smatrix randn(rng,ComplexF64,(2,2)) (#1019)

Merged pull requests: