Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/scipy/scipy

SciPy library main repository
https://github.com/scipy/scipy

ENH: Complex filtering fix using sosfiltfilt and similar

Seaspider1 opened this issue 7 months ago
BUG: signal: fix crash under free-threaded CPython in medfilt2d

rgommers opened this pull request 7 months ago
ENH: stats.mstats: add weighted Harrell Davis quantile estimation

ivanbelenky opened this pull request 7 months ago
DEP: `stats.find_repeats`: deprecate function

mdhaber opened this pull request 7 months ago
DOC: fix documentation about verbose in minimize_trustregion_constr.py

mdunphy opened this pull request 7 months ago
DOC: interpolate: fix `py:obj reference target not found` warning

j-bowhay opened this pull request 7 months ago
ENH: ndimage: add array API standard support

ev-br opened this pull request 7 months ago
ENH: special.logsumexp: add array API standard support

lucascolley opened this pull request 7 months ago
MAINT: `optimize.curve_fit`: improve error message

mdhaber opened this pull request 7 months ago
MAINT: sparse.linalg: `spsolve` simplification

tylerjereddy opened this pull request 7 months ago
BUG: dev.py build --debug doesn't produce a debug build

ngoldbaum opened this issue 7 months ago
BUG: sparse: Two new XSLOW test failures

WarrenWeckesser opened this issue 7 months ago
MAINT: signal: Don't redefine `PyArray_MIN` macro

WarrenWeckesser opened this pull request 7 months ago
DOC: Remove outdated comment about macos/musl in Cirrus CI config

nickodell opened this pull request 7 months ago
BUG: optimize.nnls: re-implementation not robust

divenex opened this issue 7 months ago
ENH: interpolate: Add the ability to specify `k` in `NearestNDInterpolator`

PolarBean opened this pull request 7 months ago
CI: update Anaconda.org upload tokens for Cirrus CI

rgommers opened this pull request 7 months ago
TST: sparse.csgraph: simplify dtypes def in `test_graph_laplacian.py`

lobpcg opened this pull request 7 months ago
TST: sparse.linalg: simplify dtypes def in `test_expm_multiply.py`

lobpcg opened this pull request 7 months ago
ENH:optimize: Rewrite MINPACK in C

ilayn opened this pull request 7 months ago
WIP: DOC: write a contributor guide page about using BLAS/LAPACK

rgommers opened this pull request 7 months ago
TST: sparse.linalg: test all dtypes for `lobpcg` B-orthonormalization

lobpcg opened this pull request 7 months ago
TST: special.logsumexp: modernise tests

lucascolley opened this pull request 7 months ago
TST: fix `boxcox_llf` test skips

tylerjereddy opened this pull request 7 months ago
ENH: optimize: Addition of (vectorized) Muller's method

theDDA opened this issue 7 months ago
MAINT: remove unused minpack2 fortran code

j-bowhay opened this pull request 7 months ago
MAINT: use `xp_vector_norm` instead of `xp.linalg.vector_norm`

j-bowhay opened this pull request 7 months ago
DEV/CI: add `gmpy2` back to test dependencies

lucascolley opened this pull request 7 months ago
MAINT: cirrus wheel upload failure

lucascolley opened this issue 7 months ago
BUG: cluster: Fix `fcluster` `"maxclust"` binary search logic

nmayorov opened this pull request 7 months ago
BUG: cluster: Avoid OOB write when distances are NaN in `centroid`

nickodell opened this pull request 7 months ago
MAINT: remove another mpl test shim

tylerjereddy opened this pull request 7 months ago
DOC: optimize: Add docstring to InverseJacobian

melissawm opened this pull request 7 months ago
TST: interpolate: use `xp_assert` infrastructure

ev-br opened this pull request 7 months ago
BUG: `optimize.root_scalar`: let bracket be passed as a NumPy array

tartopohm opened this pull request 7 months ago
BENCH: Corrections to benchmarks README and `sparse.Arithmetic` benchmark

