StaticArrays 0.10.2
- Ensure dot is recursive like Base (#559)
- Fix broken
setindex
with vector indices (#562) - Fix
{h,v,hv}cat
of wrapped static matrices to return static matrices (#565) - Make
reverse(::StaticVector)
faster (#567) - Additional
propagate_inbounds
anntations (#564) - Fixes for indexing with
SOneTo
(#569) - Clean up indexing and dispatch (#571)
- implement solve with mixed StaticArray/DynamicArray types (#570)