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: utilise `array_api_compat` v1.8

lucascolley opened this pull request 6 months ago
ENH: spatial.distance: extending `_distance_pybind` with additional metrics

czgdp1807 opened this pull request 6 months ago
ENH: Non-Legacy Piecewise Linear Interpolation

maxnoe opened this issue 6 months ago
CI: Test icx + icpx + ifx + MKL build of SciPy

czgdp1807 opened this pull request 6 months ago
Update _distn_infrastructure.py

mcalotes opened this pull request 6 months ago
DOC: `integrate.solve_bvp`: make notation consistent

hroskes opened this pull request 6 months ago
DOC: `sampling_tdr.rst` failing in CircleCI smoke-tutorials job

rgommers opened this issue 6 months ago
BUG: ValueError: `x0` violates bound constraints in minimize

maysanbader opened this issue 6 months ago
ENH: linalg.nullspace: expose SVD options

j-bowhay opened this pull request 6 months ago
DOC: add sphinx-copybutton

mosc9575 opened this pull request 6 months ago
BUG: sparse: fix failing doctests in io and csgraph that print sparse

dschult opened this pull request 6 months ago
BENCH: fix `--compare` in `python dev.py bench`

czgdp1807 opened this pull request 6 months ago
BUG: sparse: fix two slow tests that fail in numpy 2 inside A.nnz

dschult opened this pull request 6 months ago
DOC: add sphinx-copybutton to the documentation

mosc9575 opened this issue 6 months ago
ENH: sparse: Refactoring 2-D COO sparse-dense matrix-matrix multiplication

anushkasuyal opened this pull request 6 months ago
ENH: Add a Python level lapack wrapper for DSYTRS

graphic-goose opened this issue 6 months ago
BUG: io/scipy.sparse.csgraph: refguide check failure in main

mdhaber opened this issue 6 months ago
ENH: Riccati Differential Equation

RafaelLuz opened this issue 6 months ago
MAINT: interpolate: remove `README`

lucascolley opened this pull request 6 months ago
BUG: Files in SuperLU under LGPL license

hawkinsp opened this issue 6 months ago
ENH: `stats.boxcox_llf`: vectorize for n-D arrays

lucascolley opened this pull request 6 months ago
META: vendored code tracker

lucascolley opened this issue 6 months ago
ENH: `optimize.elementwise.find_minimum`: add array API support

mdhaber opened this pull request 6 months ago
ENH: `differentiate`: support array `initial_step`

mdhaber opened this pull request 6 months ago
BUG: special: test failures with CuPy 13.2.0

mdhaber opened this issue 6 months ago
ENH: Use highspy in linprog.. again

HaoZeke opened this pull request 6 months ago
MAINT: io: move `_test_fortran` under `tests`

lucascolley opened this pull request 6 months ago
MAINT: interpolate: remove several fused type uses from `_bspl.pyx`

ev-br opened this pull request 6 months ago
BUG: special: `cython_special` missing dep

tylerjereddy opened this pull request 6 months ago
BENCH: sparse.linalg: check accuracy properly in LOBPCG benchmarks

lobpcg opened this pull request 6 months ago
TST: sparse.linalg.lobpcg: add unit tests for accuracy

lobpcg opened this pull request 6 months ago
BUG: Failed to build from sources

n-bes opened this issue 6 months ago
ENH: `integrate._tanhsinh`: add array API support

mdhaber opened this pull request 6 months ago
MAINT: `_lib`: update `_docscrape` from upstream

lucascolley opened this pull request 6 months ago
MAINT, DOC: bump jupyterlite-sphinx lower bound

tylerjereddy opened this pull request 6 months ago
DOC: doc build failing in CI

j-bowhay opened this issue 6 months ago
MAINT: special: Make sine and cosine integrals work in CUDA

steppi opened this pull request 6 months ago
BUG: fft: fix array-like input

lucascolley opened this pull request 6 months ago
BUG: `fft.hfftn` fails on list inputs

michaelpradel opened this issue 6 months ago
BUG: SciPy functions raise an error given lists of extreme integers

michaelpradel opened this issue 6 months ago
MAINT: ensure Python.h is included first in __minpack.c

j-bowhay opened this pull request 6 months ago
BUG: optimize: Avoid sharing BFGS HessianUpdateStrategy between constraints

nickodell opened this pull request 6 months ago
DOC: fft.dct: Improve example documentation for DCT

unalmis opened this pull request 6 months ago
ENH:integrate: Rewrite QUADPACK in C

ilayn opened this pull request 6 months ago
DOC: Fix type of ``html_sidebars`` value in ``conf.py``

AA-Turner opened this pull request 6 months ago
DOC: fft.dct: document ortho flag

unalmis opened this issue 6 months ago
ENH: sparse: extend COO arrays to n-dimensions

anushkasuyal opened this pull request 6 months ago
DEV: add label glob for `scipy.differentiate`

lucascolley opened this pull request 6 months ago
CI: documentation build failing?

mdhaber opened this issue 6 months ago
BUG: Behaviour of numpy.all and numpy.any on sparse matrices

gagolews opened this issue 6 months ago
ENH: Solve non-square systems of nonlinear equations

LittleDogXi opened this issue 6 months ago
BUG: hang when running embedded Python

vinay472 opened this issue 6 months ago
logm and expm throw errors on NVIDIA Jetson

eufrizz opened this issue 6 months ago
DOC: `array`->`array_like` in a few functions

mdhaber opened this pull request 6 months ago
DOC: optimize: Mark `x1` as optional for secant root finding

nickodell opened this pull request 6 months ago
ENH: coordinate descent minimizer

jxu opened this issue 6 months ago
MAINT: spatial: weighted `chebyshev` distance revisited

fancidev opened this issue 6 months ago
ENH: sparse: efficient arithmetic operations for DIA format

MikhailRyazanov opened this pull request 6 months ago
BUG: special: `cupy` import guard

tylerjereddy opened this pull request 6 months ago
DOC: Local failures for `dev.py smoke-docs`

j-bowhay opened this issue 6 months ago
MAINT: spatial.distance.jaccard: correct numerator calculation

fancidev opened this pull request 6 months ago
BUG/CI: Compile and run tests with `ifx` + `MKL` on Linux

czgdp1807 opened this pull request 6 months ago
DEV: fix `--debug` and add `--release` to `dev.py build`

rgommers opened this pull request 6 months ago
BUG: sparse: invalid `indices` cause segfault for `csr_array`

octachrome opened this issue 6 months ago
ENH: sparse: N-dimensional COO arrays

anushkasuyal opened this issue 6 months ago
BLD: remove optional test dependencies from cibuildwheel config

rgommers opened this pull request 6 months ago
ENH: interpolate: add AAA algorithm for rational approximation

j-bowhay opened this pull request 6 months ago
MAINT: `optimize.root_scalar`: ensure user function gets scalar argument

mdhaber opened this pull request 6 months ago