Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / andrenarchy/krypy issues and pull requests

#85 - Removed deprecated isintlike function from scipy.sparse.sputils

Pull Request - State: open - Opened by JunanLin 3 months ago

#84 - Updating Datatypes for Compatibility with NumPy >=1.24.0

Pull Request - State: closed - Opened by Westnickp over 1 year ago

#83 - Some tests are not passing with NumPy 1.24.0 or later

Issue - State: open - Opened by carlosal1015 over 1 year ago

#81 - Right Preconditioning bug

Issue - State: open - Opened by freiler almost 4 years ago

#80 - sqrt(norm(x))

Issue - State: closed - Opened by nschloe over 4 years ago - 1 comment

#79 - Small fixes

Pull Request - State: closed - Opened by nschloe over 4 years ago

#78 - nosetests -> pytest

Pull Request - State: closed - Opened by nschloe over 4 years ago - 2 comments

#77 - Introduce dev-requirements.txt

Issue - State: open - Opened by andrenarchy over 4 years ago - 5 comments

#76 - Add isort check in CI

Issue - State: open - Opened by andrenarchy over 4 years ago - 4 comments

#75 - add gh-actions testing

Pull Request - State: closed - Opened by nschloe over 4 years ago

#74 - apply black, isort

Pull Request - State: closed - Opened by nschloe over 4 years ago

#73 - travis: properly install package

Pull Request - State: closed - Opened by nschloe over 4 years ago

#72 - setup.cfg

Pull Request - State: closed - Opened by nschloe over 4 years ago

#70 - add convenience wrappers for easy access

Pull Request - State: closed - Opened by nschloe over 4 years ago - 11 comments

#69 - some python 3 updates

Pull Request - State: closed - Opened by nschloe over 4 years ago

#68 - don't create readme.rst for pypi; it supports markdown for while now

Pull Request - State: closed - Opened by nschloe over 4 years ago - 1 comment

#67 - Use numpy.linalg.norm instead of scipy.linalg.svd

Issue - State: open - Opened by andrenarchy over 4 years ago
Labels: maintenance

#66 - fix a bunch of flake8 warnings/errors

Pull Request - State: closed - Opened by nschloe almost 5 years ago

#65 - Linear operator

Issue - State: closed - Opened by santiagoropb over 5 years ago - 4 comments

#63 - LinearOperator.dot unreachable condition?

Issue - State: closed - Opened by homocomputeris over 6 years ago - 1 comment

#62 - Fix dead code in norm()

Pull Request - State: closed - Opened by andrenarchy over 6 years ago

#61 - Dead code in krypy.utils.norm()

Issue - State: closed - Opened by stanleybak over 6 years ago - 1 comment

#60 - Implementing restarted solvers

Pull Request - State: closed - Opened by giuspugl about 7 years ago - 1 comment

#59 - Pip dependency possibly missing

Issue - State: closed - Opened by homocomputeris over 7 years ago - 3 comments

#58 - arnoldi() crashes: Input must be 1- or 2-d

Issue - State: closed - Opened by homocomputeris over 7 years ago - 3 comments

#57 - o Add optional callback to solvers called at the end of each iteration

Pull Request - State: closed - Opened by wtjones1 almost 8 years ago - 3 comments

#56 - fix #53 iteritems() -> items()

Pull Request - State: closed - Opened by zimoun over 8 years ago - 2 comments

#55 - Provide example for catching ConvergenceError

Issue - State: open - Opened by andrenarchy over 8 years ago - 3 comments
Labels: enhancement

#54 - fix #53 iteritems() -> items()

Pull Request - State: closed - Opened by zimoun over 8 years ago - 6 comments

#53 - incompatibility py2 vs py3 [`iteritems`]

Issue - State: closed - Opened by zimoun over 8 years ago

#52 - Problem cast with complex

Issue - State: closed - Opened by zimoun almost 9 years ago - 3 comments

#51 - Fix readthedocs build

Pull Request - State: closed - Opened by andrenarchy almost 9 years ago

#50 - enable RST longdesc

Pull Request - State: closed - Opened by nschloe almost 9 years ago - 3 comments

#49 - [utils] drop support for scipy 0.12

Pull Request - State: closed - Opened by andrenarchy about 9 years ago

#48 - Import to Attribute Error

Pull Request - State: closed - Opened by highlando about 9 years ago - 3 comments

#47 - Link to 'pynosh' package should point to Github repo instead of Bitbucket

Issue - State: closed - Opened by maxalbert about 9 years ago - 1 comment

#46 - allow for LinearSystem without `A` and `b`

Issue - State: closed - Opened by highlando about 10 years ago - 1 comment

#45 - add linsys.Ritz (similar to deflation.Ritz)

Issue - State: open - Opened by carlos-echeverria over 10 years ago

#44 - More descriptive error messages

Issue - State: closed - Opened by nschloe over 10 years ago

#43 - allow for ARPACK-compatible `which` values

Issue - State: closed - Opened by nschloe over 10 years ago

#42 - pip install krypy

Issue - State: closed - Opened by nschloe over 10 years ago - 1 comment

#41 - raise SomethingElseError in utils

Issue - State: closed - Opened by nschloe over 10 years ago

#40 - properly handle n-by-0 vectors in LinearOperator