MikhailRyazanov opened this pull request 7 months ago
BUG: spatial: premature overflow in minkowski distance

fancidev opened this issue 7 months ago
MAINT, DOC: simplify docs warn filter

tylerjereddy opened this pull request 7 months ago
Update _differentialevolution.py

Sinamahani opened this pull request 7 months ago
ENH:sparse.linalg: Update vendored ARPACK version to 3.9.1

ilayn opened this pull request 7 months ago
MAINT: Unskip `scipy.misc.test.test_decorator` for Python 3.13+

czgdp1807 opened this pull request 7 months ago
MAINT: itemsize pybind cleanup

tylerjereddy opened this pull request 7 months ago
DOC: special.ellipj: fix order of parameters in docstring

j-bowhay opened this pull request 7 months ago
DOC: incorrect section ordering for classes

lucascolley opened this issue 7 months ago
DEV: don't add `sparse` label for submodules

lucascolley opened this pull request 7 months ago
ENH: `stats.boxcox_llf`: add array API support

lucascolley opened this pull request 7 months ago
DOC: sparse.linalg.gcrotmk: add missing backticks

anushkasuyal opened this pull request 7 months ago
DOC: sparse.linalg.gcrotmk: fix backticks and add `maxiter` default

anushkasuyal opened this pull request 7 months ago
DOC: sparse.linalg.gcrotmk : Typeset code objects in docstring

anushkasuyal opened this pull request 7 months ago
BUG: minimize: fix for powell method

irideselby opened this pull request 7 months ago
ENH: ndimage: delegate to CuPy

ev-br opened this pull request 7 months ago
ENH: `stats.alexandergovern`: vectorize calculation for n-D arrays

mdhaber opened this pull request 7 months ago
DOC: `optimize.InverseJacobian`: document or deprecate?

mdhaber opened this issue 7 months ago
DOC: optimize: remove inadvertent block quote indentation

mdhaber opened this pull request 7 months ago
DOC: spatial: Fix typo in `seuclidean` docstring

kwinkunks opened this pull request 7 months ago
DEP: spatial: deprecate complex input to `cosine` and `correlation`

fancidev opened this pull request 7 months ago
BLD: Enable `open_memstream()` on newer glibc

nickodell opened this pull request 7 months ago
MAINT: simplify `_integrate_pdf`

tylerjereddy opened this pull request 7 months ago
TST: experiment to determine what warnings pytest reports

mdhaber opened this pull request 7 months ago
DOC: Add default options for COBYQA

ragonneau opened this pull request 7 months ago
BUG: Problems with developer installation in Debian virtualenv

MikhailRyazanov opened this issue 7 months ago
BUG: linalg.expm: slower by a factor of ~4 in `scipy>1.13`

domna opened this issue 7 months ago
ENH: `stats.differential_entropy`: add array API support

mdhaber opened this pull request 7 months ago
BUG/DEV: `PytestUnknownMarkWarning` from `-t`

lucascolley opened this issue 7 months ago
MAINT: adapt to array-api-strict 2.0

lucascolley opened this pull request 7 months ago
MAINT: `cluster`/`stats`: array API test failures in main

mdhaber opened this issue 7 months ago
BUG: interpolate: `RecursionError` when importing `BSpline`

BartSchuurmans opened this issue 7 months ago
DOC: doctest failures in private functions

e-kwsm opened this issue 7 months ago
BUG: 'simps' not found from 'scipy.integrate'

gusmihaian opened this issue 7 months ago
MAINT: uarray: fix typo in `small_dynamic_array.h`

h-vetinari opened this pull request 7 months ago
ENH: `stats.zmap`/`zscore`/`gzscore`: add array API support

mdhaber opened this pull request 7 months ago
BUG: special: remove type punning to avoid warnings in LTO builds

steppi opened this pull request 7 months ago
MAINT: gcc-14 test_region5 tol bump

tylerjereddy opened this pull request 7 months ago
BUG: special: Fixes for pro_rad1

steppi opened this pull request 7 months ago