Ecosyste.ms: Issues

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

GitHub / scipy/scipy issues and pull requests

#21816 - TST: `TestThreading.test_median_filter` slow failure

Issue - State: closed - Opened by JasonGross 10 days ago - 2 comments
Labels: duplicate, maintenance

#21815 - TST: interpolate: parametrize tests on `griddata`

Pull Request - State: closed - Opened by ivanovmg 10 days ago
Labels: scipy.interpolate, maintenance

#21814 - TST: interpolate: tests on `griddata` are not parametrized

Issue - State: closed - Opened by ivanovmg 10 days ago
Labels: scipy.interpolate, maintenance

#21813 - ENH: Circulant matrix inverse and multiplication

Issue - State: open - Opened by adivijaykumar 10 days ago
Labels: enhancement, scipy.linalg

#21813 - ENH: Circulant matrix inverse and multiplication

Issue - State: open - Opened by adivijaykumar 10 days ago - 1 comment
Labels: enhancement, scipy.linalg

#21812 - API: interpolate.BarycentricInterpolator: transition to Generator (SPEC 7)

Pull Request - State: open - Opened by j-bowhay 11 days ago - 4 comments
Labels: scipy.interpolate, maintenance

#21812 - API: interpolate.BarycentricInterpolator: transition to Generator (SPEC 7)

Pull Request - State: closed - Opened by j-bowhay 11 days ago - 8 comments
Labels: scipy.interpolate, maintenance, needs-release-note

#21811 - ENH: differentiate: add array API support to `jacobian` and `hessian`

Pull Request - State: open - Opened by j-bowhay 11 days ago
Labels: enhancement, scipy._lib, scipy.differentiate

#21811 - ENH: differentiate: add array API support to `jacobian` and `hessian`

Pull Request - State: open - Opened by j-bowhay 11 days ago
Labels: enhancement, scipy._lib, scipy.differentiate

#21810 - RFC: special: Behavior of `gamma` function and related functions at poles.

Issue - State: closed - Opened by steppi 11 days ago - 1 comment
Labels: scipy.special, RFC

#21809 - BUG: optimize.curve_fit fix sigma dimension issue with nan_policy="omit"

Pull Request - State: closed - Opened by SoutrikBandyopadhyay 11 days ago
Labels: defect, scipy.optimize

#21809 - BUG: optimize.curve_fit fix sigma dimension issue with nan_policy="omit"

Pull Request - State: closed - Opened by SoutrikBandyopadhyay 11 days ago
Labels: defect, scipy.optimize

#21808 - BUG: `signal.correlation_lags`: fail with meaningful error message if the mode is unknown

Pull Request - State: closed - Opened by matteobachetti 11 days ago - 5 comments
Labels: defect, scipy.signal

#21807 - BUG: signal: Confusing error when giving an invalid mode to `correlation_lags`

Issue - State: closed - Opened by matteobachetti 11 days ago
Labels: defect, scipy.signal

#21807 - BUG: signal: Confusing error when giving an invalid mode to `correlation_lags`

Issue - State: closed - Opened by matteobachetti 11 days ago
Labels: defect, scipy.signal

#21806 - ENH: Add great-circle distance to list of supported metrics in `scipy.spatial.distance`

Issue - State: open - Opened by TheoMathurin 11 days ago - 1 comment
Labels: enhancement, scipy.spatial

#21805 - TYP: Return type for `scipy.fft.next_fast_len` is `None` instead of `int`

Issue - State: open - Opened by martin-ruffel-sncf 11 days ago - 3 comments
Labels: scipy.fft, static typing

#21804 - Query: CloughTocher2DInterpolator reproducibility with rectangular grid

Issue - State: open - Opened by tylerjereddy 12 days ago - 1 comment
Labels: scipy.interpolate, query

#21803 - BUG: scipy.linalg.expm and scipy.linalg.funm fail for a 2x2 matrix

Issue - State: closed - Opened by dibondar 12 days ago - 3 comments
Labels: scipy.linalg, wontfix

