Skip to content

StaticArrays 0.10.2

Compare
Choose a tag to compare
@timholy timholy released this 21 Dec 17:12
· 420 commits to master since this release
241a4ae
  • 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)