KrySBAS v.0.1.0
First public release of KrySBAS
. This release contains the first solver PD-GMRES(m)
ready to be used, with extensive testing of the algorithm. Future releases will incorporate the solvers described in #32.
Note that KrySBAS
is currently under active development and therefore constantly changing (in particular the signature of the functions). We hope to achieve a higher degree of stability in the coming months.
What's Changed
- Test PR approval by @jhabriel in #1
- Add LICENSE by @jhabriel in #2
- Workflow test by @jhabriel in #4
- MAINT: Move to workflows folder by @jhabriel in #5
- Update matlab_tests.yaml by @jhabriel in #6
- Repository clean up by @jhabriel in #8
- [TST] 1D-Poisson test added by @gusespinola in #12
- MAINT: Improve sentence by @jccf19 in #21
- Refactoring of
pd_gmres()
algorithm by @jhabriel in #19 - Refactoring of
pd_gmres
and tests for sanity checks by @jhabriel in #27 - Implement
miss_hit
as part of the automated workflow by @jhabriel in #34 - 29 encapsulate arnoldi iteration by @jhabriel in #36
- Refactor output arguments in
pd_gmres
+ tests by @jhabriel in #38 - 31 clean up pd rule by @jccf19 in #44
- BUGFIX Arnoldi + test matrices + plane rotations encapsulation by @jhabriel in #41
- Rewrite README by @jhabriel in #48
New Contributors
- @jhabriel made their first contribution in #1
- @gusespinola made their first contribution in #12
- @jccf19 made their first contribution in #21
Full Changelog: https://github.com/nidtec-una/krysbas-dev/commits/v0.1.0