#21803 - BUG: scipy.linalg.expm and scipy.linalg.funm fail for a 2x2 matrix

Issue - State: closed - Opened by dibondar 12 days ago - 3 comments
Labels: scipy.linalg, wontfix

#21802 - MAINT: special: remove dependence of `xsf::numpy` on `sf_error`

Pull Request - State: closed - Opened by steppi 12 days ago - 2 comments
Labels: scipy.special, maintenance, C/C++

#21801 - ENH: extend factorial{,2,k} to allow complex inputs

Pull Request - State: closed - Opened by h-vetinari 12 days ago - 2 comments
Labels: enhancement, scipy.special

#21800 - DOC: signal.find_peaks: Document that widths are returned

Pull Request - State: closed - Opened by jenshnielsen 12 days ago
Labels: scipy.signal, Documentation

#21799 - ENH: sparse.linalg: add `is_sptriangular` and `spbandwidth` functions

Pull Request - State: closed - Opened by dschult 13 days ago - 4 comments
Labels: enhancement, scipy.sparse.linalg

#21797 - BUG: special: fix array index out of bound for `pro_rad2`

Pull Request - State: open - Opened by inkydragon 14 days ago - 1 comment
Labels: defect, scipy.special, C/C++

#21796 - Update `array_api_compat` submodule for the 2023.12 spec

Pull Request - State: open - Opened by ev-br 15 days ago - 2 comments
Labels: scipy._lib, Meson, array types

#21795 - updating `array_api_compat` submodule breaks down scipy testing

Issue - State: open - Opened by ev-br 15 days ago
Labels: query, array types

#21794 - BUG: stats.qmc: fix `get_poly_vinit` for multi-threading

Pull Request - State: closed - Opened by not522 15 days ago
Labels: defect, scipy.stats, Cython

#21793 - CI: Move free-threaded-wheels.yml into wheels.yml

Pull Request - State: closed - Opened by andfoy 16 days ago - 1 comment
Labels: CI, free-threading

#21792 - BUG: sparse: fix setdiag for matrices with missing diagonal entries

Pull Request - State: closed - Opened by sdrave 16 days ago - 2 comments
Labels: defect, scipy.sparse

#21791 - BUG: sparse: `setdiag` broken when not entire diagonal belongs to sparsity pattern

Issue - State: closed - Opened by sdrave 16 days ago
Labels: defect, scipy.sparse

#21790 - ENH: stats: distributions of order statistics

Pull Request - State: open - Opened by mdhaber 16 days ago - 9 comments
Labels: scipy.stats, enhancement

#21789 - ENH: integrate.nsum: support unimodal functions and infinite lower limit of summation

Pull Request - State: open - Opened by mdhaber 16 days ago
Labels: enhancement, scipy.integrate

#21788 - BUG: stats: `qmc.Sobol` raises `ValueError` in multi-threading

Issue - State: closed - Opened by not522 16 days ago
Labels: defect, scipy.stats

#21787 - MAINT: optimize: avoid matrix-matrix multiplication in BFGS update

Pull Request - State: open - Opened by jnooree 16 days ago - 1 comment
Labels: scipy.optimize, maintenance

#21786 - BLD: issues building on Ubuntu22.04 (C++17/C++14 related?)

Issue - State: closed - Opened by andyfaff 17 days ago - 9 comments
Labels: Build issues, C/C++

#21785 - MAINT: optimize: migration to sparray pass 1 changes

Pull Request - State: closed - Opened by dschult 17 days ago - 4 comments
Labels: scipy.optimize, maintenance

#21784 - BUG: sparse: fix Asp @ vsp for 1D sparse vector and add tests

Pull Request - State: closed - Opened by dschult 17 days ago - 1 comment
Labels: defect, scipy.sparse

#21783 - ENH: add array API support to signal.windows (take 2)

Pull Request - State: open - Opened by ev-br 17 days ago - 2 comments
Labels: enhancement, scipy.signal, scipy._lib, array types

