Recent Releases of krysbas-dev
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
- DOC: Update doctree generation by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/76
Full Changelog: https://github.com/nidtec-una/krysbas-dev/compare/v0.3.0...v0.3.1
- MATLAB
Published by jhabriel over 1 year ago
krysbas-dev - 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 https://github.com/nidtec-una/krysbas-dev/pull/72
- Add GMRES-E algorithm by @gusespinola in https://github.com/nidtec-una/krysbas-dev/pull/67
- KrySBAS v0.3.0 by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/75
Full Changelog: https://github.com/nidtec-una/krysbas-dev/compare/v0.2.0...v0.3.0
- MATLAB
Published by jhabriel over 1 year ago
krysbas-dev - 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 https://github.com/nidtec-una/krysbas-dev/pull/49
- DEP: src/adaptive_LGMRESE.m by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/50
- BLD: Add codecov badge by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/51
- 52 workflow for automatic generation of documentation by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/53
- Update .readthedocs.yml by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/54
- Update .readthedocs.yml by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/55
- Update .readthedocs.yml by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/56
- 25 expand test poisson to 2d and other boundary conditions by @gusespinola in https://github.com/nidtec-una/krysbas-dev/pull/40
- 57 add lgmres algorithm by @gusespinola in https://github.com/nidtec-una/krysbas-dev/pull/59
- Update README to prepare for release
v.0.2.0by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/65
Full Changelog: https://github.com/nidtec-una/krysbas-dev/compare/v0.1.0...v0.2.0
- MATLAB
Published by jhabriel over 1 year ago
krysbas-dev - 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 https://github.com/nidtec-una/krysbas-dev/pull/1
- Add LICENSE by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/2
- Workflow test by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/4
- MAINT: Move to workflows folder by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/5
- Update matlab_tests.yaml by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/6
- Repository clean up by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/8
- [TST] 1D-Poisson test added by @gusespinola in https://github.com/nidtec-una/krysbas-dev/pull/12
- MAINT: Improve sentence by @jccf19 in https://github.com/nidtec-una/krysbas-dev/pull/21
- Refactoring of
pd_gmres()algorithm by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/19 - Refactoring of
pd_gmresand tests for sanity checks by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/27 - Implement
miss_hitas part of the automated workflow by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/34 - 29 encapsulate arnoldi iteration by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/36
- Refactor output arguments in
pd_gmres+ tests by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/38 - 31 clean up pd rule by @jccf19 in https://github.com/nidtec-una/krysbas-dev/pull/44
- BUGFIX Arnoldi + test matrices + plane rotations encapsulation by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/41
- Rewrite README by @jhabriel in https://github.com/nidtec-una/krysbas-dev/pull/48
New Contributors
- @jhabriel made their first contribution in https://github.com/nidtec-una/krysbas-dev/pull/1
- @gusespinola made their first contribution in https://github.com/nidtec-una/krysbas-dev/pull/12
- @jccf19 made their first contribution in https://github.com/nidtec-una/krysbas-dev/pull/21
Full Changelog: https://github.com/nidtec-una/krysbas-dev/commits/v0.1.0
- MATLAB
Published by jhabriel about 2 years ago