Skip to content

Releases: JuliaArrays/StaticArrays.jl

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)

v1.3.6

21 Feb 20:50
81f6c7c
Compare
Choose a tag to compare

StaticArrays v1.3.6

Diff since v1.3.5

Merged pull requests:

v1.3.5

14 Feb 17:19
1858207
Compare
Choose a tag to compare

StaticArrays v1.3.5

Diff since v1.3.4

Merged pull requests:

v1.3.4

02 Feb 10:33
e1cbee2
Compare
Choose a tag to compare

StaticArrays v1.3.4

Diff since v1.3.3

Merged pull requests:

  • Avoid using deprecated macro @_inline_meta (#989) (@tkf)

v1.3.3

21 Jan 11:27
d336cfb
Compare
Choose a tag to compare

StaticArrays v1.3.3

Diff since v1.3.2

Merged pull requests:

  • specialize mul_fast and add_fast to allow FMA (#988) (@ranocha)

v1.3.2

12 Jan 13:28
4c5e34e
Compare
Choose a tag to compare

StaticArrays v1.3.2

Diff since v1.3.1

Closed issues:

  • reduce(f, ::SVector) allocates (#986)

Merged pull requests:

v1.3.1

07 Jan 15:11
697ba0b
Compare
Choose a tag to compare

StaticArrays v1.3.1

Diff since v1.3.0

Closed issues:

  • No versioned docs since v0.12.1 (#938)

Merged pull requests:

v1.3.0

31 Dec 23:03
Compare
Choose a tag to compare

StaticArrays v1.3.0

Diff since v1.2.13

Closed issues:

  • For all JuliaArrays collaborators: please enable two factor auth (2FA) (#761)
  • type-valued float and real functions (#935)
  • Type priacy of diagm() (#961)
  • Subtracting empty vectors of SMatrix gives result of unexpected type (#965)
  • Usage of parametrized FieldVector can lead to StackOverflowError (#968)
  • Multi-dimension SArray is allocating huge memories at first time run (#976)

Merged pull requests:

  • implement float and real for StaticArray (fix #935) (#941) (@thchr)
  • Named access with .{x,y,z,w} to elements of SVector and MVector (#980) (@c42f)

v1.2.13

01 Oct 19:38
559134c
Compare
Choose a tag to compare

StaticArrays v1.2.13

Diff since v1.2.12

Closed issues:

  • result of A\b is different with StaticArrays (#959)

Merged pull requests: