Releases: nidtec-una/krysbas-dev
KrySBAS v0.3.1
Small patch to KrySBAS v0.3.0 containing proper generation of documentation via Sphinx
and readthedocs
.
What's Changed
Full Changelog: v0.3.0...v0.3.1
KrySBAS v0.3.0
In this new release, we have added the solver GMRES-E, introduced by Morgan in 1995.
What's Changed
- 70 encapsulation of harmonic ritz vectors method by @gusespinola in #72
- Add GMRES-E algorithm by @gusespinola in #67
- KrySBAS v0.3.0 by @jhabriel in #75
Full Changelog: v0.2.0...v0.3.0
KrySBAS v0.2.0
In this new release, we have added the LGMRES(m) solver to our catalog.
What's Changed
- BLD: Add coverage by @jhabriel in #49
- DEP: src/adaptive_LGMRESE.m by @jhabriel in #50
- BLD: Add codecov badge by @jhabriel in #51
- 52 workflow for automatic generation of documentation by @jhabriel in #53
- Update .readthedocs.yml by @jhabriel in #54
- Update .readthedocs.yml by @jhabriel in #55
- Update .readthedocs.yml by @jhabriel in #56
- 25 expand test poisson to 2d and other boundary conditions by @gusespinola in #40
- 57 add lgmres algorithm by @gusespinola in #59
- Update README to prepare for release
v.0.2.0
by @jhabriel in #65
Full Changelog: v0.1.0...v0.2.0
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