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

TST: remove fragile test which checks if g77 is linked

We no longer need this test, because g77 is not a thing anymore
(the build will fail or other th...

4bd191319374b922ee2476054bd15a55039d3207 authored about 3 years ago by Ralf Gommers <[email protected]>
DOC: fix indentation in _minimize

c118e29049d39d5631f9245546f326ad05bd9254 authored about 3 years ago by Andrew Nelson <[email protected]>
MAINT: restore access to deprecated private namespaces

These all had compatibility shims for direct import (e.g.
`from scipy.io import arff`), but not ...

538dec59b15172c41cf99f12e172fbe2560f4cf3 authored about 3 years ago by Ralf Gommers <[email protected]>
DOC: Correct spacing (#15005)

d7fa27f0c4a33b6e4f7bafec6605961428ca6523 authored about 3 years ago by Eric Larson <[email protected]>
ENH: Add DiscreteGuideTable wrapper (#14828)

Add DGT from UNU.RAN incl tutorials, tests, benchmarks

7ae219e54a23be10ec586206c6fe9968c960bde1 authored about 3 years ago by Kai <[email protected]>
ENH: make QhullError public (#15003)

* Make QhullError public

* Add QhullError to public API for scipy.spatial

* Add QhullError...

4aafffb90ad8c1ebb8b6d7ab0df8bdae5afd3576 authored about 3 years ago by Boaz Mohar <[email protected]>
BUG: stats: fix broadcasting behavior of argsreduce (#14955)

* BUG: stats: fix broadcasting behavior of argsreduce
* TST: stats: add one more element in the...

f1c6b54f51dfc8c3e83d826867a68026f20b243b authored about 3 years ago by Tirth Patel <[email protected]>
Pythranized version of _matfuncs_sqrtm

5daf611bc34f751fcf39563606c3b85336a61755 authored about 3 years ago by serge-sans-paille <[email protected]>
Merge pull request #14993 from tylerjereddy/treddy_forward_172_notes

MAINT: forward port 1.7.2 relnotes

7c904a77ad3d239bc35f18222810c9454e5441c3 authored about 3 years ago by Evgeni Burovski <[email protected]>
MAINT: forward port 1.7.2 relnotes

* forward port SciPy `1.7.2` release notes after
the release yesterday

4945f154a51dff9ea4c64db2038df5edecf8d076 authored about 3 years ago by Tyler Reddy <[email protected]>
Merge pull request #14988 from rgommers/pyprojtoml

BLD: update pyproject.toml for Python 3.10

16d9e8218e81330a2be9c0cd0cd567447dd84698 authored about 3 years ago by Tyler Reddy <[email protected]>
Merge pull request #14989 from derb12/design_matrix_intervals

ENH: Speed up knot interval lookup for BSpline.design_matrix

60314276ff28bb5af290eb28be017e34e1efbc25 authored about 3 years ago by Evgeni Burovski <[email protected]>
BLD: update pyproject.toml for Python 3.10

4ee1ca5bf2a26fffabed49f2d38f7cb78dea9ea9 authored about 3 years ago by Ralf Gommers <[email protected]>
MAINT: filter deprecation warning for distutils

a1c09508d8ba1fb52b20f4e5d101b912f87ef20d authored about 3 years ago by Pamphile ROY <[email protected]>
TST: mark test_gh12999 as slow

ec469cb586f818874ed0c5628785e9a326769c66 authored about 3 years ago by Pamphile ROY <[email protected]>
ENH: Speed up knot interval lookup for BSpline.design_matrix

0015299b88ad2263079cf41fe34a6720c3fd9f57 authored about 3 years ago by derb12 <[email protected]>
Merge pull request #14966 from czgdp1807/optimize

DEP: Deprecate private namespaces in ``scipy.optimize``

6ff611f4d4f67b53ea1cdf1b2d044d5ec19e294e authored about 3 years ago by Ralf Gommers <[email protected]>
DOC: MAINT: update doc build machinery for optimize private API changes

cfe7a046afb027c85ba1258670ec42bfa0fe420d authored about 3 years ago by Ralf Gommers <[email protected]>
MAINT: stats: shift `NumericalInverseHermite` to UNU.RAN (#14703)

Replace Python implementation by UNU.RAN method HINV.
Parameter tol has been replaced by u_res...

ebfac22a32c79c7b44a6ecc7d5e4844f60449818 authored about 3 years ago by Tirth Patel <[email protected]>
MAINT: optimize: Use renamed files and deprecation warnings

6b08e087171479b30fc2dc015d2074a24844789e authored about 3 years ago by Gagandeep Singh <[email protected]>
MAINT: Rename optimize module and make them private

6c171563d7a684ceb06cb60de1e35972a662b277 authored about 3 years ago by Gagandeep Singh <[email protected]>
Merge pull request #14978 from tirthasheshpatel/stats-docfix

DOC: stats: fix random number generation subsection in stats docs

9a657fb04b90c6efc4a8115ab2c1a360ea380f45 authored about 3 years ago by Pamphile ROY <[email protected]>
DOC: stats: fix random number generation subsection in stats docs

f462ad283227beb14e4c606dee24d5dcc289d562 authored about 3 years ago by Tirth Patel <[email protected]>
MAINT: stats: bootstrap: fix error when bootstrap distribution is degenerate (#14351)

* MAINT: stats: bootstrap: fix error when bootstrap distribution is degenerate

Co-authored-by...

dcb9c2bc947f49ccb3bece6de9f3d15a5f207f31 authored about 3 years ago by Matt Haberland <[email protected]>
BUG: freeze setuptools build deps to workaround pypa/setuptools#2849 (#14974)

* BUG: freeze setuptools build deps to workaround pypa/setuptools#2849

* freeze version in th...

2acb5c234833f5832a22af042a5284915030fef0 authored about 3 years ago by Sergey B Kirpichev <[email protected]>
Merge pull request #14972 from Carreau/no-space-in-directives

DOC:signal: Don't put space after directive name.

d909201733b32c7ed916a9e4b64bb7d91d72ae0f authored about 3 years ago by Ilhan Polat <[email protected]>
DOC: Don't put space after directive name.

This is non standard and not supported by all rst parsers,
it also screw up syntax highlighting ...

b6f0eac39f5639074e4f4a989cf81d21cd399912 authored about 3 years ago by Matthias Bussonnier <[email protected]>
Merge pull request #14969 from Smit-create/14914

CI: Fixes pyparsing version in doc build

96430c5f0eb0a2724c61b189025f3ebed7fec01f authored about 3 years ago by Tyler Reddy <[email protected]>
ENH: optimize: improve signiture

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

d2a3b80b5281bc1bff8dfe85bc952d11ce0688db authored about 3 years ago by Atsushi Sakai <[email protected]>
ENH: optimize: improve docs

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

68c02f5dcf83bb4d1a0e613f0783cb61ce1527c2 authored about 3 years ago by Atsushi Sakai <[email protected]>
CI: Remove pyparsing pin

4d7269ae57a308e17a2e590d42450f5c203306e5 authored about 3 years ago by Smit-create <[email protected]>
TST:sparse.linalg: Use the more convenient "assert_normclose" in "test_minres.py" (#14743)

* BUG: sparse.linalg: Fixed the convergence conditions in `test_minres.py`

Forget the equal s...

b2e1d208c9eede3bc09953c6a2e0a128268d21e0 authored about 3 years ago by zhaog6 <[email protected]>
DOC: Update links for new site (#14960)

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

ce9621b4e394f2e547a5268985604da38dc2be55 authored about 3 years ago by Jarrod Millman <[email protected]>
Merge pull request #14939 from czgdp1807/sparse

DEP: Deprecate private namespaces in ``scipy.sparse``

e87f939ccec211a9a7dd6b029173156530bc5852 authored about 3 years ago by Ralf Gommers <[email protected]>
Merge pull request #14930 from Smit-create/14360_9

DEP: Deprecate private namespaces in `scipy.io`

1aaae29b7294fef13590cf429569f79f1d6f4137 authored about 3 years ago by Ralf Gommers <[email protected]>
Merge pull request #14961 from stefanv/circleci-git-protocol

CI: use https protocol for git in CircleCI

cf4020c64b1cd19e0c747293342ac39afacb3837 authored about 3 years ago by Ralf Gommers <[email protected]>
TST: bump zipfian tolerances (#14964)

e8048f6c9688dfa6b462ac0bddab067efbc58fdb authored about 3 years ago by Pamphile ROY <[email protected]>
CI: remove automated labeling of PRs via GitHub action (#14967)

11adb7038e270af012b3a00904c2ba20a7068b34 authored about 3 years ago by Ralf Gommers <[email protected]>
Merge pull request #14962 from Smit-create/14360_10

DEP: Deprecate private namespaces in `scipy.signal`

b3d84bd4c7b050d7768e57e7d2c942ae7efaae2f authored about 3 years ago by Ralf Gommers <[email protected]>
Merge pull request #14965 from tupui/logo_update

DOC: update logo and add favicon.

88181c2c3a978598b24c660140ec79c1925c0004 authored about 3 years ago by Ralf Gommers <[email protected]>
MAINT: signal: Use renamed files and add deprecation warnings

72763973e5a27112050329c54955fda94bb8474e authored about 3 years ago by Smit-create <[email protected]>
DOC: update logo and add favicon.

[skip azp] [skip actions]

934ddd644c8fbd893cdfee61dcd48b3f791e2979 authored about 3 years ago by Pamphile ROY <[email protected]>
Merge pull request #14963 from tupui/lsoda_ignore

MAINT: `integrate.lsoda` missing in .gitignore

cc6bdaae59f42f61e5ea244618feee3943676a85 authored about 3 years ago by Evgeni Burovski <[email protected]>
BUG: MultivariateNormalQMC with specific QMCEngine remove unneeded checks for d == 1 (#14944)

* removed engine.d!=1 requirement for error
* added test for d=0,1,2

45b8bf8094dea67ab2d22dbd85226411003b1e36 authored about 3 years ago by Reshama Shaikh <[email protected]>
MAINT: integrate.lsoda gitignore.

[skip ci]

bcf79f7becf3547c1b8e4f226fa43dcf47bce551 authored about 3 years ago by Pamphile ROY <[email protected]>
Use https protocol for git in CircleCI

GitHub is no longer supports the `git` protocol:

https://github.blog/2021-09-01-improving-git-p...

f164826ebebb36760eb11f0be184b737542649d9 authored about 3 years ago by Stefan van der Walt <[email protected]>
MAINT: Rename `signal` modules and make them private

3e7755068bc02a9e7fca7281bf91e2ca16ad537b authored about 3 years ago by Smit-create <[email protected]>
Merge pull request #14954 from rossbar/doc/add-missing-minres-params

DOC:sparse.linalg: Add missing params to minres docstring.

24ad852d578d368e0dc5d1c557d8427d17b16a5f authored about 3 years ago by Ilhan Polat <[email protected]>
Merge pull request #14950 from rossbar/scipy-sparse-linalg-matmul-operator

MAINT:DOC: Use matmul binary operator in scipy.sparse.linalg

828a6c7f4aa1646ff520124d77a7657e253473dd authored about 3 years ago by Ilhan Polat <[email protected]>
DOC: adding example to decimate function (#14947)

* adding example to decimate function

* remove whitespace and group imports

8f4f24fe8fcfb77ecac742297a725fd4e8457dc6 authored about 3 years ago by Pantelis Antonoudiou <[email protected]>
MAINT: sparse: Use renamed files and added deprecation warnings

a82608f7f83404de319d703a398f201db08dd4ed authored about 3 years ago by Gagandeep Singh <[email protected]>
DOC: Add missing params to minres docstring.

a0ee70f6c581ac4fad6bae0a4a8a2bb45d3d3ff3 authored about 3 years ago by Ross Barnowski <[email protected]>
DOC: Update matmul binop in lu docs.

8fb2d6b9194968ae6d56f0874b210101fe06c205 authored about 3 years ago by Ross Barnowski <[email protected]>
MAINT: use matmul binop in dsolve tests.

3b36af72e68d55f45aa0749fa54eb2c0b905d9cc authored about 3 years ago by Ross Barnowski <[email protected]>
DOC: Update doc examples with matmul binop.

3e9ccc126a13d33905e9100350c51c2cbdfa40ba authored about 3 years ago by Ross Barnowski <[email protected]>
DOC: explicit matmul binop in docstrings.

54be825e9743a97b46d9750e3110281babad6955 authored about 3 years ago by Ross Barnowski <[email protected]>
MAINT: Rename sparse module and make them private

f84b8039ac9cc9cee1144958d05db750ac8e9dee authored about 3 years ago by Gagandeep Singh <[email protected]>
Merge pull request #14943 from reshamas/np_macdocs

DOC: clarify mac pytest; add blank line

c30fefc2446a7cb93de1b45765e243345d5929db authored about 3 years ago by Ralf Gommers <[email protected]>
clarify mac pytest; add blank line

aa7e2e007bc7fea0f71ac765c73d417e2748714c authored about 3 years ago by reshamas <[email protected]>
ENH: optimize: add optional parameters of adaptive step size adjustment in `bashinhopping`.

d85cabe396a35b22d6eb79e38fb315cf8f566d86 authored about 3 years ago by Atsushi Sakai <[email protected]>
Merge pull request #14934 from AtsushiSakai/issue_4630

BUG: optimize: add a missing attribute of OptimizeResult in `basinhopping`

0f91f0f5ce24445c548777cee1bb853d52b32849 authored about 3 years ago by Pamphile ROY <[email protected]>
Merge pull request #14923 from czgdp1807/spatial

DEP: Deprecate private namespaces in ``scipy.spatial``

a15cb1e63a37b5d2dd20bfbd8411fba24991424b authored about 3 years ago by Ralf Gommers <[email protected]>
MAINT: spatial: Use renamed files and added deprecation warnings

8a935144c5ddacddaf52a79957783c94052362a2 authored about 3 years ago by Gagandeep Singh <[email protected]>
MAINT: Rename ``spatial`` module and make them private

e8258fb83b9a16ffec30cf4804de5036ce5ba0f1 authored about 3 years ago by Gagandeep Singh <[email protected]>
BUG: optimize: add a missing attribute of OptimizeResult and add a test for it.

83870a046bb220e62368d1be69b1843c3cb9ad5c authored about 3 years ago by Atsushi Sakai <[email protected]>
BUG: optimize: add tests suites for global optimization solvers.

79d4b5566409da33febf266057e02bfa123f9c9f authored about 3 years ago by Atsushi Sakai <[email protected]>
MAINT: io: use renamed modules and add deprecation warnings

1dbe3c032a30869b355b4c69c71f5f0954f23e14 authored about 3 years ago by Smit-create <[email protected]>
TST: silence test failures on macOS for `beta.ppf` overflow (#14938)

* TST: silence test failures on macOS for `beta.ppf` overflow

See gh-14901 for details.

[s...

930bfc1f1f1f7c809a8f922e8eb370c3dc8a30f1 authored about 3 years ago by Ralf Gommers <[email protected]>
BUG: Update lobpcg.py to validate the accuracy and issue warnings (#14868)

* Update lobpcg.py

Start adding add Postprocessing

* Update lobpcg.py

added a few warni...

6b4b334c8dda32e45ab72744d8f34469bf377fcc authored about 3 years ago by Andrew Knyazev <[email protected]>
Merge pull request #14928 from jkelling/runtestsAppendToPYTHONPATH

MAINT: fix runtest.py overriding `$PYTHONPATH`: prepend instead

09493dde7d79747acdeac7ec06eef69c962da933 authored about 3 years ago by Tyler Reddy <[email protected]>
MAINT: Update matmul operator in lsqr tests.

4f22ae54c58c3a4b4b270cf8c8d1dfffccb27d81 authored about 3 years ago by Ross Barnowski <[email protected]>
DOC: update matmul in comment.

6745e5bf0499a89909dabe684079d433e46b3299 authored about 3 years ago by Ross Barnowski <[email protected]>
MAINT: matmul instances in iterative tests.

66865bbbf659cd8decdd8283b90bb7f561a71095 authored about 3 years ago by Ross Barnowski <[email protected]>
Fix runtest.py: use env.get('PYTHONPATH', '')

41c05ad2053130d2f0ca5c4404a1e84a94fcb344 authored about 3 years ago by Jeffrey Kelling <[email protected]>
MAINT: Rename `io` modules and make them private

9e1ec11e30dc0637b5fdfa29d0f5b54514d115a8 authored about 3 years ago by Smit-create <[email protected]>
Fix runtest.py overriding $PYTHONPATH: prepend instead

b69f6416ee072291dfbac87419a47f244819b555 authored about 3 years ago by Jeffrey Kelling <[email protected]>
remove duplicate

5d8fe9d39387209fc689a8e4b1933e7c03c79812 authored about 3 years ago by qbarthelemy <[email protected]>
add gzscore and complete tests, after rebase

b939b219c8a229a6016899cd117fcc8e94149f13 authored about 3 years ago by qbarthelemy <[email protected]>
Merge pull request #14927 from Smit-create/14360_8

DEP: Deprecate private namespaces in `scipy.misc`

596000aa36303cafe899e977eee284b8178c8182 authored about 3 years ago by Ralf Gommers <[email protected]>
Merge pull request #14918 from czgdp1807/interp_dep

DEP: Deprecate private namespaces in ``scipy.interpolate``

9dec3e096d5ca20a33bc51c435886cb6ea0e762e authored about 3 years ago by Ralf Gommers <[email protected]>
MAINT: interpolate: Use renamed files and added deprecation warnings

23ef8d5c336d677d46c00eb98156cf651ac362dd authored about 3 years ago by Gagandeep Singh <[email protected]>
MAINT: misc: use renamed files and add deprecation warnings

c7264a5686f8fa290a929446949ac7f302b86f90 authored about 3 years ago by Smit-create <[email protected]>
MAINT: Rename `misc` modules and make them private

a7ebffa5c48dbc9deb31b52b2e4897c9699d4416 authored about 3 years ago by Smit-create <[email protected]>
MAINT: use matmul operator in gcrotmk tests.

f1c59bd6e35629b66879bba1b5d06a8da178cdd3 authored about 3 years ago by Ross Barnowski <[email protected]>
BUG: stats: Fix a crash in stats.skew (#14865)

b795164af37d54521af6aa975ff58e784fdc55b9 authored about 3 years ago by nullptr <[email protected]>
DOC: fix extent orientation in CWT example (#14924)

f53dc7e9fd7feaf270f25a8d685f06b107c05ede authored about 3 years ago by Andreas Esders-Kopecky <[email protected]>
MAINT: Rename ``interpolate`` modules and make them private

6ef544fbc6cd120b5b9d9b544e50a82b8714c90e authored about 3 years ago by Gagandeep Singh <[email protected]>
Merge pull request #14925 from czgdp1807/ignore

MAINT: Ignore build generated files in ``scipy.stats``

321f04bd62357784d19dc0d6aa4153dc2d53abc4 authored about 3 years ago by Ralf Gommers <[email protected]>
STY: fix PEP 8 issue in integrate/lsoda.py that trips up CI

2a7fa6e509285a540cbc1c308f42ce10d6ab1bff authored about 3 years ago by Ralf Gommers <[email protected]>
MAINT: update .gitignore for generated files that were moved

6e04771ea29917e813fa971544d40c0d9b4e3144 authored about 3 years ago by Gagandeep Singh <[email protected]>
MAINT: use matmul binop in lgmres tests.

7f87e936cc19a87d9f4f954274d7a95ef8b5a3fc authored about 3 years ago by Ross Barnowski <[email protected]>
DOC: matmul operator in docstrings.

ea8bd8bcb079ff2209705ddeec4f19c231ee1233 authored about 3 years ago by Ross Barnowski <[email protected]>
DOC: use matmul binop in docstrings and comments.

c770843f37f807024652ad425b82271d8b0eb438 authored about 3 years ago by Ross Barnowski <[email protected]>
DOC: disambiguate docstring using matmul binop.

ff909d67fc736446858df001e68c3686d0c7b825 authored about 3 years ago by Ross Barnowski <[email protected]>
DOC: disambiguate docstring/comments with matmul binop.

ebc0c1c84144eabf86dbb1c2fcab4a8f6da72da9 authored about 3 years ago by Ross Barnowski <[email protected]>
DOC: disambiguate matmul binop in comment.

58f3a62271f7ebcf5f74c57b8904f8188da3beea authored about 3 years ago by Ross Barnowski <[email protected]>
DOC: Disambiguate matmul binop in docstring+comments.

082e0ceb29a7dcb36ddc651845581eb68a3ae11a authored about 3 years ago by Ross Barnowski <[email protected]>
MAINT: use matmul binop in minres.

eedca98609e8fe4a55d1d769bcf69d24193aefb6 authored about 3 years ago by Ross Barnowski <[email protected]>