We have currently two PRs in the pipeline that are breaking and therefore require a major release. So I thought we should collect ideas on what to put in there to not have major release every month or so. Clearly, we will have
Furthermore, I'd suggest to include
Anything else? Of course, if some hot PR comes in, there's nothing that stops us from merging it and releasing another v2.x. I'd hope to finish this some time in late August/early September. Any contributions/PRs/suggestions are more than welcome.
Have a good (rest of the) summer everyone!
EDIT:
using LinearAlgebra
mul!(rand(5,1), rand(5,5), rand(5))
TODO:
We have currently two PRs in the pipeline that are breaking and therefore require a major release. So I thought we should collect ideas on what to put in there to not have major release every month or so. Clearly, we will have
Left vector multiply #100
Get rid of A*_mul_B! #97
Furthermore, I'd suggest to include
Anything else? Of course, if some hot PR comes in, there's nothing that stops us from merging it and releasing another v2.x. I'd hope to finish this some time in late August/early September. Any contributions/PRs/suggestions are more than welcome.
Have a good (rest of the) summer everyone!
EDIT:
mul!s toAbstractVecOrMat. The following works perfectly fine with matrices inLinearAlgebra:TODO:
document conversion logic(not sure that's of general interest)FillMaps