You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
setindex
with vector indices (setindex with arrays of indices #562){h,v,hv}cat
of wrapped static matrices to return static matrices (Introduce StaticArrayLike #565)reverse(::StaticVector)
faster (Add reverse(::SVector), with tests. #567)propagate_inbounds
anntations (Usepropagate_inbounds
to ensure bounds check elision #564)SOneTo
(Alternate approach to fix #556 #569)@timholy we might also want to get the following PR merged?
The text was updated successfully, but these errors were encountered: