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: stats._moment: warn when catastrophic cancellation occurs (#15905)

1a945cae6ddc9186318cf34cfe1756cdd86eea34 authored almost 3 years ago
DOC: Change iircomb example unwrap into modulo

`np.unwrap` happens to produce the correct result for the number of points in freqz, but not for...

89b1492ed30831c5d6c4cde468f79b22f84fe5b4 authored almost 3 years ago
DOC: add sharex on iircomb examples and grid(True)

pyplot.grid toggles grids by default, which is not good if examples are run more than once.

25fc8211dac8a9bedcd7100e8a2b3f12cbbc3dfb authored almost 3 years ago
MAINT: stats: deprecate dirichlet

a31cc6539333471ecb533dd97d50a2e20f7559be authored almost 3 years ago
MAINT: Clarify sign of last iircomb coefficient

There's no reason to create a variable and then overwrite it.

7ba1c85be1e94c16a3e86db0c7e7500dd4917909 authored almost 3 years ago
DOC: Cite the chapter that describes comb filters

Specific citations are in the comments, but better than citing an entire book.

1fe5f0fde9f24b2944908951a849ca4a2fefa4d5 authored almost 3 years ago
DOC: Fix "bandwith" typos

f65168d86c08289aecff631c5979f3da5104295a authored almost 3 years ago
MAINT: Remove unnecessary list creation

`filter_types` isn't used anywhere else. List creation may already be optimized out, but it's a...

d78eab7f1dace1e253173dfd8e34ed506bd4b3d9 authored almost 3 years ago
BENCH: stats: Distribution memory and CDF/PPF round trip benchmarks (#15982)

* BENCH: stats: Distribution memory and CDF/PPF round trip benchmarks
Co-authored-by: Matt Habe...

653fd090fe18e28254986cd4c446c47b7051ef57 authored almost 3 years ago
BUG: Allow `spsolve_triangular` to work with matrices with zeros in the diagonal. (#16026)

Closes gh-15199

Co-authored-by: Pamphile Roy <[email protected]>
Co-authored-by: Ralf G...

88c8d698c03500a48d49390583b3c78309f84fad authored almost 3 years ago
TST: test_nodata respect endianness (#15933)

* the `nodata.arff` file read by this test contains
no data whatsoever that could possibly indi...

787e010ae8c58afb159f8c508ebcc6611f1bbb1f authored almost 3 years ago
DOC: change docs that specify the SNR ratio definition for find_peaks_cwt(). (#15827)

Closes gh-15059

8460e699c9bdc1039b031c15e290ad22372d5c3b authored almost 3 years ago
DOC: Add efficiency condition for CSC sparse matrix and remove CSC warning. (#15846)

Closes gh-11145

0a2fb1ac50be0f51984db0bdb4c6b4d91111c2a7 authored almost 3 years ago
Merge pull request #16035 from v0dro/sparse-matmul

BUG: allow scalar input to the `.dot` method of sparse matrices

This was a regression in 1.8....

895f29dbec2fedd16480374f74d0f92556f74ba2 authored almost 3 years ago
Merge pull request #16032 from v0dro/convolve-inf

FIX: show warning when passing NAN into input of convolve method

b2a153522ea27f6e1bc7582831d0d763e9b3fea5 authored almost 3 years ago
MAINT: stats: ensure that `rv_continuous._fitstart` shapes do not violate `_argcheck` (#15965)

bad9bdabc9ffa8724d891b027783412ec00a717a authored almost 3 years ago
MAINT: integrate: fix `solve_ivp` array_like `rtol` bug (#15995)

Co-authored-by: lerichi <[email protected]>

328f449ae37e67490052562d9131861452f11b6a authored almost 3 years ago
Merge pull request #16041 from nsait-linaro/classic-flang-support

MAINT: add include dir explicitly for PROPACK to build with classic flang

3c106e7e032834fcbbc2e5b43b64cf8f8d281e70 authored almost 3 years ago
ENH: Use circleci-artifacts-redirector-action (#16045)

4c9ab5628061a29de8c9911a1b20ab09b3a51f99 authored almost 3 years ago
DOC: Describe FORTRAN routines used in quad (#16043)

Co-authored-by: Pamphile Roy <[email protected]>

862fe949059183129dc37c1e7fa4e41a467fcf77 authored almost 3 years ago
Merge pull request #16040 from fAndreuzzi/fix-confusing-docs-ttest_ind_from_stats

DOC: fix example code values for ttest_ind_from_stats

f0ce1787c333ce58b06b7ed6583458799a7e62a8 authored almost 3 years ago
DOC: stats: add multivariate_beta documentation

7902ccef2960e9a36f9b093333e582c21f47ac40 authored almost 3 years ago
MAINT: stats: make multivariate_beta accept its own random variates

ca4ed86a2db6c43ba6365a6ff06463ec849b7f7b authored almost 3 years ago
MAINT: stats: duplicate dirichlet as multivariate_beta

c89ee2e6a8cbcfaad8e4576cdba8068f8e86c7e3 authored almost 3 years ago
MAINT: add include dir for PROPACK to build with classic flang

d9adadb4d396412a69c1b8ec45096db1595b8254 authored almost 3 years ago
DOC: fix example code values for ttest_ind_from_stats

b244870ef0f690129c3d26b85e31c7437acbbc67 authored almost 3 years ago
Merge pull request #16039 from fAndreuzzi/fix-confusing-docs-ttest_ind_from_stats

DOC: Improve misleading documentation for `ttest_ind_from_stats`

e8bb868d54e58b7479e697db728fcf08797211c6 authored almost 3 years ago
fix variance in documentation

feb8c663c1cadfa020835ac3fbb4bcf596c85e7e authored almost 3 years ago
Merge pull request #16037 from mdhaber/gh16036

MAINT: fix missing `f` prefix on f-strings

586c2e99cb27daa7743df5f204b2c1f5e72d6d21 authored almost 3 years ago
MAINT: fiix missing f prefix on f-strings

1613342a393e7235e4a46a34675232b17b12378c authored almost 3 years ago
FIX: allow scalar multiplication in the dot() method for sparse matrices.

test for using dot with a scalar quantity

FIX: allow scalar multiplication when using dot() on ...

89c2eb2443b402da4d6c633ef81533b1e592a925 authored almost 3 years ago
Merge pull request #15809 from Carreau/quad_explain_removal

DOC,MAINT: remove `quad_explain` that has become irrelevant.

c711451e6f8e4a60c958a8451d6f5d998ecf48d4 authored almost 3 years ago
DOC: Improve misleading documentation for `ttest_ind_from_stats` (#16034)

* DOC: improve misleading documentation for ttest_ind_from_stats in scipy.stats.

Clarified th...

ce67691026db9418568fdff62e1b2d6c6eef64df authored almost 3 years ago
FIX: show warning when passing NAN or INF into inputs of scipy.convolve. Add notes of the warning to the docs.

FIX: show warning when passing NAN into input of convolve method

update warnings and notes

8ae563f541c4908c93ef1724aa0d7ccd28336c68 authored almost 3 years ago
MAINT: Add a check to verify all `.pyi` files are installed by meson (#16010)

[ci skip]

Co-authored-by: Ralf Gommers <[email protected]>

46a21b564580ffe77d684f0a2d2dc48fe7b80868 authored almost 3 years ago
MAINT: stats: more accurate error message for `multivariate_normal` (#16030)

* MAINT: stats: more accurate error message for `multivariate_normal`

Co-authored-by: Tirth P...

f6cd0081b57db30c0e9756e7359001500deb38df authored almost 3 years ago
DEP: remove inheritance to `QMCEngine` in `MultinomialQMC` and `MultivariateNormalQMC` (#15946)

DEP: `MultinomialQMC` and `MultivariateNormalQMC` should not be `QMCEngine`s

Co-authored-by: ...

c44a56aee9bd1b9b7a3a2eda887d163dc4a67e44 authored almost 3 years ago
Merge pull request #15983 from zhaog6/test_show

TST: sparse.linalg: Add tests for the parameter `show`

[ci skip]

38261c1141b8aa80bceeef419911fb4f31df5372 authored almost 3 years ago
DOC: fix Arch Linux building from source local dependencies instructions (#16018)

[ci skip]

f80993863e3ba46437acdf4f1e7fd8f5c2b37a85 authored almost 3 years ago
DOC: Add formula renderings to integrate.nquad. (#15973)

* DOC: Add formula renderings to integrate.nquad.

* Correct le to leq

* fit to 80 characte...

9e8e9169c6113292b620bc4644bac0cde5ae8b96 authored almost 3 years ago
MAINT: Bump LAPACK version to 3.7.1 and remove deprecated routines (#15884)

* DEP: remove LAPACK *gegv functions

* BLD: remove Unknown variable "deprecated_lapack_routin...

1175f7e5a8b2d8026a47082b66c63b2a64a44b37 authored almost 3 years ago
BUG: Fix meson-info file errors and add more informative exception (#16029)

[ci skip]

d3fe04e401e9bd245d7d70d68a7b496c8c5fd05a authored almost 3 years ago
Merge pull request #16024 from tupui/unpin_pytest

CI: unpin pytest and pytest-xdist

4d942c5ee551d933a73c66d1566ad17408b5edaa authored almost 3 years ago
CI: unpin pytest and pytest-xdist.

[skip actions] [skip circle]

a522f97845a37d2f0c1fbd43661d669403f5b770 authored almost 3 years ago
DOC: typos in basinhopping documentation (#16021)

Co-authored-by: Cameron <[email protected]>

ced4d67ec8bfd7e25e5087c7dedc53bd8bd632d0 authored almost 3 years ago
DOC: fix conda env name [skip ci] (#16019)

a48bb8a9e647a5889e98628b971359d2ebcfc254 authored almost 3 years ago
added documentation update in response to issue #15960 (#16003)

21f7d569aca809eee8516af0e0220049514cfccd authored almost 3 years ago
DEP: bump version for deprecating residual to flow. (#16015)

0c4f42d8c32fa9a1a9ea0680f952b163c08eb756 authored almost 3 years ago
Merge pull request #16012 from melissawm/fix-link

DOC: Fix broken link and add python headers to contributing guide

b319e684c37d3a9fa96bbd764702c7917254971f authored almost 3 years ago
Merge pull request #16013 from petroselo/patch-1

DOC: Fix grammatical error in optimize.minimize function documentation.

e9f4b12c13d1b44c0037012b7433959a1b8e2a5d authored almost 3 years ago
Fix grammatical error in function documentation.

Change "an" to "a".

ccc8e779f3d9515c984ac5e072f1bdc06ced3904 authored almost 3 years ago
DOC: Fix broken link and add python headers to contributing guide

f86885e7daa94c251ff8f99bb9575b00ffeeff11 authored almost 3 years ago
DOC: Revamp contributor setup guides (#15947)

Closes gh-12633

Refactors the "building from sources" / quickstart development guide using
`...

6405523c9967c11b108e396ad7faaf83ef526aff authored almost 3 years ago
BUG: Remove the need to specify window_size for find_peaks_cwt(). (#15826)

* test for gaussian wavelet with window size parameter

* BUG: Remove the need to specify wind...

e7322848cf03d19c58a3ab5470aa8bdc65da6b1e authored almost 3 years ago
ENH: add private Lloyd's algorithm to improve QMC sample(#14642)

* ENH: add private Lloyd's algorithm to improve QMC sample

Co-authored-by: Stefan van der Wal...

04205a9d483227a3ef547e68593f33b505ddc682 authored almost 3 years ago
Merge pull request #15999 from thomasjpfan/gitignore_doitdbdb_rb

MAINT: Adds doit.db.db to gitignore

5d3cf28f084ce7109c27a38417df51bfed1c168b authored almost 3 years ago
MAINT: rename MaximumFlowResult.residual to flow (#16004)

* MAINT: rename MaximumFlowResult.residual to flow

The attribute `MaximumFlowResult.residual` w...

4ce0a75776af1ac98bab28368dbc93078fb301e8 authored almost 3 years ago
DOC: Add better error message for unpacking issue (#14142)

Co-authored-by: Matt Haberland <[email protected]>

1264ea0dfa705a740506fcf2ed3a8deb6bf96cee authored almost 3 years ago
Merge pull request #16005 from zhaog6/splu

ef98293b07e59472546366830e8f7e3ac58796fc authored almost 3 years ago
DOC: sparse.linalg: Fixed the description of input matrix of sparse direct solver and a warning message

a3037461b9643854dd450c92316ef0d9445b8f5e authored almost 3 years ago
MAINT: Adds doit.db to gitignore

fa565963c82663ce5c628824f6371115f324c228 authored almost 3 years ago
BUG: Fix yeojohnson when transformed data has zero variance (#15998)

* BUG: Fix yeojohnson when transformed data has zero variance

d4c32e61357ec2256cbbcba4f4ae26f6c88cc58a authored almost 3 years ago
MAINT: Adds doit.db.db to gitignore

002ea4cb9d6daadf6c29fb179836edb1c6f49270 authored almost 3 years ago
MAINT: integrate: add `recursive` to QUADPACK Fortran sources

dc75de63c291838eaa2b9d8a81d8f5c4c66c0f4e authored almost 3 years ago
DOC: Change "lower" to "smaller" in atol/rtol documentation (#15313)

Lower implies negative, whereas smaller implies magnitude which is the
correct interpretation i...

132b9dec3e4d6329672e0d86628cf2366686a630 authored almost 3 years ago
ENH: add a new developer CLI for SciPy (#15959)

Co-authored-by: Eduardo Schettino <[email protected]>
Co-authored-by: Ralf Gommers <ralf.go...

b5ffe94cdd165374b11aaded14cad47ba675845c authored almost 3 years ago
Merge pull request #15992 from madphysicist/patch-1

d87a65c947880ffd983b0b1742ae7e16f37823cb authored almost 3 years ago
DOC: Fixed `degrees` parameter in return section

3db364cba4546e4a26ab756d2e2b3b2286254cea authored almost 3 years ago
TST: fix for np.kron matrix issue. (#15991)

7512955cc1a71f0c4f7026b53cf4e2966e63333e authored almost 3 years ago
DOC: Additional examples for optimize user guide (#15661)

* Additional examples for optimize user guide

0b7c7ba7c96d2657fcb52497c263bf1c8c155239 authored almost 3 years ago
DEP: deprecate misspelling of gibrat distribution (#15934)

* MAINT: deprecate misspelling of gibrat distribution

Co-authored-by: Matt Haberland <mhaberl...

3b80539fd6c1e4c3dafaa4a3ca6b8b2059d0fcb7 authored almost 3 years ago
MAINT: sparse: Support tuple input parameters for the shape in `spdiags`

d7c1ff563a4bef578a7076a4be90c688be8f2da8 authored almost 3 years ago
Minor style tweaks

eb2501ccb7389e8ee1d364b8987a2bd389c9e5d7 authored almost 3 years ago
TST: sparse.linalg: Add tests for the parameter `show`

3ffb6da0ac19239c468771ad184547c82ba874ce authored almost 3 years ago
BUG: Fix debug and coverage arguments with dev.py (#15968)

[ci skip]

Co-authored-by: Ralf Gommers <[email protected]>

e73ceface03503a7937a520494e5eb34df84b5ac authored almost 3 years ago
Merge pull request #15970 from matthew-brett/expm-meson-dep-fix

BLD: specify `cython_lapack` dependency for `matfuncs_expm`

1f2a6e8549966983ab35fd4096f883dfe668a969 authored almost 3 years ago
Specify cython_lapack dependency for matfuncs_expm

Matfuncs_expm does not only depend on the __init__ file, but on
cython_lapack etc. Specify in d...

e2e00cb057f41f8d06d6b39a45427e450f2d8b5c authored almost 3 years ago
DOC: Add meson docs to use gcc, clang build in parallel and optimization options (#15953)

[ci skip]

Co-authored-by: Ralf Gommers <[email protected]>

5f4ba674f3e3d2991c22aff8892f74c9c8d4e886 authored almost 3 years ago
Merge pull request #15932 from mdhaber/gh3758

MAINT: stats: fix and thoroughly test `rv_sample` at non-integer xk

e215f05d41aed8ead92fa2b7143c0f1d842b7154 authored almost 3 years ago
DOC: stats: correct documentation of `wilcoxon`'s behavior in presence of ties/zeros (#15898)

24beed8d35bddaccd3c2bcfd88d34c9ed055f381 authored almost 3 years ago
DOC: Add examples for `CGS`, `GCROTMK` and `BiCGSTAB` iterative solvers, and `use_solver` (#15842)

[ci skip]

75a1b12e003bc9e9ca21c58c5eb8807ea507e89f authored almost 3 years ago
ENH: stats.permutation_test: refine comparison of observed statistic to null distribution (#15869)

dcbc2e53deb82f8b04c6860a9b64dbbd5da66ad0 authored almost 3 years ago
Merge pull request #15956 from tylerjereddy/treddy_bump_gha_actions_v

6432ef2d9cc1f628ef64111bb63008f1cd794c9f authored almost 3 years ago
MAINT, CI: bump GitHub actions versions

* follow in the footsteps of NumPy to bump
these up

1eb356909819ac4a1efc7b1db37b04577451eeff authored almost 3 years ago
ENH: add `QMCEngine.integers` (#15865)

* ENH: add QMCEngine.integers

Co-authored-by: Matt Haberland <[email protected]>

64dd617cd2c7d1bb34a6e6dfc2ca37bad6ac063b authored almost 3 years ago
ENH: stats.mannwhitneyu: add iterative implementation (#15920)

Co-authored-by: Tirth Patel <[email protected]>

f9d61f09622b09d1048f017495975056557b161b authored almost 3 years ago
Update _dual_annealing.py (#15939)

* Update _dual_annealing.py

it's -> its

* Update _dual_annealing.py

maximimum -> maximu...

1ab82fffd30f3bf936c1118e55617a978f9b7e90 authored almost 3 years ago
Merge pull request #15938 from mdhaber/gh15936

DOC: sparse.linalg: add citations for COLAMD

39a8e82e083a18f8e09a4c732b426e6743f16aeb authored almost 3 years ago
TST: stats: make `check_sample_var` two-sided (#15723)

* TST: stats: make check_sample_var two-sided

* Apply suggestions from code review

* TST: ...

80712b675895dec03c84ed0e1bfd3a5e242fb93f authored almost 3 years ago
DOC: sparse.linalg: add citations for COLAMD

[skip azp] [skip actions]

26773940bf968173a2fc7b96d96cff79c0c5eaf7 authored almost 3 years ago
TST: stats: allow np.intXY in place of Python int

d30a4e80a12c6151ce0fd7e5d1e0787d730ef00f authored almost 3 years ago
MAINT: stats: fix rv_discrete rvs

529dafdd7248558e56f7568511d8b090cc83a750 authored almost 3 years ago
STY: stats: PEP8 line breaks

638e8cd7bebe006f9717da58dec05552fba98254 authored almost 3 years ago
TST: stats: add tests for rv_sample

a4b083d2be52edcf900b88b82c1d827c6a97a84b authored almost 3 years ago
MAINT: stats: fix rv_sample pmf at non-integer xk

90976ce9970cd54695f9352220337ca5c43ce960 authored almost 3 years ago
DOC: fix missing comma in conf

27195e4870cd0155b19545df3d2479e2d437efd0 authored almost 3 years ago
ENH/MAINT: Version switcher from the sphinx theme (#15380)

7a2ed20e50164e5eed588c586ce8a65888327b09 authored almost 3 years ago
MAINT: stats: remove support for `_rvs` without `size` parameter (#15917)

2abf9303e3439f842f348ecb8b65487f25d2479a authored almost 3 years ago
BUG: Handle base case for scipy.integrate.simpson when span along the axis is 0 (#15824)

a596aef81d7c4910d7c89c08e67866330578ddac authored almost 3 years ago
Merge pull request #15916 from mdhaber/gh15871

MAINT: stats: adjust tolerance of failing TestTruncnorm

f1a934bef8263cbe10e34ca9791729248f9c792c authored almost 3 years ago