Releases: JuliaSmoothOptimizers/Krylov.jl
Releases · JuliaSmoothOptimizers/Krylov.jl
v0.4.1
Krylov v0.4.1
Closed issues:
- Preconditioned CR (#120)
Merged pull requests:
- Update README.md (#165) (@amontoison)
- hotfix documentation (#172) (@amontoison)
- Install TagBot as a GitHub Action (#173) (@JuliaTagBot)
- Add examples of SYMMLQ and MINRES-QLP (#174) (@amontoison)
- Create CompatHelper.yml (#175) (@abelsiqueira)
- Fix travis matrix to jobs (#176) (@abelsiqueira)
- Update saddle-point / SQD systems in the docstring of LSLQ, LSQR and LSMR (#177) (@amontoison)
- Suitable residual norm estimate in CR when a preconditioner is supplied (#178) (@amontoison)
- Change the design of the build logos (#179) (@amontoison)
- Drop Julia < 1.3 and add Julia 1.4 (#180) (@amontoison)
- Wrap automatically preconditioners in a LinearOperator (#181) (@amontoison)
- Drop support for integer matrices (#182) (@amontoison)
- Sanitise code (#183) (@amontoison)
- Remove the last brave semicolons (#184) (@amontoison)
- Release 0.4.1 (#185) (@amontoison)
v0.4.0
v0.4.0 (2020-01-12)
Closed issues:
- Substitute A.tprod by A' (#135)
Merged pull requests:
- Poisson equation in polar coordinate (#169) (amontoison)
- Update dependencies, use Julia 1.3 on docs and coverage and release 0.4 (#167) (abelsiqueira)
- Update AppVeyor for Julia 1.3 (#163) (amontoison)
- test FreeBSD with CirrusCI (#162) (dpo)
- Update travis with latest Julia (#161) (abelsiqueira)
- BiLQR & TriLQR (#159) (amontoison)
- Remove A.tprod (#151) (amontoison)
- SYMMLQ improvements (#138) (amontoison)
v0.3.1
v0.3.1 (2019-11-20)
Closed issues:
- Documentation and examples (#149)
- Precision is lost when using matrices (#126)
- Preconditioners (#52)
Merged pull requests:
- Version 0.3.1 (#160) (abelsiqueira)
- limit LinearOperators < 0.7 (#155) (dpo)
- Update examples (#154) (amontoison)
- Update README.md (#153) (matbesancon)
- Add documentation (#152) (amontoison)
- Update variants to not convert unless necessary (#150) (abelsiqueira)
- Hotfix (#148) (amontoison)
- An implementation of BiLQ (#146) (amontoison)
- An implementation of USYMQR (#145) (amontoison)
- Add Eye function (#144) (amontoison)
- An implementation of MINRES-QLP (#142) (amontoison)
- Update sym_givens function for multiprecision (#140) (amontoison)
- Add @kref! macro (#139) (amontoison)
- test Julia 1.2 on CI (#137) (dpo)
- run CI on Travis/Windows (#136) (dpo)
- Multiprecision support (#134) (amontoison)
- An implementation of QMR (#132) (amontoison)
- Replace REQUIRE with Project.toml (#131) (dpo)
- Don't allocate w in SYMMLQ and LSLQ (#127) (amontoison)
- Minor improvements to CRAIG and LSQR (#125) (dpo)
- Preconditioned CG_LANCZOS_SHIFT_SEQ (#117) (amontoison)
- Generalized Golub Kahan Bidiagonalization (#109) (amontoison)
- Left preconditioner in DIOM and DQGMRES (#89) (amontoison)
- An implementation of USYMLQ (#88) (amontoison)
v0.3.0
v0.2.0
Remove random tests
Initial release
v0.1 Move minimum-norm solution test to end of loop (#27)