Releases: JuliaArrays/StaticArrays.jl
Releases · JuliaArrays/StaticArrays.jl
v1.9.8
StaticArrays v1.9.8
Merged pull requests:
- Specialize
triu
/tril
forStaticMatrix
(#1241) (@jishnub) - Fix comparison of invalidation counts (#1270) (@mateuszbaran)
- Update api.md (#1271) (@gerw)
- Don't import require_one_based_indexing from StaticArraysCore (#1279) (@jishnub)
- Force convert diagonal to real in eigen(::Hermitian) (#1280) (@antoine-levitt)
- Let
count
,sum
, andprod
take aninit
kwarg (#1281) (@thchr)
Closed issues:
v1.9.7
v1.9.6
v1.9.5
StaticArrays v1.9.5
Merged pull requests:
Closed issues:
- svd allocates even with small matrices (#1255)
v1.9.4
StaticArrays v1.9.4
Merged pull requests:
- NamedTuple constructor support for FieldArray subtypes (#1246) (@cadojo)
- Bump julia-actions/setup-julia from 1 to 2 (#1251) (@dependabot[bot])
- Remove some uses of
@pure
(#1253) (@mateuszbaran)
Closed issues:
v1.9.3
v1.9.2
StaticArrays v1.9.2
Merged pull requests:
- prevent some unnecessary uses of
@pure
in traits.jl (#1177) (@nsajko) - Bring over tests from ChainRulesCore (#1231) (@avik-pal)
- Specialize
zeros
/ones
/fill
forSOneTo
(#1234) (@jishnub) - Use Aqua v0.8 and add compat bounds for all deps (#1235) (@jishnub)
- Specialize
cconvert
instead ofunsafe_convert
(#1236) (@jishnub) - Test
arithmetic_closure
against concrete types (#1237) (@jishnub) - Ignore versioned manifest files (#1238) (@jishnub)
- Remove duplicate tests on v1.10 (#1239) (@jishnub)
- Inline
svd
to enable constant-propagation offull
(#1240) (@jishnub)
Closed issues:
v1.9.1
StaticArrays v1.9.1
Merged pull requests:
- Fix allocations for some cases of rand (#1229) (#1230) (@mateuszbaran)
Closed issues:
- unexpected allocations / slow execution when using
@SVector
andrand
(#1229)
v1.9.0
v1.8.2
StaticArrays v1.8.2
Merged pull requests: