v0.5.0
- BLAS-1 calls like
axpy
are replaced with broadcasting operations - Randomized algorithms have moved to a separate package RandomizedLinAlg.jl
- ConvergenceHistory objects show a summary when printed
- Default maximum number of iterations is now the order of the provided matrix
- Plotting functions unrelated to PlotRecipes are removed
- The
solve
function for preconditioners is removed in favour ofA_ldiv_B
- IDR(s) allocates less