#21782 - RFC: special: Return type of special functions that return derivatives.

Issue - State: open - Opened by steppi 17 days ago - 38 comments
Labels: scipy.special, RFC

#21781 - BUG: scipy.special.expn(n,x) seems to give wrong output for n < 1

Issue - State: closed - Opened by breichelt505 17 days ago - 2 comments
Labels: defect, scipy.special

#21781 - BUG: scipy.special.expn(n,x) seems to give wrong output for n < 1

Issue - State: closed - Opened by breichelt505 17 days ago - 2 comments
Labels: defect, scipy.special

#21780 - BUG: signal: Fix `ShortTimeFFT.extent()` for `fft_mode == 'centered'`

Pull Request - State: closed - Opened by DietBru 17 days ago - 2 comments
Labels: defect, scipy.signal

#21780 - BUG: signal: Fix `ShortTimeFFT.extent()` for `fft_mode == 'centered'`

Pull Request - State: open - Opened by DietBru 17 days ago - 1 comment
Labels: defect, scipy.signal

#21779 - ENH: sparse.csgraph: migrate to use sparray (code changes only)

Pull Request - State: closed - Opened by dschult 18 days ago - 2 comments
Labels: enhancement, scipy.sparse.csgraph, Cython

#21778 - ENH: optimize: add array api support to `rosen` and friends

Pull Request - State: closed - Opened by j-bowhay 18 days ago - 11 comments
Labels: enhancement, scipy.optimize, scipy._lib, CI, array types

#21777 - ENH: stats: absolute value of a random variable

Pull Request - State: open - Opened by mdhaber 18 days ago - 2 comments
Labels: scipy.stats, enhancement, scipy.optimize

#21776 - BUG/ENH/DOC: spatial: Better handle & document `Rotation` splitting

Pull Request - State: closed - Opened by scottshambaugh 18 days ago
Labels: defect, enhancement, scipy.spatial, Documentation, Cython

#21775 - BUG: sparse matrix-vector multiplication fails with flattened sparse vectors

Issue - State: closed - Opened by lukeolson 19 days ago - 1 comment
Labels: defect, scipy.sparse

#21774 - API: `optimize.differential_evolution`: transition to Generator (SPEC 7)

Pull Request - State: closed - Opened by andyfaff 19 days ago - 13 comments
Labels: scipy.optimize, scipy._lib, maintenance, needs-release-note

#21773 - DEP: special: Remove `special.btdtr` and `special.btdtri`

Pull Request - State: closed - Opened by IamPhytan 19 days ago - 1 comment
Labels: scipy.special, deprecated, needs-release-note

#21772 - BUG: optimize.curve_fit with nan_policy = "omit" fails to handle sigma properly

Issue - State: open - Opened by Vallastro 19 days ago - 3 comments
Labels: defect, scipy.optimize

#21771 - BUG: signal.lfilter: slow for some inputs on some machines

Issue - State: open - Opened by cdboschen 19 days ago - 9 comments
Labels: scipy.signal, upstream bug

#21771 - BUG: signal.lfilter: slow for some inputs on some machines

Issue - State: open - Opened by cdboschen 19 days ago - 9 comments
Labels: scipy.signal, upstream bug

#21770 - DOC: stats: correct conclusion associated with high p-value

Pull Request - State: closed - Opened by mdhaber 19 days ago
Labels: scipy.stats, Documentation

#21769 - BENCH: Warnings from `linprog`

Issue - State: open - Opened by HaoZeke 20 days ago - 1 comment
Labels: task, scipy.optimize, Benchmarks

#21768 - BUG: sparse: fix ellipsis and bool array indexing combination

Pull Request - State: closed - Opened by dschult 20 days ago - 1 comment
Labels: defect, scipy.sparse

#21767 - MAINT: `stats.ContinuousDistribution`: protect attributes, correct right operators, improve `__repr__`

Pull Request - State: closed - Opened by mdhaber 20 days ago
Labels: scipy.stats, enhancement, maintenance

