Releases: JuliaArrays/StaticArrays.jl
Releases · JuliaArrays/StaticArrays.jl
v1.5.1
StaticArrays v1.5.1
Closed issues:
- Test error on Julia nightly (1.9) (#999)
- StaticArrays load time, possibility for abstract interface package? (#1023)
- SVector type printing changed? (#1049)
- Undesired allocations when changing elements in MMatrix (#1050)
- inner constructors for custom types derived from Field* (#1055)
- Possible type conversion bug (#1057)
- Row-major array? (#1058)
Merged pull requests:
- Rewrite 4x4 det as product of 2x2 minors for improved performance (#1046) (@snoeyink)
- Workaround for has_size Cassette issue (#1051) (@mateuszbaran)
v1.5.0
StaticArrays v1.5.0
Closed issues:
setindex
isn't compatible with ArrayInterfaceCoresetindex
(#1039)- Linear system solve promotes Float32 to Float64 (#1041)
- Very slow compilation on computing operation of "large" static array (#1048)
Merged pull requests:
- StaticArraysCore transition (#1045) (@mateuszbaran)
v1.4.7
StaticArrays v1.4.7
Closed issues:
- Cannot dot assign when bool indexing leads to array of smaller size (#1024)
Merged pull requests:
- Fix views with static boolean vector indexing (#1025) (@mateuszbaran)
- Fix docstring for MMatrix and SMatrix macro (#1040) (@nhz2)
v1.4.6
StaticArrays v1.4.6
Closed issues:
setindex
does not work withCartesianIndex
(#1033)
Merged pull requests:
v1.4.5
StaticArrays v1.4.5
Closed issues:
Scalar(1, 2) === Scalar((1, 2))
? (#809)- MMatrix generation with @mmatrix requires equal type for elements (#911)
bswap
not implemented for SVector (#1022)- default-constructor of FieldVector leads to StackOverflowError when used with different types (#1026)
- Run CI with Julia 1.7 as well (#1035)
Merged pull requests:
- Clarify usage error message (#902) (@fonsp)
- LU decomposition for symmetric and Hermitian static matrices (#972) (@mateuszbaran)
- Code clean and reuse for
constructor
. (#1016) (@N5N3) - Specialize reduced_indices for Tuple{Vararg{SOneTo}} (#1027) (@jishnub)
- Split tests into two groups for x86 CI (#1029) (@mateuszbaran)
- Fix Base.elsize(<:Type{<:MArray}) (#1030) (@vyu)
- Bump version to 1.4.5 (#1036) (@mateuszbaran)
v1.4.4
v1.4.3
v1.4.2
v1.4.1
StaticArrays v1.4.1
Closed issues:
Merged pull requests:
v1.4.0
StaticArrays v1.4.0
Merged pull requests: