Releases: JuliaArrays/StaticArrays.jl
Releases · JuliaArrays/StaticArrays.jl
v1.6.5
StaticArrays v1.6.5
Merged pull requests:
- Improved StaticIndexing (issue #878) (#879) (@mateuszbaran)
Closed issues:
- static indexing on sparse array doesn't work anymore (#878)
v1.6.4
StaticArrays v1.6.4
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#1193) (@dependabot[bot])
- make similar mutable for non bits types (#1196) (@adienes)
- union and intersect for SOneTo (#1197) (@jishnub)
- Don't
@inboundsfunction evaluation in broadcasting (#1200) (@mateuszbaran)
Closed issues:
v1.6.3
StaticArrays v1.6.3
Closed issues:
- Possible regression in A \ b operations on 4x4 matrices since commit 9b6427f (#450)
eigennot working properly for 2x2 Hermitian SMatrices (#956)- SVector construction not working when the input is Int32 (#1189)
eltypeof 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
LengthtoIntsafer (#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/adjointmethods 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)