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
de9712e3fdafab34e2e46f680a660d7a1179d1e9 authored over 1 year ago
bf0fd08801003cc2afcf2af452e26def7e6451dc authored over 1 year ago
25e67c321834ab53a4bfc0d6f2e336049e977043 authored over 1 year ago
DOC: stats: improve 1.11.0 stats release notes
166713e0c81de74bdaf39e6e566480f5e22201fe authored over 1 year ago1878b8c6a65d82a9fe02cfb439b8834a702262cb authored over 1 year ago
* Revert "DOC: integrate.dblquad/tplquad: update type of neval""
This reverts commit 7e4db26b...
0a37730adbeb851467ebafe67c34d6813228f2f0 authored over 1 year agoENH: Map the rotation quaternion double cover of rotation space to a canonical single cover
5d793a80458439b4c60877f8f997d48f0657b833 authored over 1 year ago* API: Add _array version of creation functions.
* ENH: keyword-only args for diags_array.
...
763a25e17379c43529bef5e94f0a7d73ac07969a authored over 1 year ago* BUG: sparse: Fix DIA.tocoo canonical format setting
* address reviewer comment
dd443bbbc825bef9284163674d86ca928465ad3f authored over 1 year ago6d9754182e5f65540957ade962cd3689eacd3599 authored over 1 year ago
The main algorithmic change in this PR is removing pre-scaling prior to
orthogonalization in th...
6047c8c9c70bc5f5a7201e08980cb94864c542b8 authored over 1 year ago
* add draft author list, and fix broken `.mailmap`
file (Zoufiné Lauer-Bare had an invalid entry...
* Initial draft
* Fix doc builds
* Update scipy/sparse/_csc.py
Co-authored-by: Dan Schu...
1699c7c15308e5b7f88ce00bd26cccf555cbc3fe authored over 1 year ago* EHN: add nanmin/nanmax in scipy.sparse
* DOC cross-referencing to other docstring
* PEP8...
cc388749d44d4ff91c11b9ddcd218b5d312ea293 authored over 1 year ago* Replace sparse __getattr__ with properties
* cleanup warning
* Remove assignment to .T
745143c24c5720837482f745fb83dd03d51b7f8e authored over 1 year ago* BENCH: sparse: Add a benchmark for sparse matrix power
* Add higher powers to the benchmark
15ecb5f035f1a9b83d32ef847dd1ac6b4bdcdca8 authored over 1 year ago* TST: Add tests for desired behavior.
* WIP: change isspmatrix semantics.
* MAINT: Conver...
8cf86bc1d56bdfc01cd8d87490678d65973fc546 authored over 1 year ago[skip ci]
8fb76fec42a9f51a9c347d91e94bece2dd4daa45 authored over 1 year agoThis requires Cython >= 0.29.35
de409a79f5e82f65e3c5c40d883235442773758f authored over 1 year agoThis runs all the Python subprocesses in parallel
[skip ci]
e2441b9c3917bde7b3c38c31cf3377bf7a4b9866 authored over 1 year ago* Class names to enable isinstance
Add empty class sparray to allow ID of array api.
Add fun...
77e2bddff0e4572893daf5a5df1d15038eac0709 authored over 1 year ago
632ccd3d6300ad7d7f1a78fd01b8be845a7ac668 authored over 1 year ago
ddb63934d2df0a6a02332321f98cc09af9dd6174 authored over 1 year ago
ENH:MAINT:linalg:lu Cythonized and ndarray support added
4cb6e5c3d169876455b6a85d83df45baaf0dff81 authored over 1 year ago3cbd88b25d9e6e0cc2aef2c0d1cbec4bc7ed84f6 authored over 1 year ago
db328208a7259e1aadbfb081349667e18577209d authored over 1 year ago
* Fix format property in _csr.py
class attribute `format` was set instead of `_format` in _cs...
d3fa7d8d789c480669a95e4a72638ebc6ced5fab authored over 1 year agoc984fa276402642e10ed102b89b2544bb2ad7f63 authored over 1 year ago
ENH: ndimage: add axes argument to rank_filter, percentile_filter, median_filter
813f3c109cceecfceeeb95d241689952a4a609e6 authored over 1 year agoENH: Extending _distance_pybind with additional distance metrics (continued)
c1b803b66a3e9f0416f3feafc6d4cf24d2ec98e2 authored over 1 year agoENH: allow dividing LinearOperator by number
c761d2be193123748f0664b1e2982c5353e7f3dd authored over 1 year ago
* fix FutureWarning in distance_transform_cdt (issue #17381)
* `distance_transform_cdt()` now u...
* test_base.py change `.A` to `.toarray()` to avoid deprecation warnings
* Change `*` to `@` ca...
* try stable sort in mst tree ordering
* Update scipy/sparse/csgraph/_min_spanning_tree.pyx
...
* add regression test and reviewer-suggested fix for
gh-17703
* add user guide page introing new sparse arrays
* Minor fixes and language tweaks
* Fix r...
6000091cef20f0025465d2943b0367f546a5a17b authored over 1 year agob644ab05d86666c7c2ca5ec7664a61b2ea495275 authored over 1 year ago
Co-authored-by: Christian Lorentzen <[email protected]>
21a885d5ca2ff2800bd324c0cf7e6a2705b435a2 authored over 1 year agoCo-authored-by: czgdp1807 <[email protected]>
37a3b836bae3322c97600afbc7d02ebd6303d523 authored over 1 year agoPin prerelease pipeline with Cython>=3.0.0b3
aea3e2a8ef68713eb42d77ce00da2d98e34cc763 authored over 1 year agoTST: Add regression tests for sparse creation functions.
9045623311187341a864f3aa5273d66849ce970c authored over 1 year ago
* BUG: Improve argmin/argmax test case
* Fix gh-16929
* And refactor the method for readabilit...
318a015d0fc00ea6d83054456acbd33807bbf457 authored over 1 year ago
* BUG: guard against non-finite kd-tree queries
Co-authored-by: Jake Bowhay <60778417+j-bowha...
2fe972659cda0df145ac46c84a7d98050358d506 authored over 1 year ago6618d2d9c097f4bfe703ceb2aaec968618a0919f authored over 1 year ago
* Disable checking the array dtypes (squash me)
* Dispatch downcasting logic on class, add a ...
86da5cdd175b2dff2b2aaba31c07eb837a1b88b3 authored over 1 year ago* Clean up sparse array API
Makes private many functions that are used internally.
These rem...
fda3f8214061faf3cdada0e3fbe254de5aaf8b2b authored over 1 year ago
c936a2fa99557d658118c82205e69fb5387cd38c authored over 1 year ago
These tests ensure that the functions for creating sparse
matrices from the scipy.sparse namespa...
304abe70843ecd8d8724a94c10094a4b8c1d8e26 authored over 1 year ago
2ec9a1f99e4e57df86e593b0021c7951260a92ef authored over 1 year ago
dc9dd4d62b2db4111043b0c519eba9b7a781d637 authored over 1 year ago
(these three functions don't support tuple inputs for mode or origin)
688ebadf6dbd04cde6629413fe6b4676556673aa authored over 1 year agoneed both separable and non-separable footprint cases to reach all code paths
a08ecb5f32b5c2818774f9f17832a6beade344a0 authored over 1 year agoed58545de2a6a59578bbe044fe0b5b9e72f05bb5 authored over 1 year ago
26cf23990643f63aa08d255023e48f7925f70799 authored over 1 year ago
* MAINT: sparse: Generalize issshape to (optionally) handle non-2d shapes
* Remove redundant ...
68e69469b4404dcf2d4462a1627837120c8b1a69 authored over 1 year agoCo-authored-by: Tyler Reddy <[email protected]>
bbf6653a04ca36f913dca941b270960b9f349eb6 authored over 1 year ago7c452cf124a47bf6d93293876a394e0f6b1122db authored over 1 year ago
Previously depending on custom Fortran code in _flinalg module
f1864f1f9b076d18fd0fa09defbf52df10ed4bb3 authored over 1 year ago9c4835294ec95f8b9b2795bce2a3884d14e928dd authored over 1 year ago
750fc4d947d8609e098896bc3c46a3340e401cc9 authored over 1 year ago
MAINT: stats.mode: improve `nan_policy` behavior
6adfc144e63ca18a501b2f9b96991fe59f1db755 authored over 1 year ago6c1b431ccc341c5d0d5b38690c106116b61ca800 authored over 1 year ago
DOC: remove warnings in doc build
6bd554274968036f409958ce42eb359e6841aa93 authored over 1 year ago92c5ccb3d0baa116a7274bd93cba00704fe2c67a authored over 1 year ago
Guard against integer overflows in fitpackmodule.c
19d7a9461e24ce110077f9b075ec745fd48bb037 authored over 1 year agoBUG: nan segfault in KDTree, reject non-finite input
7921d48affe31a32ddfc972573e4b49d6015e18e authored over 1 year agoENH:stats.betaprime.sf: override for improved precision
f27ee7ad7975fad96576e6be260b378e34e3657b authored over 1 year agoCo-authored-by: h-vetinari <[email protected]>
f619f4676ae370348107a435b496ea5fba9fca8e authored over 1 year agoff0f5ab56f8969cdc336f975d54c5b671074170e authored over 1 year ago
386b93d93b01436bdc6026dd0cc8653382b3ac65 authored over 1 year ago
Because the bohman & cosine windows are symmetrical, using `fft(window, 2048)`
would have 0 (or ...
5e75bff63853e7825e685093518733ca6211a7ef authored over 1 year ago
1ebf3aac42e3eecee6a6c94333e3aa0856cac6bd authored over 1 year ago
BUG: stats: Fix the variable that is checked to skip a test.
458cc70c8ba3a00daf3f3ad1d98695b95a894c45 authored over 1 year ago146cc55f0a428a9437239bfcc810902202fb1c1c authored over 1 year ago
* MAINT: update codeowners.
---------
Co-authored-by: Tyler Reddy <[email protected]>
422fdbf0b1b15a709465bb47777af54ba81eff46 authored over 1 year ago
* KDTree now raises a ValueError when
provided with non-finite data, per discussion
in gh-18230
...
* style fix on the KDTree finite input
check based on reviewer feedback
* Fixes #18223, though I'd prefer not do to this (see discussion
below)
* add regression test +...
76c69338ac9151d903ebb0f8f53723b004d7b149 authored over 1 year ago9826d1734d2c78d91765d69e976756f8e11932b1 authored over 1 year ago
[skip circle]
878c4e29847401bacd3d77e4b22bb94a97e7f75f authored over 1 year agoMAINT: ensure Nelder-Mead respects floating point type
31c90558c44334347d958621aa38dd941d98bc06 authored over 1 year agofbe7252dc9edd95b00e4d137d623bb38af8176d1 authored over 1 year ago
fcdc0f1bae69c4d59b8703fdbc325c4543dae427 authored over 1 year ago
Test that its prefactor is not mutated when it is multiplied by a scalar.
161e4c5905b35a106b984f8d72946a31dba181e5 authored over 1 year ago1d394f2baac0bb24487c1895527639922c3bfb8a authored over 1 year ago
6b527559ff34e28113e64e4e682c701391fc8f96 authored over 1 year ago
780206746db62a279906ea2316a518b88e89863d authored over 1 year ago
fc3c25a8ea004c442de8a095c454cc5e1f78b196 authored over 1 year ago
FIX: reset semantic in `QMCEngine.reset`
00f4e2e2f61769910b1b28f65871f82e17d7f8cc authored over 1 year agocdd65461d090926bd006884932e6c7d724434980 authored over 1 year ago
ce2bea6fad87ee4a6ea9d2d4e65abc7ceb0733db authored over 1 year ago
DOC: rewrite all build docs and restructure build/contributor guide
[skip ci]
bae3476b8a245866f5f7f1b824a0a7919f3880a9 authored over 1 year ago7ff25b969bf6492ef4be0af144dba8eba49e1220 authored over 1 year ago
[skip ci]
79f5cd1ec0a1ba37ad4c295dedb5543d368be438 authored over 1 year ago