-
Notifications
You must be signed in to change notification settings - Fork 152
New Release 0.11.0 #616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Registration pull request created: JuliaRegistries/General/1217 After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version. This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:
|
@JuliaRegistrator register |
Registration pull request updated: JuliaRegistries/General/1217 After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version. This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:
|
Ok, that seems to have worked. It looks like the manually written release notes were't picked up due to retriggering registrator but that's easily fixed. |
Time for a new release (#613 (comment))
Let's see how registrator + tagbot works out...
@JuliaRegistrator register
Release notes:
Breaking changes
New features
SHermitianCompact
(Add SHermitianCompact #358)\
for SVD factorization (Support \ for SVD factorization #613)svd(::StaticMatrix, full=true)
(Support forsvd(::StaticMatrix, full=true)
#596)Performance
vecdot(x,y)
(Use@simd
in_vecdot
#603)A\B
performance for size(A)=(2or3, 2or3) and size(B) = (2or3, n) (Increase Performance of \ (and /) for small square matrix #584)Bug fixes and minor changes
eig()
for diagonal 2x2 complex matrices (Fix #614 #615)SVector{0}
fromArray
(Fix constructor for SVector{0} from Array #608)broadcast!
(fix for zero-dimensional broadcast bug in generated function #590)The text was updated successfully, but these errors were encountered: