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

MAINT: special: fix typo in `four_gammas` used by `hyp2f1`

fancidev opened this pull request 8 months ago
DEP: deprecate trapz alias of `stats.trapezoid` distribution

h-vetinari opened this pull request 8 months ago
REL: set version to 1.15.0.dev0

tylerjereddy opened this pull request 8 months ago
CI: Add Linux workflow to test on free-threaded Python builds

andfoy opened this pull request 8 months ago
BLD: Warning fix from ``scipy/special/special/gamma.h``

czgdp1807 opened this pull request 8 months ago
REV: revert accidental `cobyqa` update in gh-17924

lucascolley opened this pull request 8 months ago
ENH: interpolate: addition to `make_lsq_bspline`

Searchingdays opened this pull request 8 months ago
ENH: `special.rel_entr`: Avoid overflow before computing log

nickodell opened this pull request 8 months ago
DOC: integrate: odeint user functions must not modify y.

WarrenWeckesser opened this pull request 8 months ago
TST: optimize.differential_evolution: add fail-slow exception

mdhaber opened this pull request 8 months ago
DOC: extend "building reproducible binaries" page

rgommers opened this pull request 8 months ago
ENH: stats: add F-test of equality of variances

gnc1999 opened this pull request 8 months ago
TST: my local test failures

mdhaber opened this issue 8 months ago
Failures for new `pytest-fail-slow` check in Windows CI jobs

rgommers opened this issue 8 months ago
DOC: ndimage: improve grayscale morphology docstrings

grlee77 opened this pull request 8 months ago
ENH: stats: add array API support for `directional_stats`

dschmitz89 opened this pull request 8 months ago
TST: optimize: fix failing tests for `_bracket_minimum`

rgommers opened this pull request 8 months ago
BUG: special: remove redundant `Py_Initialize`

mattip opened this pull request 8 months ago
DEP: stats.linregress: deprecate one-arg use

mdhaber opened this pull request 8 months ago
DOC: interpolate: mention default kinds in interp2d transition guide

ev-br opened this pull request 8 months ago
ENH: `stats.nct.pdf`: increase range in left tail using boost

dschmitz89 opened this pull request 8 months ago
DOC: SciPy 1.14.0 relnotes

tylerjereddy opened this pull request 8 months ago
TST: stats: remove overhead of array_namespace in calls to _get_pvalue

mdhaber opened this pull request 9 months ago
DEP: special.comb: deprecate `exact=True` for non-integer intputs

j-bowhay opened this pull request 9 months ago
DOC: signal: Documentation improvements of `detrend` function

DietBru opened this pull request 9 months ago
ENH: stats: end-to-end array-API support for normality tests

mdhaber opened this pull request 9 months ago
REL, MAINT: prep for 1.13.2

tylerjereddy opened this pull request 9 months ago
MAINT: forward port 1.13.1 relnotes

tylerjereddy opened this pull request 9 months ago
BUG: sparse.csgraph, array types: support non-zero `fill_value`s

mtsokol opened this pull request 9 months ago
ENH: `stats.ttest_ind`: add array API support

mdhaber opened this pull request 9 months ago
MAINT: optimize: remove circular reference in `ScalarFunction`

andyfaff opened this pull request 9 months ago
MAINT: stats: move `multiscale_graphcorr` tests to save time

mdhaber opened this pull request 9 months ago
BUG: optimize.minimize: garbage collection in `lbfgs`

lorentzenchr opened this issue 9 months ago
ENH: stats.qmc: add bounds parameters to PoissonDisk

Matryoskas opened this pull request 9 months ago
MAINT: stats: minor numerical improvements to circular statistics

fancidev opened this pull request 9 months ago
MAINT: stats.wilcoxon: make `method='exact'` symmetric w/ ties

mdhaber opened this pull request 9 months ago
TST: stats.fit: address xslow test failures

mdhaber opened this pull request 9 months ago
WIP:ENH: stats.ttest_rel: add array API support

j-bowhay opened this pull request 9 months ago
ENH: stats.cauchy: improve cdf and quantile accuracy in tail

tk-yoshimura opened this issue 9 months ago
ENH: special: add `_ufuncs._iv_ratio_c` function

fancidev opened this pull request 9 months ago
BUG: ImportError: DLL load failed while importing nct_ufunc

JoyLinWQ opened this issue 9 months ago
ENH: speed up for differential_evolution updating='deferred'

andyfaff opened this pull request 9 months ago
TST: stats: refactor tests of normality tests

mdhaber opened this pull request 9 months ago
BUG: stats: Two new test failures

WarrenWeckesser opened this issue 9 months ago
ENH: sparse: add dtype validation in `__init__` and `astype`

rmnigm opened this pull request 9 months ago
ENH: stats.chisquare/power_divergence: add array API support

mdhaber opened this pull request 9 months ago
BUG: A bug of Wilcoxon signed rank test

hengzhe-zhang opened this issue 9 months ago
ENH: stats.bartlett: add native `axis` and array API support

mdhaber opened this pull request 9 months ago
ENH: some micro-optimisations for differential_evolution

andyfaff opened this pull request 9 months ago
ENH: special: add Stirling numbers of the first kind

rlucas7 opened this pull request 9 months ago
TST: bump tolerance to address local `test_axis_nan_policy` failures

rgommers opened this pull request 9 months ago
ENH: interpolate.make_lsq_spline: add boundary conditions

ev-br opened this issue 9 months ago
BUG: Fix incorrect brackets in cephes hyperg.h

steppi opened this pull request 9 months ago
DOC: Scipy Documentation Pages Completely Down

aglaiawong opened this issue 9 months ago
MAINT: optimize: another fail_slow exception for COBYQA

mdhaber opened this pull request 9 months ago
BLD/DEV: special: build warnings

fancidev opened this issue 9 months ago
DOC/DEV: update commit message guidance

lucascolley opened this issue 9 months ago
DOC: sparse.csgraph.dijkstra: add warning for `directed=False` behaviour

bharatr21 opened this pull request 9 months ago
TST, MAINT: run optimize array API tests and fix `chandrupatla`

tylerjereddy opened this pull request 9 months ago
ENH: stats.normaltest/jarque_bera: add array-API support

mdhaber opened this pull request 9 months ago
BUG: stats.ttest_1samp: fix use of `keepdims`

sdiebolt opened this pull request 9 months ago
BUG: interpolate: do not segfault on bad boundary conditions

ev-br opened this pull request 9 months ago
BUG: special: fix algorithmic error in `ratevl` in `cephes/polevl.h`

ZhibingSun opened this pull request 9 months ago
BUG: sparse.linalg: Segfault in `arpack` with `ifx`

AgilentGCMS opened this issue 9 months ago
CI: pin Python for MacOS conda

tylerjereddy opened this pull request 9 months ago
DOC: stats.{circmean, circvar, circstd}: improve accuracy/clarity

fancidev opened this pull request 9 months ago
BUG: minimize - COBYQA is very inefficient w.r.t time.

andyfaff opened this issue 9 months ago
BUG: scipy.special.sindg returns 0.0 for large argument

fancidev opened this issue 9 months ago
ENH: sparse: Speed up `_add_sparse` for DIA format

perimosocordiae opened this pull request 9 months ago
BUG: signal: fix peak widths zero division error

Jerry-Ma opened this pull request 9 months ago
BUG: ZeroDivision Error in peak_finding_utils.pyx

Jerry-Ma opened this issue 9 months ago