Releases: JuliaArrays/StaticArrays.jl
Releases · JuliaArrays/StaticArrays.jl
v1.6.3
StaticArrays v1.6.3
Closed issues:
- Possible regression in A \ b operations on 4x4 matrices since commit 9b6427f (#450)
eigen
not working properly for 2x2 Hermitian SMatrices (#956)- SVector construction not working when the input is Int32 (#1189)
eltype
of static matrix factorization isAny
(#1190)
Merged pull requests:
v1.6.2
StaticArrays v1.6.2
Closed issues:
- Precompile failures on julia nightly (#1182)
Merged pull requests:
- make conversion of
Length
toInt
safer (#1175) (@nsajko) - Make fallback similar methods less specific in axes (#1176) (@jishnub)
- Test on Julia v1.10 (#1179) (@jishnub)
- Improve type inference for adjoint/transpose of nested matrices (#1181) (@jishnub)
- disable precompiles that fail on julia v1.11 (#1183) (@IanButterworth)
- fix typos (#1185) (@spaette)
v1.6.1
StaticArrays v1.6.1
Closed issues:
- Change (or drop) Statistics to package extension (#1171)
Merged pull requests:
v1.6.0
StaticArrays v1.6.0
Merged pull requests:
- remove redundant
transpose
/adjoint
methods forLower/UpperTriangular
(#1170) (@thchr) - Handle Statistics dep as Pkg extension (#1172) (@dkarrasch)
v1.5.26
v1.5.25
v1.5.24
StaticArrays v1.5.24
Merged pull requests:
- Improve accuracy of 2x2 symmetric/Hermitian eigendecomposition (#1158) (@mateuszbaran)
v1.5.23
StaticArrays v1.5.23
Closed issues:
- Potentially address performance regression with Julia 1.9 (#1148)
Merged pull requests:
- Avoid runtime static parameters inference during dynamic dispatch of
SVector{k}
(#1157) (@BioTurboNick)
v1.5.22
v1.5.21
StaticArrays v1.5.21
Closed issues:
- Question: Error with creating Size-1 SVector of Size-1 SVector (#1151)
Merged pull requests: