-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Description
Time for a new release (#613 (comment))
Let's see how registrator + tagbot works out...
@JuliaRegistrator register
Release notes:
Breaking changes
- Remove deprecated functionality (Remove deprecated functionality #600, Drop 0.7 #601)
New features
- Add
SHermitianCompact
(Add SHermitianCompact #358) - Support
\
for SVD factorization (Support \ for SVD factorization #613) - Support for
svd(::StaticMatrix, full=true)
(Support forsvd(::StaticMatrix, full=true)
#596) - Allow using static arrays as index for views (Allow using static arrays as index for views #586)
Performance
- Performance improvements for
vecdot(x,y)
(Use@simd
in_vecdot
#603) - Improved
A\B
performance for size(A)=(2or3, 2or3) and size(B) = (2or3, n) (Increase Performance of \ (and /) for small square matrix #584) - Added faster inverse for 4x4 matrices (Faster inv 4x4 #597)
Bug fixes and minor changes
- Fix crash in
eig()
for diagonal 2x2 complex matrices (Fix #614 #615) - Fix README examples for current Julia (Adopt examples in README to current Julia version #611)
- Test on julia version 1.2 (Enable CI for julia version 1.2 #610)
- Fix constructor for
SVector{0}
fromArray
(Fix constructor for SVector{0} from Array #608) - Fix A\B where A is nonsquare (Fix A\B where A is nonsquare #607)
- Allow empty indexing of zero-dimensional MArrays (Allow empty indexing of zero-dimensional MArrays #581)
- Fix for zero dimensional
broadcast!
(fix for zero-dimensional broadcast bug in generated function #590)
timholy
Metadata
Metadata
Assignees
Labels
No labels