v1.1.0
StaticArrays v1.1.0
Closed issues:
- sortperm is unstable (#858)
- Feature proposition: matrix-vector product between SMatrix and NTuple (CartesianIndex) (#864)
- Unexpected Allocations (#865)
- Error in error message (#866)
- Fail deploying documents since switching to GitHub Actions (#870)
- Why are SArrays extremely memory inefficient? (#876)
- Initialize takes long time (#882)
- Replacing entries of MArrays of BigFloat type throws error (#883)
Merged pull requests:
- sort: avoid use of
ReverseOrdering
forBitonicSort
(#860) (@stev47) - Define elsize to make
pointer
more reliable. (#861) (@chriselrod) - Reduce latency with a few precompiles (#863) (@timholy)
- Better handling of subtypes of StaticVector in views of SizedArray (#867) (@mateuszbaran)
- Bugfix: newsize not defined in error message (#868) (@c42f)
- Fix tests from #868 (#871) (@c42f)
- Maintenance around Documenter.jl (#872) (@hyrodium)
- Added check option to cholesky (#886) (@chriselrod)
- Version 1.1.0 (#889) (@timholy)