Closed
Description
With the intent of getting some fixes out for the julia-1.1.0 release, here's some release notes for the changes since 0.10.1. I think these are all API-stable bug fixes and performance improvements.
- Ensure dot is recursive like Base (make dot recursive like Base #559)
- Fix broken
setindex
with vector indices (setindex with arrays of indices #562) - Fix
{h,v,hv}cat
of wrapped static matrices to return static matrices (Introduce StaticArrayLike #565) - Make
reverse(::StaticVector)
faster (Add reverse(::SVector), with tests. #567) - Additional
propagate_inbounds
anntations (Usepropagate_inbounds
to ensure bounds check elision #564) - Fixes for indexing with
SOneTo
(Alternate approach to fix #556 #569)
@timholy we might also want to get the following PR merged?
- Clean up indexing and dispatch Clean up indexing and dispatch #571
Metadata
Metadata
Assignees
Labels
No labels