Issue - State: closed - Opened by nschloe over 10 years ago

#39 - Recycling

Pull Request - State: closed - Opened by andrenarchy over 10 years ago

#38 - [deflation] compute <U,AV> efficiently in DeflatedCg

Issue - State: closed - Opened by andrenarchy over 10 years ago
Labels: enhancement

#37 - [deflation/linsys] add timings in solvers

Issue - State: closed - Opened by andrenarchy over 10 years ago - 1 comment
Labels: enhancement

#36 - [deflation/linsys] properly include projections in linsys solvers

Issue - State: closed - Opened by andrenarchy over 10 years ago - 1 comment
Labels: enhancement

#35 - [recycling] implement selection strategy for self-adjoint operators

Issue - State: closed - Opened by andrenarchy over 10 years ago - 1 comment
Labels: enhancement

#34 - [deflation/utils] implement new Ritz or harmonic Ritz pair computation

Issue - State: closed - Opened by andrenarchy over 10 years ago - 1 comment
Labels: enhancement

#33 - [linsys] include bounds in Cg, Minres, Gmres classes

Issue - State: closed - Opened by andrenarchy over 10 years ago - 1 comment
Labels: enhancement

#32 - [deflation] complete implementation of bound_pseudo

Issue - State: closed - Opened by andrenarchy over 10 years ago
Labels: enhancement

#31 - [utils] unify evaluation of polynomials on intervals and paths

Issue - State: closed - Opened by andrenarchy over 10 years ago - 1 comment
Labels: enhancement

#30 - [utils] add NormalizedRootsPolynomial

Issue - State: closed - Opened by andrenarchy over 10 years ago
Labels: enhancement

#29 - publish docs on readthedocs.org

Pull Request - State: closed - Opened by andrenarchy over 10 years ago

#28 - host docs on readthedocs.org

Issue - State: closed - Opened by andrenarchy over 10 years ago
Labels: enhancement

#27 - Refactoring of solvers into classes

Pull Request - State: closed - Opened by andrenarchy over 10 years ago

#25 - [utils] ritz: use QR decomposition for harmonic Ritz pairs

Issue - State: open - Opened by andrenarchy almost 11 years ago
Labels: enhancement

#24 - [utils] is arnoldi_projected unstable?

Issue - State: open - Opened by andrenarchy about 11 years ago
Labels: question

#23 - krypy.linsys.numpy etc.

Issue - State: closed - Opened by nschloe about 11 years ago - 1 comment

#22 - [utils] add Timer functionality

Issue - State: closed - Opened by andrenarchy about 11 years ago
Labels: enhancement

#21 - [linsys] remove timer

Issue - State: closed - Opened by andrenarchy about 11 years ago
Labels: maintenance

#20 - [linsys] implement Hegedüs trick

Issue - State: closed - Opened by andrenarchy about 11 years ago
Labels: enhancement

#19 - [linsys] cg, minres: add reortho strategies

Issue - State: open - Opened by andrenarchy about 11 years ago
Labels: enhancement

#18 - [linsys] cg(): implement return_basis

Issue - State: closed - Opened by andrenarchy about 11 years ago - 1 comment
Labels: enhancement

#17 - [linsys] modify 'info' handling

Issue - State: closed - Opened by andrenarchy about 11 years ago
Labels: maintenance

#16 - [tests] cg, gmres and minres stability tests

Issue - State: open - Opened by andrenarchy about 11 years ago
Labels: enhancement

#15 - [docs] add cg and minres doc

Issue - State: closed - Opened by andrenarchy about 11 years ago
Labels: enhancement

#14 - utils.ritz: add support for auxiliary subspace

Issue - State: closed - Opened by andrenarchy about 11 years ago - 1 comment
Labels: enhancement

#13 - get rid of emtpy()

Issue - State: closed - Opened by andrenarchy about 11 years ago

#12 - "Gram-Schmidt"ify Householder Arnoldi

Issue - State: closed - Opened by andrenarchy about 11 years ago

#11 - use scipy's LinearOperator and remove utils.apply

Issue - State: closed - Opened by andrenarchy about 11 years ago

#10 - Add gmres double test

Issue - State: closed - Opened by andrenarchy over 11 years ago - 1 comment

#9 - Memory Allocation wrt maxiter

Issue - State: closed - Opened by highlando over 11 years ago - 1 comment
Labels: wontfix

#8 - use sphinx documentation on github pages

Issue - State: closed - Opened by andrenarchy over 11 years ago - 1 comment

#7 - handle zero right hand side properly

Issue - State: closed - Opened by andrenarchy over 11 years ago - 1 comment

#6 - Support for restarted gmres

Issue - State: closed - Opened by highlando over 11 years ago

#5 - gmres fails if initial guess satisfies tolerance

Issue - State: closed - Opened by andrenarchy over 11 years ago

#4 - add unit tests

Issue - State: closed - Opened by andrenarchy over 11 years ago
Labels: enhancement

#3 - Allow input vectors of shape (n,)

Issue - State: closed - Opened by nschloe over 11 years ago

#2 - get meaningful __init__

Pull Request - State: closed - Opened by nschloe over 11 years ago - 1 comment

#1 - __init__.py

Pull Request - State: closed - Opened by nschloe over 11 years ago