226
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #19714 from rgommers/cython3-upgrade More... about 1 year ago
BLD: require Cython >=3.0.4, drop 0.29.X support More... about 1 year ago
Merge pull request #19710 from rgommers/fix-editable-install-test-errors More... about 1 year ago
Merge pull request #19701 from lucascolley/array-api-compat-import More... about 1 year ago
DOC: clarify ttest_1samp argument (#19711) More... about 1 year ago
TST: fix discovery error of npz files under `special/tests/data` More... about 1 year ago
TST: add `norecursedirs` to pytest.ini, avoid picking up vendored tests More... about 1 year ago
TST: fix issue with `test_scipy_version.py` and editable installs More... about 1 year ago
Merge pull request #19702 from h-vetinari/atol More... about 1 year ago
Merge pull request #19708 from lucascolley/optional More... about 1 year ago
BUG: fix negative overflow in stats.boxcox_normmax (#19691) More... about 1 year ago
DOC: spatial.distance: missing optional param markers [docs only] More... about 1 year ago
remove obsolete warning filter More... about 1 year ago
homogenize escaping for tol/atol/rtol in docstrings More... about 1 year ago
fix C&P error More... about 1 year ago
avoid spurious complex values in tfqmr More... about 1 year ago
also apply tol->rtol deprecation for minres / tfqmr More... about 1 year ago
don't (re)calculate norm of b in _get_atol_rtol; ensure we raise warnings before returning More... about 1 year ago
adapt to tol->rtol renaming in test_iterative.py More... about 1 year ago
replace callers of assert_normclose with single-line code used elsewhere More... about 1 year ago
DEP: also deprecated non-integer scalars for factorial(..., exact=True) More... about 1 year ago
DEP: execute deprecation of non-integer arrays in factorial(..., exact=True) More... about 1 year ago
adopt deprecations around tol/atol/rtol also for gcrotmk/lgmres More... about 1 year ago
clean up deprecation warnings in _get_atol More... about 1 year ago
MAINT: use nicer `array_api_compat` import More... about 1 year ago
MAINT: make import of `array_api_compat` nicer More... about 1 year ago
MAINT: bump project version (#19698) More... about 1 year ago
ENH: stats.shapiro: add axis / nan_policy / keepdims support (#19680) More... about 1 year ago
MAINT: sparse: Stop supporting multi-Ellipsis indexing (#18541) More... about 1 year ago
MAINT:linalg: Prefer 'np.fill_diagonal' over 'diag_indices' (#19695) More... about 1 year ago