Skip to content

Releases: JuliaArrays/StaticArrays.jl

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:

v1.2.12

07 Aug 19:09
f26c9ac
Compare
Choose a tag to compare

StaticArrays v1.2.12

Diff since v1.2.11

Closed issues:

  • normalize not defined for SMatrix (#887)

Merged pull requests:

  • Add a precompile for (*)(::SMatrix, ::SVector) (#944) (@thchr)
  • Expand signature of normalize from StaticVector to StaticArray (fixes #887) (#945) (@thchr)

v1.2.11

06 Aug 11:05
0d657aa
Compare
Choose a tag to compare

StaticArrays v1.2.11

Diff since v1.2.10

Merged pull requests: