v0.12.4
·
235 commits
to master
since this release
StaticArrays v0.12.4
Closed issues:
- implement sortperm (#772)
- Unexpected allocation when splatting (#784)
- Indexing with trailing 1s (#788)
- Provide constructors that accept generators (#791)
- vector inner product via transpose-product allocates (#794)
- Performance with user-defined getproperty (#795)
- Type instability in pinv() for non-square matrix (#803)
Merged pull requests:
- implement sortperm (#773) (@stev47)
- remove unnecessary definition of
!=
(#781) (@SimonDanisch) - remove ambiguity in unsafe_convert with RefValue (#787) (@sjkelly)
- [test] set version specific bounds in detect_ambiguities (#789) (@sjkelly)
- Provide constructors from generators (#792) (@eschnett)
- Update CI for Julia 1.4 (#793) (@andyferris)
- Fix
diff
of nested static arrays (#801) (@c42f) - Generate
reverse
forStaticVector
types (#802) (@OTDE) - Ensure
full
is constant propagated insvd(A,full=false)
(#805) (@c42f)