Krypy

Latest version: v2.2.0

Safety actively analyzes 630026 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.1.1

Release with usability improvements. Several simplifications were made for an easier use of the functionality in `krypy.recycling`. No API changes have been made.

2.1.0

This is a feature- and bug fix update:
- new `linsys.TimedLinearSystem` that times all operations.
- more mature recycling strategies based on timings.
- more efficient computation of residual norms in `deflation.bound_pseudo` via `utils.get_residual_norms`.
- bug fixed in `deflation.Arnoldifyer`.

2.0.0

Now with deflation and recycling support.

2.0.0b1

**Beta release!**
- new API
- linear systems are now handled via the `linsys.LinearSystem` class
- `linsys.Minres` and `linsys.Gmres` now use `utils.Arnoldi`
- new `utils.Arnoldi` class features several orthogonalization algorithms:
- modified Gram-Schmidt
- iterated modified Gram-Schmit
- Lanczos
- Householder
- all solvers in `linsys` can return the corresponding Arnoldi relation
- new submodule `deflation` enables deflation with all solvers from `linsys`
- new submodule `recycling` provides methods for recycling data while solving a sequence of linear systems.

1.0.1

1.0.0

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.