#21766 - DEV/BLD: `ModuleNotFoundError: No module named 'mesonpy'`

Issue - State: closed - Opened by mdhaber 20 days ago - 14 comments
Labels: Build issues, DX

#21765 - MAINT: remove equality constraint that was impossible to satisfy with…

Pull Request - State: closed - Opened by andyfaff 20 days ago - 2 comments
Labels: scipy.optimize, maintenance

#21764 - ENH: linalg.lapack: add symmetric solvers

Issue - State: open - Opened by pijyoi 21 days ago
Labels: enhancement, scipy.linalg

#21763 - BUG: handle pearsonr constant case with n=2 vectors

Pull Request - State: closed - Opened by arashbm 21 days ago - 4 comments
Labels: defect, scipy.stats

#21762 - TST/DEV: allow CPU jax with GPU

Pull Request - State: open - Opened by tylerjereddy 21 days ago - 14 comments
Labels: maintenance, DX, array types

#21761 - MAINT, DX: CPU jax install and SCIPY_DEVICE

Issue - State: open - Opened by tylerjereddy 21 days ago
Labels: maintenance, CI, DX, array types

#21760 - BUG: failure in `scipy/optimize/tests/test_minimize_constrained.py::test_gh11649`

Issue - State: closed - Opened by mdhaber 21 days ago - 5 comments
Labels: defect, scipy.optimize

#21759 - DEP: remove `special.btdtr` and `special.btdtri`

Issue - State: closed - Opened by dschmitz89 21 days ago - 2 comments
Labels: scipy.special, task, good first issue, deprecated

#21758 - BENCH/DEV: Add ``conda-build`` to ``environment.yml``

Issue - State: open - Opened by Kai-Striega 22 days ago - 1 comment
Labels: Benchmarks, DX

#21757 - Double check tests for submodule deprecation of interpnd and dfitpack

Issue - State: closed - Opened by j-bowhay 22 days ago - 1 comment

#21757 - Double check tests for submodule deprecation of interpnd and dfitpack

Issue - State: closed - Opened by j-bowhay 22 days ago - 1 comment

#21756 - DOC: interpolate: detail `interp1d` recommended replacements

Pull Request - State: closed - Opened by ev-br 22 days ago
Labels: scipy.interpolate, Documentation

#21754 - MAINT: interpolate: rename `interpnd` -> `_interpnd`

Pull Request - State: closed - Opened by ev-br 22 days ago
Labels: scipy.interpolate, maintenance, Cython, Meson

#21753 - DOC: sparse: migration to sparray guide updates

Pull Request - State: open - Opened by dschult 22 days ago
Labels: scipy.sparse, Documentation

#21752 - ENH: stats.TruncatedDistribution: add truncated distributions

Pull Request - State: open - Opened by mdhaber 22 days ago
Labels: scipy.stats, enhancement

#21752 - ENH: stats.TruncatedDistribution: add truncated distributions

Pull Request - State: open - Opened by mdhaber 22 days ago
Labels: scipy.stats, enhancement

#21751 - BUG: array API conformance in cubature

Pull Request - State: closed - Opened by tylerjereddy 23 days ago
Labels: defect, scipy.integrate, array types

#21750 - BUG: Installation failed on GitHub's MacOS runner

Issue - State: closed - Opened by darrencl 23 days ago - 4 comments
Labels: invalid

#21750 - BUG: Installation failed on GitHub's MacOS runner

Issue - State: closed - Opened by darrencl 23 days ago - 4 comments
Labels: invalid

#21749 - MAINT/DEV: fix `python dev.py ipython` under Debian 12 / Python 3.11

Pull Request - State: closed - Opened by fancidev 23 days ago
Labels: maintenance, DX

#21748 - MAINT: Updated pybind11 min version to 2.13.2

Pull Request - State: closed - Opened by vfdev-5 23 days ago - 1 comment
Labels: maintenance, free-threading

#21747 - BUG: boolean indexing of sparse arrays broken on `main`

