-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Insights: scipy/scipy
Overview
Could not load contribution data
Please try again later
35 Pull requests merged by 19 people
-
TST: Use
jax_autojit
#22909 merged
May 16, 2025 -
BUG: Fix duplicate
--pyargs
due to double addition in SciPy andspin
#22998 merged
May 16, 2025 -
DOC:
special
: update top-level docs to reflectxp_capabilities
#23001 merged
May 16, 2025 -
MAINT: bump up array-api-compat and array-api-extra
#22999 merged
May 16, 2025 -
CI: temporarily disable free-threaded job with parallel-threads
#22997 merged
May 16, 2025 -
BUG: interpolate.make_splrep: raise error when
residuals.sum()
becomesNaN
#22973 merged
May 16, 2025 -
DOC: signal.csd: Small fixes to docstr
#22994 merged
May 16, 2025 -
DOC: optimize: Add the multiplier details to SLSQP funcs
#22787 merged
May 16, 2025 -
CI: pin marray version
#22995 merged
May 16, 2025 -
ENH:
signal.cspline1d_eval,qspline1d_eval
throw exception for empty cj array#22992 merged
May 16, 2025 -
MAINT: Use
ENUM_CHECK_NAME
for avoiding memory leaks in_superluobject.c
#22071 merged
May 16, 2025 -
MAINT: stats.DiscreteDistribution: fix inversion methods
#22970 merged
May 15, 2025 -
MAINT: signal.csd: port away from using
_spectral_helper
#22460 merged
May 15, 2025 -
ENH: sparse: efficient arithmetic operations for DIA format
#21180 merged
May 15, 2025 -
ENH:
special
: addxp_capabilities
#22946 merged
May 15, 2025 -
MAINT: vendor qhull as subproject and add
-Duse-system-libraries
#22893 merged
May 15, 2025 -
ENH:
cluster
: more lazy functions#22959 merged
May 15, 2025 -
ENH: sparse: ND binary operations support
#22897 merged
May 15, 2025 -
ENH: sparse: Support nD sum/mean/min/max/argmin for sparse arrays
#22873 merged
May 14, 2025 -
DOC: sparse: sparray migration guide updates
#22987 merged
May 14, 2025 -
MAINT: special: remove test_compiles_in_cupy
#22984 merged
May 14, 2025 -
ENH:
optimize.root
: add warning for invalid inner parameters innewton_krylov
method#22809 merged
May 14, 2025 -
TST:
cluster
: reduce test reliance from linkage#22961 merged
May 13, 2025 -
BUG:signal: Fix passing lti as system to cont2discrete
#21628 merged
May 13, 2025 -
MAINT: fix skellam distribution tests
#22971 merged
May 13, 2025 -
ENH: ndimage.rotate: performance enhancement on WoA
#22811 merged
May 13, 2025 -
MAINT: stats.make_distribution: fix most remaining discrete distribution specific issues
#22969 merged
May 13, 2025 -
BUG: signal: fix incorrect vendoring of
npp_polyval
#22982 merged
May 13, 2025 -
ENH: stats.rankdata: add array API standard support
#20639 merged
May 13, 2025 -
ENH: stats: Implement _munp for gennorm
#22976 merged
May 13, 2025 -
TST: add tests for
ncfdtri
#22719 merged
May 13, 2025 -
MAINT: wrap wrapcauchy samples around the circle
#22963 merged
May 12, 2025 -
MAINT: stats.quantile: fixup quantile for p < minimum plotting position
#22648 merged
May 11, 2025 -
DOC: outline that not all attributes of OptimizeResult may be present
#22968 merged
May 10, 2025 -
TST: spatial.transform: Add array API standard support for testing
#22939 merged
May 10, 2025
10 Pull requests opened by 8 people
-
ENH: spatial.transform.RigidTransform: refactor into pure Python class and cython backend
#22972 opened
May 11, 2025 -
ENH: sparse.linalg: a restarted Krylov method for evaluating f(A)b.
#22983 opened
May 13, 2025 -
ENH: stats: allow shifting of discrete distributions
#22988 opened
May 14, 2025 -
ENH: `cluster`: vectorize `is_isomorphic`
#22989 opened
May 15, 2025 -
ENH: fix typo in differential_evolution docstring for atol parameter
#22990 opened
May 15, 2025 -
WIP, DOC: update SciPy 1.16.0 release notes
#22991 opened
May 15, 2025 -
ENH: `qmc.geometric_discrepancy`: method='mindist' improve memory com…
#22993 opened
May 16, 2025 -
ENH/DOC/TST: `cluster.vq`: use `xp_capabilities`
#23000 opened
May 16, 2025 -
DNM: debug segfault gh-22758
#23002 opened
May 16, 2025 -
DOC: duplicate contributor
#23004 opened
May 16, 2025
16 Issues closed by 11 people
-
Release notes do not explain what were the bug fixes.
#23003 closed
May 16, 2025 -
ENH: optmize.slsqp: return Lagrange multipliers
#14394 closed
May 16, 2025 -
ENH: optimize: Return bound multiplier for SLSQP
#22769 closed
May 16, 2025 -
Possible mistake in _triage_segments function
#15587 closed
May 16, 2025 -
Split scipy.signal.spectral._spectral_helper into two to support dask chunking
#13577 closed
May 16, 2025 -
signal.spectral._triage_segments doesn't support window as tuple with Nx parameter.
#12544 closed
May 16, 2025 -
BUG: Memory leak in _superluobject.c when `ENUM_CHECK` is not used (static analyzer report)
#16234 closed
May 16, 2025 -
ENH: super-Gaussian rv_continuous distribtuion
#22986 closed
May 14, 2025 -
TST: `special`: `test_compiles_in_cupy` is broken
#22942 closed
May 14, 2025 -
ENH: optimize.root: warn when inner parameters are ignored with `method='krylov'`
#21986 closed
May 14, 2025 -
BUG: signal.cont2discrete not handling lti instances as documented
#11312 closed
May 13, 2025 -
BUG: special._ufuncs._ncx2_pdf: interpreter crash with extreme input
#22956 closed
May 13, 2025 -
Bug with freqz when specifying worN after #22886
#22981 closed
May 13, 2025 -
QUERY: ndimage.zoom: very low factor on big grayscaled images does not look good
#22977 closed
May 13, 2025 -
BUG: stats.wrapcauchy: output isn't wrapped around the unit circle
#22951 closed
May 12, 2025 -
BUG: The attribute "nit" is not found when using the callback of scipy.optimize.minimize
#22965 closed
May 10, 2025
5 Issues opened by 5 people
-
ENH: spatial: alpha shape/concave hull
#22985 opened
May 14, 2025 -
DEV: `spin test -b all` adds `--pyargs scipy` twice
#22980 opened
May 13, 2025 -
DOC: optimize.nnls: squared 2-norm instead of 2-norm?
#22979 opened
May 13, 2025 -
BUG: optimize: `_linesearch_powell` can find worse local optimum than initial value
#22978 opened
May 12, 2025 -
ENH: sparse.linalg: Krylov methods for matrix functions
#22974 opened
May 11, 2025
62 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
ENH: signal: Array API for filter design functions
#22911 commented on
May 11, 2025 • 28 new comments -
CI: address some potential vulnerabilities
#22967 commented on
May 17, 2025 • 20 new comments -
DOC/TST: `cluster.hierarchy`: use `xp_capabilities`
#22960 commented on
May 17, 2025 • 7 new comments -
ENH: optimize.differential_evolution: enable passing parameters to polishing step
#22957 commented on
May 13, 2025 • 6 new comments -
ENH: stats: Add matrix variate t distribution
#22925 commented on
May 16, 2025 • 4 new comments -
ENH: optimize.minimize: add `subproblem_maxiter` option for `tr-exact`
#19668 commented on
May 16, 2025 • 4 new comments -
ENH: `integrate.solve_ivp`: add option to gracefully handle exceptions
#21008 commented on
May 13, 2025 • 3 new comments -
ENH: linalg: implement higher-order SVD (HOSVD) for M-D tensors
#14284 commented on
May 16, 2025 • 3 new comments -
ENH/MAINT: migrate `special.chndtr` and its inverses to boost
#22539 commented on
May 16, 2025 • 2 new comments -
ENH:optimize: Enforce minimum bounds in armijo
#17565 commented on
May 15, 2025 • 2 new comments -
MAINT: eager_warns: accept xp as keyword-only argument
#22885 commented on
May 12, 2025 • 1 new comment -
ENH: special: Associate Legendre Function with non-integer degree
#22937 commented on
May 16, 2025 • 0 new comments -
BUG: Perform ``Py_DECREF`` on ``obj`` to avoid memory leak
#22041 commented on
May 16, 2025 • 0 new comments -
BUG: sparse.csgraph.floyd_warshall: do not set to infinity for masked array
#22286 commented on
May 16, 2025 • 0 new comments -
DOC: Add time complexities of csgraph algorithms
#22331 commented on
May 16, 2025 • 0 new comments -
ENH: `signal.{envelope,resample,resample_poly}`: array API standard support
#22343 commented on
May 14, 2025 • 0 new comments -
BUG: ndimage: fix memory management issues in `_rank_filter_1d.cpp`
#22613 commented on
May 16, 2025 • 0 new comments -
ENH: signal: New functions `sawtooth_rfft` and `square_rfft` for creating band-limited sawtooth and square signals.
#22656 commented on
May 16, 2025 • 0 new comments -
BUG: xsf.config.h: fix clamp function implementation
#22739 commented on
May 13, 2025 • 0 new comments -
WIP:ENH:MAINT: sparse.linalg: rewrite ARPACK in C
#22748 commented on
May 16, 2025 • 0 new comments -
ENH: spatial.transform: add array API standard support
#22777 commented on
May 11, 2025 • 0 new comments -
ENH: special: add more functions to `_support_alternative_backends`
#22795 commented on
May 16, 2025 • 0 new comments -
ENH: stats: add `marray` support to a few remaining functions
#22827 commented on
May 16, 2025 • 0 new comments -
ENH: sparse.csgraph.laplacian: add `variant` parameter and support 'use_abs'
#22830 commented on
May 14, 2025 • 0 new comments -
DOC, MAINT: Make stats distributions methods links to parent
#22836 commented on
May 14, 2025 • 0 new comments -
ENH: stats.qmc.geometric_discrepancy: improve memory complexity for `method='mindist'`
#22841 commented on
May 16, 2025 • 0 new comments -
BUG: optimize: DCSRCH: fix promoting float32 input to float64
#22865 commented on
May 16, 2025 • 0 new comments -
BUG:interpolate.Akima1DInterpolator Improving Numerical Stability
#22888 commented on
May 16, 2025 • 0 new comments -
ENH: stats.quantile: add `weights` parameter
#22894 commented on
May 15, 2025 • 0 new comments -
ENH: special: replace cdflib functions
#21966 commented on
May 14, 2025 • 0 new comments -
DEP: remove deprecated linprog-methods
#15707 commented on
May 13, 2025 • 0 new comments -
MAINT: spatial.cKDTree.query: better tuning parameters for Apple Silicon
#22928 commented on
May 14, 2025 • 0 new comments -
TST: sparse: more tests for sparse `has_canonical_format` flag
#22936 commented on
May 12, 2025 • 0 new comments -
DEP: deprecate positional arguments for signatures being changed in 1.17 cycle
#18703 commented on
May 13, 2025 • 0 new comments -
ENH: ndimage: add `affine_transform2` or similar for better usability combining transforms
#20282 commented on
May 13, 2025 • 0 new comments -
ENH: stats: add matrix t-distribution
#22870 commented on
May 12, 2025 • 0 new comments -
META: vendored code tracker
#21232 commented on
May 16, 2025 • 0 new comments -
BLD/DOC: Verify MKL works with Meson build, and document BLAS/LAPACK selection better
#16200 commented on
May 16, 2025 • 0 new comments -
MAINT: special: consider changing `long` loops to `int`/`int64`
#19462 commented on
May 16, 2025 • 0 new comments -
BUG: odeint sometimes skips critical points
#8410 commented on
May 16, 2025 • 0 new comments -
BUG: special: autodifferentiation of division operator
#21665 commented on
May 16, 2025 • 0 new comments -
DEV: follow-up tasks after merge of `spin` support
#22887 commented on
May 16, 2025 • 0 new comments -
DOC: spatial.Delaunay: links to wrong `transform`
#22923 commented on
May 16, 2025 • 0 new comments -
ENH: sparse: add new `drop_zero_axis` method
#6754 commented on
May 16, 2025 • 0 new comments -
BUG: `scipy.io.mmread` failure starting from `1.12.0` with precision `>= 22` during write
#19949 commented on
May 16, 2025 • 0 new comments -
BLD: Remove use of `libnpymath` and `libnpyrandom`
#17498 commented on
May 16, 2025 • 0 new comments -
BUG: interpolate.make_splrep: Internal runtime error
#22704 commented on
May 16, 2025 • 0 new comments -
CI: Failures in pytest-run-parallel CI job
#22758 commented on
May 17, 2025 • 0 new comments -
ENH: cluster: Add custom leaves ordering for dendrogram
#12049 commented on
May 14, 2025 • 0 new comments -
MAINT: signal: force LTI state-space matrices to have inexact type
#13235 commented on
May 16, 2025 • 0 new comments -
ENH: fft: reduce large memory use due to caching
#15104 commented on
May 15, 2025 • 0 new comments -
ENH: signal: add cross cyclic spectral density
#15519 commented on
May 16, 2025 • 0 new comments -
ENH: optimize.linprog: use callbacks for highs
#19420 commented on
May 14, 2025 • 0 new comments -
Use Meson subprojects to allow a system version of Boost, Qhull, & co
#17751 commented on
May 15, 2025 • 0 new comments -
BLD: sparse: coalesce binops to cut `_sparsetools.so` library size in half
#19766 commented on
May 14, 2025 • 0 new comments -
BUG: signal: fix peak widths zero division error
#20721 commented on
May 15, 2025 • 0 new comments -
MAINT: special: add `_ufuncs._js_div` used by `spatial.distance.jensenshannon`
#20786 commented on
May 16, 2025 • 0 new comments -
TST: We should add missing tests for cdflib
#19953 commented on
May 14, 2025 • 0 new comments -
BUG: minimize: fix for powell method
#21092 commented on
May 14, 2025 • 0 new comments -
ENH: sparse: add nD support for element-wise and reduction operations
#21613 commented on
May 14, 2025 • 0 new comments -
TST: sparse: Separate Test64Bit from test_base.py, refactor to allow Test_Classes based marks, ignore some methods
#21743 commented on
May 12, 2025 • 0 new comments -
ENH: signal.filtfilt supports complex-coefficient filters
#22014 commented on
May 16, 2025 • 0 new comments