Skip to content

Releases: JuliaArrays/StaticArrays.jl

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:

v1.4.3

27 Mar 19:53
a34cb17
Compare
Choose a tag to compare

StaticArrays v1.4.3

Diff since v1.4.2

Closed issues:

  • @sarray does not support the new Julia 1.7 literals for multidimensional array creation (#974)
  • @svector & @mVector fail when their inputs use non global scope variables (#1014)

Merged pull requests:

v1.4.2

18 Mar 12:17
b09880b
Compare
Choose a tag to compare

StaticArrays v1.4.2

Diff since v1.4.1

Closed issues:

  • zeros(Size) does not work (#923)

Merged pull requests:

v1.4.1

28 Feb 13:29
df49828
Compare
Choose a tag to compare

StaticArrays v1.4.1

Diff since v1.4.0

Closed issues:

  • insert fails with empty vectors (#1003)
  • ismutable gives incorrect results (#1005)

Merged pull requests:

  • Benchmark on latest Julia and scale back large-matrix benchmarking (#1000) (@thchr)
  • Fix lu/qr pivot deprecations and allow PivotingStrategy input (#1002) (@thchr)
  • Fix insert to 0-length SVector (#1004) (@mateuszbaran)
  • Fix return type for setindex!(::SizedArray, ...) (#1007) (@mcabbott)

v1.4.0

21 Feb 21:44
f36bd64
Compare
Choose a tag to compare

StaticArrays v1.4.0

Diff since v1.3.6

Merged pull requests:

  • Drop support for versions of Julia lower than v1.6 (#985) (@thchr)