Skip to content

Issues: scipy/scipy

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

BUG: Numerically incorrect scipy.signal.savgol_coeffs (also affects scipy.signal.savgol_filter) defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.signal
#20825 opened May 28, 2024 by MothNik
BUG: SLSQP Inequality constraints incompatible when no constraints are present or constraints are respected defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.optimize
#20823 opened May 28, 2024 by LoGaL93
BUG: stats.levy_stable.rvs() ignores "S0"-parameterization defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.stats
#20821 opened May 28, 2024 by bewit
BUG: sparse.csgraph.minimum_spanning_tree: 64bit indices unsupported defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.sparse.csgraph
#20817 opened May 28, 2024 by anntzer
BUG: optimize.nnls sometimes fails when input A is a Fortran order array defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.optimize
#20813 opened May 27, 2024 by wangzcl
TST: all local test failures defect A clear bug or issue that prevents SciPy from being installed or used as expected maintenance Items related to regular maintenance tasks
#20808 opened May 27, 2024 by mdhaber
Failures for new pytest-fail-slow check in Windows CI jobs CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure maintenance Items related to regular maintenance tasks
#20806 opened May 27, 2024 by rgommers
BUG: sparse.csgraph, array types: some functions should expect a fill-value other than zero array types Items related to array API support and input array validation (see gh-18286) defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.sparse.csgraph
#20763 opened May 22, 2024 by hameerabbasi
DOC/DEV: update commit message guidance Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org DX Everything related to making the experience of working on SciPy more pleasant
#20739 opened May 18, 2024 by lucascolley
DOC: stats.mannwhitneyu: reversed options for alternative param Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.stats
#20733 opened May 17, 2024 by athanzli
MAINT:RFC:Adopt IEEE semantics for scipy.special.sindg, cosdg, tandg and cotdg maintenance Items related to regular maintenance tasks RFC Request for Comments; typically used to gather feedback for a substantial change proposal scipy.special
#20731 opened May 17, 2024 by fancidev
BUG: Segfault in scipy/sparse/linalg/_eigen/arpack defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.sparse.linalg
#20728 opened May 16, 2024 by AgilentGCMS
BUG: scipy.stats.ttest_1samp raises an error when using keepdims=True defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.stats
#20725 opened May 16, 2024 by sdiebolt
BUG: minimize - COBYQA is very inefficient w.r.t time. defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.optimize
#20724 opened May 16, 2024 by andyfaff
BUG: scipy.special.sindg returns 0.0 for large argument defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.special
#20723 opened May 16, 2024 by fancidev
BUG: ZeroDivision Error in peak_finding_utils.pyx defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.signal
#20720 opened May 16, 2024 by Jerry-Ma
BLD: build times in Windows CI entries are variable and take longer than they should Build issues Issues with building from source, including different choices of architecture, compilers and OS CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure
#20718 opened May 15, 2024 by andyfaff
Array API failures with Metal Performance Shaders/torch array types Items related to array API support and input array validation (see gh-18286) maintenance Items related to regular maintenance tasks
#20700 opened May 12, 2024 by tylerjereddy
BUG: stats.noncentral_t: incorrect pdf values defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.stats
#20693 opened May 10, 2024 by tk-yoshimura
RFC: Switch to cython_<lapack,blas> based wrappers and deprecate custom scipy.linalg.<lapack,blas> Cython Issues with the internal Cython code base deprecated Items related to behavior that has been deprecated Fortran Items related to the internal Fortran code base RFC Request for Comments; typically used to gather feedback for a substantial change proposal scipy.linalg
#20682 opened May 9, 2024 by ilayn
ProTip! Exclude everything labeled bug with -label:bug.