-
-
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
1 Release published by 1 person
-
v1.16.0rc1 SciPy 1.16.0rc1
published
May 21, 2025
30 Pull requests merged by 16 people
-
ENH: stats: add
marray
support to a few remaining functions#22827 merged
May 23, 2025 -
DOC: linalg: adjust release note wording
#23040 merged
May 23, 2025 -
ENH: fix typo in differential_evolution docstring for atol parameter
#22990 merged
May 22, 2025 -
DEP: linalg.interpolative: remove seed and rand
#23034 merged
May 22, 2025 -
TYP: fix and improve the
linalg._decomp_lu_cython
stub#23039 merged
May 22, 2025 -
MAINT: fix inaccuracy in factorial2 docstring
#23024 merged
May 22, 2025 -
DOC: add documentation for the new
use-system-libraries
build option#23029 merged
May 21, 2025 -
REL: set 1.16.0rc2 unreleased
#23031 merged
May 21, 2025 -
DEV: Remove
--parallel
and rely onspin
's--jobs
argument#23026 merged
May 21, 2025 -
DEP: stats: remove find_repeats
#23023 merged
May 21, 2025 -
DOC: .mailmap updates for 1.16.0rc1
#23014 merged
May 21, 2025 -
DOC: scipy.signal.ShortTimeFFT.k_max: Fix slice index
#23015 merged
May 20, 2025 -
MAINT: version pins/prep for 1.16.0rc1
#23013 merged
May 19, 2025 -
DOC: edit and extend the release notes for 1.16.0
#23010 merged
May 18, 2025 -
ENH: sparse.linalg: a restarted Krylov method for evaluating f(A)b.
#22983 merged
May 18, 2025 -
REL: set version to 1.17.0.dev0
#23006 merged
May 18, 2025 -
DOC: update SciPy 1.16.0 release notes
#22991 merged
May 18, 2025 -
ENH/DOC/TST:
cluster.vq
: usexp_capabilities
#23000 merged
May 17, 2025 -
DOC/TST:
cluster.hierarchy
: usexp_capabilities
#22960 merged
May 17, 2025 -
ENH:
signal.{envelope,resample,resample_poly}
: array API standard support#22343 merged
May 17, 2025 -
CI: address some potential vulnerabilities
#22967 merged
May 17, 2025 -
BUG: sparse: fix mean/sum change in return of np.matrix for sparse matrices
#23005 merged
May 17, 2025 -
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
11 Pull requests opened by 10 people
-
DNM: debug segfault gh-22758
#23002 opened
May 16, 2025 -
DOC: duplicate contributor
#23004 opened
May 16, 2025 -
CI: give redirect action status write permission
#23008 opened
May 17, 2025 -
ENH: sparse: efficient conversion from DIA to CSR format
#23009 opened
May 17, 2025 -
BENCH: asv benchmarks for alternative array backends
#23012 opened
May 18, 2025 -
MAINT: bump minimum NumPy version
#23016 opened
May 19, 2025 -
BUG:interpolate.Akima1DInterpolator Identical Rearrangement Fixes
#23019 opened
May 20, 2025 -
ENH: interpolate.BSpline: add array API standard interface
#23020 opened
May 20, 2025 -
MAINT: create `_lib._array_api_override` to solve circular import
#23028 opened
May 21, 2025 -
Updated developer docs for `spin`
#23041 opened
May 22, 2025 -
DEP: linalg: remove kron
#23043 opened
May 23, 2025
10 Issues closed by 5 people
-
DOC: `linalg.toeplitz` does not support batching like the `1.16.0rc1` release notes say
#23038 closed
May 23, 2025 -
Making clearer what namespaces are public by use of underscores
#14360 closed
May 22, 2025 -
ENH/REL: provide `scipy-openblas32` wheel for `ppc64le`
#23027 closed
May 21, 2025 -
DEV: `spin test -b all` adds `--pyargs scipy` twice
#22980 closed
May 21, 2025 -
ENH: sparse.linalg: Krylov methods for matrix functions
#22974 closed
May 18, 2025 -
MAINT: follow-up actions for array API support in `cluster`
#18866 closed
May 17, 2025 -
ENH: stats: add `multivariate_laplace`
#18186 closed
May 17, 2025 -
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
13 Issues opened by 11 people
-
MAINT: `-Duse-system-libs` does not look in provided `--prefix`
#23042 opened
May 23, 2025 -
BUG: circular import error with `linalg._matfuncs_sqrtm_triu` on 1.16.0rc1
#23037 opened
May 22, 2025 -
BUG: scipy.signal.csd doesn't zero-pad for different size inputs in 1.16.0rc1
#23036 opened
May 22, 2025 -
MAINT: Some public sub-submodules still expose private objects
#23033 opened
May 22, 2025 -
BUG: Inconsistent STFT results between ShortTimeFFT.stft() and signal.stft()
#23032 opened
May 22, 2025 -
DEV/TST: print relevant env vars values in test header
#23030 opened
May 21, 2025 -
BUG: ConvexHull returns incorrect vertices in N-dimensional case
#23022 opened
May 20, 2025 -
DEV: can we 'scrape' package-wide `make_xp_test_case` info?
#23021 opened
May 20, 2025 -
QUERY: building and using a wheel on Windows
#23018 opened
May 20, 2025 -
ENH: stats: Gaussian Continuous Ranked Probability Score (CRPS)
#23017 opened
May 20, 2025 -
DOC: integrate: incorrect code or math notation in `dblquad` non-constant limit example
#23011 opened
May 18, 2025 -
CircleCI docs artifact redirector action affect by change in security setting
#23007 opened
May 17, 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.
-
MAINT: stats: ensure functions work on non-default device
#22856 commented on
May 22, 2025 • 9 new comments -
ENH: `cluster`: vectorize `is_isomorphic`
#22989 commented on
May 18, 2025 • 4 new comments -
ENH: optimize.minimize: add `subproblem_maxiter` option for `tr-exact`
#19668 commented on
May 17, 2025 • 4 new comments -
ENH: linalg: implement higher-order SVD (HOSVD) for M-D tensors
#14284 commented on
May 16, 2025 • 3 new comments -
BUG: ndimage: fix memory management issues in `_rank_filter_1d.cpp`
#22613 commented on
May 17, 2025 • 2 new comments -
MAINT: transition from `np.asarray` to `from_dlpack`
#22049 commented on
May 22, 2025 • 1 new comment -
ENH: signal: Array API for filter design functions
#22911 commented on
May 21, 2025 • 1 new comment -
ENH/MAINT: migrate `special.chndtr` and its inverses to boost
#22539 commented on
May 18, 2025 • 1 new comment -
ENH: stats: add array API support to some of `_axis_nan_policy` decorator
#22857 commented on
May 20, 2025 • 1 new comment -
WIP:ENH:MAINT: sparse.linalg: rewrite ARPACK in C
#22748 commented on
May 21, 2025 • 0 new comments -
ENH: special: boostify F distribution functions
#22699 commented on
May 17, 2025 • 0 new comments -
DOC: optimize.root: include default values for method args
#22679 commented on
May 17, 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 -
MAINT: migrate `btdtria` to boost
#22506 commented on
May 18, 2025 • 0 new comments -
DOC: Add time complexities of csgraph algorithms
#22331 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 -
ENH: signal.filtfilt supports complex-coefficient filters
#22014 commented on
May 16, 2025 • 0 new comments -
8000
MAINT: special: add `_ufuncs._js_div` used by `spatial.distance.jensenshannon`
#20786 commented on
May 16, 2025 • 0 new comments -
ENH: spatial.transform: add array API standard support
#22777 commented on
May 18, 2025 • 0 new comments -
ENH: special: add more functions to `_support_alternative_backends`
#22795 commented on
May 23, 2025 • 0 new comments -
ENH: sparse.csgraph.laplacian: add `variant` parameter and support 'use_abs'
#22830 commented on
May 17, 2025 • 0 new comments -
DOC, MAINT: Make stats distributions methods links to parent
#22836 commented on
May 23, 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 -
MAINT: eager_warns: accept xp as keyword-only argument
#22885 commented on
May 20, 2025 • 0 new comments -
BUG:interpolate.Akima1DInterpolator Improving Numerical Stability
#22888 commented on
May 20, 2025 • 0 new comments -
MAINT: migrate `special.btdtrib` to boost
#22889 commented on
May 18, 2025 • 0 new comments -
ENH: signal: Add Array API compatibility to the `filter_design` section
#22914 commented on
May 22, 2025 • 0 new comments -
ENH: linalg: low-level nD support, take 3
#22924 commented on
May 18, 2025 • 0 new comments -
ENH: stats: Add matrix variate t distribution
#22925 commented on
May 23, 2025 • 0 new comments -
ENH: spatial.transform.RigidTransform: refactor into pure Python class and cython backend
#22972 commented on
May 23, 2025 • 0 new comments -
ENH: `qmc.geometric_discrepancy`: method='mindist' improve memory com…
#22993 commented on
May 16, 2025 • 0 new comments -
ENH: special: Associate Legendre Function with non-integer degree
#22937 commented on
May 16, 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 17, 2025 • 0 new comments -
MAINT, CI: zizmor analysis of CI security
#22966 commented on
May 17, 2025 • 0 new comments -
BLD: Remove use of `libnpymath` and `libnpyrandom`
#17498 commented on
May 17, 2025 • 0 new comments -
CI: Failures in pytest-run-parallel CI job
#22758 commented on
May 17, 2025 • 0 new comments -
DOC: conda-forge `compilers` package now also usable on windows
#21716 commented on
May 18, 2025 • 0 new comments -
BUG: scipy.special in 1.15.x doesn't support python 3.10 and numpy 1.26.4
#22877 commented on
May 18, 2025 • 0 new comments -
DOC: Add "Examples" to docstrings
#7168 commented on
May 18, 2025 • 0 new comments -
ENH: `interpolate.make_splrep`: fails for ill-conditioned problems
#22704 commented on
May 19, 2025 • 0 new comments -
BUG: After updating to numpy 2.0.0, scipy fails to build with LTO errors.
#21065 commented on
May 19, 2025 • 0 new comments -
ENH: fft: reduce large memory use due to caching
#15104 commented on
May 20, 2025 • 0 new comments -
ENH: stats: add array API-support
#20544 commented on
May 21, 2025 • 0 new comments -
ENH: sparse.csgraph.laplacian: alternative normalised laplacian formula?
#14490 commented on
May 22, 2025 • 0 new comments -
ENH: signal: add array API standard support
#20678 commented on
May 22, 2025 • 0 new comments -
ENH: linalg: array library interoperability
#19068 commented on
May 22, 2025 • 0 new comments -
META: deprecation tracker
#15765 commented on
May 22, 2025 • 0 new comments -
Tracker: array types (CuPy, PyTorch & co) and array API standard support
#18867 commented on
May 22, 2025 • 0 new comments -
The case for Symplectic Solvers in ODE Solver
#12690 commented on
May 22, 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: 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 19, 2025 • 0 new comments -
ENH: `stats.multivariate_t`: support `covariance` class and unify handling of infinite degrees of freedom
#20015 commented on
May 23, 2025 • 0 new comments