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
DOC: `optimize.differential_evolution`: change convergence to reflect implementation
voibit opened this pull request 8 months ago
voibit opened this pull request 8 months ago
MAINT: special: fix typo in `four_gammas` used by `hyp2f1`
fancidev opened this pull request 8 months ago
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
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
tylerjereddy opened this pull request 8 months ago
ENH: `optimize.least_squares`: add option to pass a single function to compute `fun` and `jac`
frortega opened this issue 8 months ago
frortega opened this issue 8 months ago
BUG: Numerically incorrect `scipy.signal.savgol_coeffs` (also affects `scipy.signal.savgol_filter`)
MothNik opened this issue 8 months ago
MothNik opened this issue 8 months ago
TST: optimize.dual_annealing: add fail_slow exception missing from original PR
mdhaber opened this pull request 8 months ago
mdhaber opened this pull request 8 months ago
BUG: SLSQP Inequality constraints incompatible when no constraints are present or constraints are respected
LoGaL93 opened this issue 8 months ago
LoGaL93 opened this issue 8 months ago
CI: Add Linux workflow to test on free-threaded Python builds
andfoy opened this pull request 8 months ago
andfoy opened this pull request 8 months ago
BUG: `stats.levy_stable.rvs`: "S0"-parameterization ignored
bewit opened this issue 8 months ago
bewit opened this issue 8 months ago
BLD: Warning fix from ``scipy/special/special/gamma.h``
czgdp1807 opened this pull request 8 months ago
czgdp1807 opened this pull request 8 months ago
REV: revert accidental `cobyqa` update in gh-17924
lucascolley opened this pull request 8 months ago
lucascolley opened this pull request 8 months ago
ENH: interpolate: addition to `make_lsq_bspline`
Searchingdays opened this pull request 8 months ago
Searchingdays opened this pull request 8 months ago
BUG: `sparse.csgraph.minimum_spanning_tree`: 64bit indices unsupported
anntzer opened this issue 8 months ago
anntzer opened this issue 8 months ago
ENH: `special.rel_entr`: Avoid overflow before computing log
nickodell opened this pull request 8 months ago
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
WarrenWeckesser opened this pull request 8 months ago
TST: optimize.differential_evolution: add fail-slow exception
mdhaber opened this pull request 8 months ago
mdhaber opened this pull request 8 months ago
BUG: ``optimize.nnls`` sometimes fails when input ``A`` is a Fortran order array
wangzcl opened this issue 8 months ago
wangzcl opened this issue 8 months ago
DOC: extend "building reproducible binaries" page
rgommers opened this pull request 8 months ago
rgommers opened this pull request 8 months ago
ENH: ndimage: extend filter axes support to remaining filters (`generic_filter`, etc.)
grlee77 opened this pull request 8 months ago
grlee77 opened this pull request 8 months ago
ENH: stats: add F-test of equality of variances
gnc1999 opened this pull request 8 months ago
gnc1999 opened this pull request 8 months ago
ENH: ndimage: extend ndimage filter axes support to correlate and convolve
grlee77 opened this pull request 8 months ago
grlee77 opened this pull request 8 months ago
TST: my local test failures
mdhaber opened this issue 8 months ago
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
rgommers opened this issue 8 months ago
ENH: optimize.elementwise: vectorized scalar optimization and root finding tools
mdhaber opened this pull request 8 months ago
mdhaber opened this pull request 8 months ago
DOC: ndimage: improve grayscale morphology docstrings
grlee77 opened this pull request 8 months ago
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
dschmitz89 opened this pull request 8 months ago
ENH: stats: end-to-end array-API support for NHSTs with beta null distribution
mdhaber opened this pull request 8 months ago
mdhaber opened this pull request 8 months ago
BUG: sparse: Fix argmin/max shape diff between axis 0/1. And min/max can now return 1D shapes when axis set.
dschult opened this pull request 8 months ago
dschult opened this pull request 8 months ago
TST: optimize: fix failing tests for `_bracket_minimum`
rgommers opened this pull request 8 months ago
rgommers opened this pull request 8 months ago
BUG: special: remove redundant `Py_Initialize`
mattip opened this pull request 8 months ago
mattip opened this pull request 8 months ago
DEP: stats.linregress: deprecate one-arg use
mdhaber opened this pull request 8 months ago
mdhaber opened this pull request 8 months ago
ENH: optimize: improve `cobyqa` performance by reducing overhead in solver
andyfaff opened this pull request 8 months ago
andyfaff 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
ev-br opened this pull request 8 months ago
MAINT: special: add `_ufuncs._js_div` used by `spatial.distance.jensenshannon`
fancidev opened this pull request 8 months ago
fancidev 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
dschmitz89 opened this pull request 8 months ago
DOC: SciPy 1.14.0 relnotes
tylerjereddy opened this pull request 8 months ago
tylerjereddy opened this pull request 8 months ago
BUG: Build failure on PyPy3.10 7.3.16: `error: ‘Py_Initialize’ was not declared in this scope`
mgorny opened this issue 8 months ago
mgorny opened this issue 8 months ago
ENH: stats: end-to-end array-API support for NHSTs with chi-squared null distribution
mdhaber opened this pull request 9 months ago
mdhaber opened this pull request 9 months ago
TST: stats: remove overhead of array_namespace in calls to _get_pvalue
mdhaber opened this pull request 9 months ago
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
j-bowhay opened this pull request 9 months ago
MAINT: `spatial.distance.jensenshannon` returns `nan` for contrived input
fancidev opened this issue 9 months ago
fancidev opened this issue 9 months ago
DOC: signal: Documentation improvements of `detrend` function
DietBru opened this pull request 9 months ago
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
mdhaber opened this pull request 9 months ago
REL, MAINT: prep for 1.13.2
tylerjereddy opened this pull request 9 months ago
tylerjereddy opened this pull request 9 months ago
MAINT: forward port 1.13.1 relnotes
tylerjereddy opened this pull request 9 months ago
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
mtsokol opened this pull request 9 months ago
ENH: array types, signal: delegate to CuPy and JAX for correlations and convolutions
ev-br opened this pull request 9 months ago
ev-br opened this pull request 9 months ago
ENH: `stats.ttest_ind`: add array API support
mdhaber opened this pull request 9 months ago
mdhaber opened this pull request 9 months ago
MAINT: optimize: remove circular reference in `ScalarFunction`
andyfaff opened this pull request 9 months ago
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
mdhaber opened this pull request 9 months ago
BUG: optimize.minimize: garbage collection in `lbfgs`
lorentzenchr opened this issue 9 months ago
lorentzenchr opened this issue 9 months ago
ENH: stats.qmc: add bounds parameters to PoissonDisk
Matryoskas opened this pull request 9 months ago
Matryoskas opened this pull request 9 months ago
MAINT: stats: minor numerical improvements to circular statistics
fancidev opened this pull request 9 months ago
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
mdhaber opened this pull request 9 months ago
TST: stats.fit: address xslow test failures
mdhaber opened this pull request 9 months ago
mdhaber opened this pull request 9 months ago
BUG: sparse.csgraph, array types: some functions should expect a fill-value other than zero
hameerabbasi opened this issue 9 months ago
hameerabbasi opened this issue 9 months ago
WIP:ENH: stats.ttest_rel: add array API support
j-bowhay opened this pull request 9 months ago
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
tk-yoshimura opened this issue 9 months ago
ENH: special: add `_ufuncs._iv_ratio_c` function
fancidev opened this pull request 9 months ago
fancidev opened this pull request 9 months ago
MAINT: sparse.linalg: adjust `norm`, `eigs`, and `lsqr` to `pydata/sparse` input
mtsokol opened this pull request 9 months ago
mtsokol opened this pull request 9 months ago
BUG: ImportError: DLL load failed while importing nct_ufunc
JoyLinWQ opened this issue 9 months ago
JoyLinWQ opened this issue 9 months ago
ENH: speed up for differential_evolution updating='deferred'
andyfaff opened this pull request 9 months ago
andyfaff opened this pull request 9 months ago
TST: stats: refactor tests of normality tests
mdhaber opened this pull request 9 months ago
mdhaber opened this pull request 9 months ago
BUG: stats: Two new test failures
WarrenWeckesser opened this issue 9 months ago
WarrenWeckesser opened this issue 9 months ago
ENH: sparse: add dtype validation in `__init__` and `astype`
rmnigm opened this pull request 9 months ago
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
mdhaber opened this pull request 9 months ago
BUG: A bug of Wilcoxon signed rank test
hengzhe-zhang opened this issue 9 months ago
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
mdhaber opened this pull request 9 months ago
ENH: some micro-optimisations for differential_evolution
andyfaff opened this pull request 9 months ago
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
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
rgommers opened this pull request 9 months ago
ENH: interpolate.make_lsq_spline: add boundary conditions
ev-br opened this issue 9 months ago
ev-br opened this issue 9 months ago
DOC: stats: update formulas given for kstat/kstatvar to reflect implementations
j-bowhay opened this pull request 9 months ago
j-bowhay opened this pull request 9 months ago
BUG: Fix incorrect brackets in cephes hyperg.h
steppi opened this pull request 9 months ago
steppi opened this pull request 9 months ago
MAINT: use PyTorch 2.3 in CI, fix CuPy failures, more type annotations for `_array_api.py`
rgommers opened this pull request 9 months ago
rgommers opened this pull request 9 months ago
ENH: `stats._xp_mean`, an array API compatible `mean` with `weights` and `nan_policy`
mdhaber opened this pull request 9 months ago
mdhaber opened this pull request 9 months ago
DOC: Scipy Documentation Pages Completely Down
aglaiawong opened this issue 9 months ago
aglaiawong opened this issue 9 months ago
MAINT: optimize: another fail_slow exception for COBYQA
mdhaber opened this pull request 9 months ago
mdhaber opened this pull request 9 months ago
BLD/DEV: special: build warnings
fancidev opened this issue 9 months ago
fancidev opened this issue 9 months ago
DOC/DEV: update commit message guidance
lucascolley opened this issue 9 months ago
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
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
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
mdhaber opened this pull request 9 months ago
1.12.0 [BUG]: pytest fails in all units using `scipy.special._ufuncs` DSO module with `undefined symb ol: npy_cexp`
kloczek opened this issue 9 months ago
kloczek opened this issue 9 months ago
BUG: stats.ttest_1samp: fix use of `keepdims`
sdiebolt opened this pull request 9 months ago
sdiebolt opened this pull request 9 months ago
DOC: stats.mannwhitneyu: reversed options for `alternative` param
athanzli opened this issue 9 months ago
athanzli opened this issue 9 months ago
BUG: interpolate: do not segfault on bad boundary conditions
ev-br opened this pull request 9 months ago
ev-br opened this pull request 9 months ago
MAINT:RFC:Adopt IEEE semantics for scipy.special.sindg, cosdg, tandg and cotdg
fancidev opened this issue 9 months ago
fancidev opened this issue 9 months ago
BUG: special: fix algorithmic error in `ratevl` in `cephes/polevl.h`
ZhibingSun opened this pull request 9 months ago
ZhibingSun opened this pull request 9 months ago
ENH: Allow linear_sum_assignment to accept a ufunc for very large graphs
matham opened this issue 9 months ago
matham opened this issue 9 months ago
BUG: sparse.linalg: Segfault in `arpack` with `ifx`
AgilentGCMS opened this issue 9 months ago
AgilentGCMS opened this issue 9 months ago
CI: pin Python for MacOS conda
tylerjereddy opened this pull request 9 months ago
tylerjereddy opened this pull request 9 months ago
DOC: stats.{circmean, circvar, circstd}: improve accuracy/clarity
fancidev opened this pull request 9 months ago
fancidev opened this pull request 9 months ago
BUG: `scipy.stats.ttest_1samp` raises an error when using `keepdims=True`
sdiebolt opened this issue 9 months ago
sdiebolt opened this issue 9 months ago
BUG: minimize - COBYQA is very inefficient w.r.t time.
andyfaff opened this issue 9 months ago
andyfaff opened this issue 9 months ago
BUG: scipy.special.sindg returns 0.0 for large argument
fancidev opened this issue 9 months ago
fancidev opened this issue 9 months ago
ENH: sparse: Speed up `_add_sparse` for DIA format
perimosocordiae opened this pull request 9 months ago
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
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
Jerry-Ma opened this issue 9 months ago