ITADN
JuliaLinearAlgebra/IterativeSolvers.jl

版本发布 2

v0.9.4
? · 2024-02-14

## IterativeSolvers v0.9.4 [Diff since v0.9.3](https://github.com/JuliaLinearAlgebra/IterativeSolvers.jl/compare/v0.9.3...v0.9.4) **Merged pull requests:** - Bump actions/cache from 3 to 4 (#355) (@dependabot[bot]) - fix kwargs in idrs_iterable! call in idrs_method! (#359) (@kylebeggs) **Closed issues:** - Iterator protocol for IDR(s) (#325)

v0.9.3
? · 2023-10-25

## IterativeSolvers v0.9.3 [Diff since v0.9.2](https://github.com/JuliaLinearAlgebra/IterativeSolvers.jl/compare/v0.9.2...v0.9.3) **Merged pull requests:** - CompatHelper: bump compat for "Documenter" to "0.27" for package docs (#299) (@github-actions[bot]) - CompatHelper: bump compat for "Documenter" to "0.27" for package test (#300) (@github-actions[bot]) - Docfix minres (#306) (#307) (@mschauer) - Linkfix to IDRs page (#309) (@mschauer) - docs: update package name (AMG -> AlgebraicMultigrid) in preconditioning.md (#310) (@fredrikekre) - Update CI configuration to Julia 1.6, enable nightly for Linux. (#315) (@fredrikekre) - Update IDR references (#319) (@mschauer) - Create Invalidations.yml (#324) (@ranocha) - enable dependabot for GitHub actions (#333) (@ranocha) - Correct some typos (#335) (@goggle) - fix typos (#336) (@spaette) - Bump codecov/codecov-action from 1 to 3 (#341) (@dependabot[bot]) - Bump actions/cache from 1 to 3 (#342) (@dependabot[bot]) - Bump actions/checkout from 2 to 3 (#343) (@dependabot[bot]) - Make sparse stationary solvers type stable. (#344) (@fredrikekre) - IDR(s) as iterator (#345) (@mschauer) - Bump actions/checkout from 3 to 4 (#346) (@dependabot[bot]) - CompatHelper: bump compat for "Documenter" to "1.0" for package docs (#347) (@github-actions[bot]) - CompatHelper: bump compat for "Documenter" to "1.0" for package test (#348) (@github-actions[bot]) - CompatHelper: bump compat for "Documenter" to "1.1" for package docs (#349) (@github-actions[bot]) - CompatHelper: bump compat for "Documenter" to "1.1" for package test (#350) (@github-actions[bot]) **Closed issues:** - preconditioners for MINRES documented but not implemented (#250) - Moved to JuliaLinearAlgebra (#286) - misleading documentation for minres (#306) - GMRES throws error with left preconditioner (#312) - cg! sometimes returns NaNs (#314) - error in CG with Preconditioner (#332) - Issue solving 1D Poisson Eq. (#337)