Issue - State: closed - Opened by dcherian 23 days ago - 2 comments
Labels: defect, scipy.sparse

#21746 - ENH: stats: exponential and reciprocal of a random variable

Pull Request - State: open - Opened by mdhaber 23 days ago - 12 comments
Labels: scipy.stats, enhancement

#21745 - TST, MAINT: array API GPU test fails in `test_cubature.py`

Issue - State: closed - Opened by tylerjereddy 24 days ago - 1 comment
Labels: scipy.integrate, maintenance, array types

#21744 - ENH: special: Extend Riemann Zeta function to complex inputs

Pull Request - State: closed - Opened by steppi 24 days ago - 12 comments
Labels: enhancement, scipy.special, C/C++, needs-release-note

#21743 - TST: sparse: Separate Test64Bit from test_base.py, refactor to allow Test_Classes based marks, ignore some methods

Pull Request - State: open - Opened by dschult 25 days ago
Labels: scipy.sparse, maintenance, CI, Meson

#21742 - ENH: special.{yv, kv}: return sensible value on undefined negative real half-line

Issue - State: open - Opened by Ju-Rien 25 days ago - 2 comments
Labels: enhancement, scipy.special

#21742 - ENH: special.{yv, kv}: return sensible value on undefined negative real half-line

Issue - State: open - Opened by Ju-Rien 25 days ago - 2 comments
Labels: enhancement, scipy.special

#21741 - ENH: `integrate.solve_ivp`: add callback

Pull Request - State: open - Opened by MatthewFlamm 25 days ago - 1 comment
Labels: enhancement, scipy.integrate

#21741 - ENH: `integrate.solve_ivp`: add callback

Pull Request - State: open - Opened by MatthewFlamm 25 days ago - 1 comment
Labels: enhancement, scipy.integrate

#21740 - CI: adding a GPU-enabled CI job

Issue - State: open - Opened by rgommers 25 days ago - 7 comments
Labels: enhancement, CI, array types

#21739 - BLD: fix issue with capitalisation when meson detects Accelerate

Pull Request - State: closed - Opened by andyfaff 26 days ago - 1 comment
Labels: Build issues, Meson

#21738 - BUG: "ERROR: Dependency "OpenBLAS" not found" in macOS tests / Accelerate CI

Issue - State: closed - Opened by mdhaber 26 days ago - 3 comments
Labels: defect, Meson

#21737 - TST: differentiate: small tolerance bump on failing test

Pull Request - State: closed - Opened by rgommers 26 days ago - 1 comment
Labels: maintenance, scipy.differentiate

#21736 - BUG: input's `device` isn't inherited for newly created `xp.asarrays`

Issue - State: open - Opened by betatim 26 days ago - 3 comments
Labels: defect, array types

#21735 - CI: use conda packaged toolchain

Pull Request - State: open - Opened by isuruf 26 days ago
Labels: CI

#21734 - BUG: cluster: correct type of default value of `dist` in `ClusterNode`

Pull Request - State: closed - Opened by ZoutigeWolf 26 days ago - 2 comments
Labels: defect, scipy.cluster

#21733 - BUG: cluster: incorrect type of default value of `dist` in `ClusterNode`

Issue - State: closed - Opened by ZoutigeWolf 26 days ago
Labels: defect, scipy.cluster

#21732 - QUERY: support for RISC-V?

Issue - State: closed - Opened by JocelynPanPan 26 days ago - 2 comments
Labels: 3rd party binaries, query

#21731 - ENH: `stats.dpareto_lognorm`: add double Pareto lognormal distribution

Pull Request - State: open - Opened by mdhaber 26 days ago - 2 comments
Labels: scipy.stats, enhancement, Documentation, needs-release-note

#21730 - MAINT: sparse.linalg: use @ for matmul in docs/tests for Linear Operator interface

Pull Request - State: closed - Opened by dschult 27 days ago
Labels: scipy.sparse.linalg, Documentation, maintenance