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

BUG: fix extension module initialization, needs use of `PyMODINIT_FUNC` (#16165)

This is related to gh-15996. After a change in Meson to use
visibility=hidden by default, impor...

03363632696e7f6d111d4dd31808ba4f165642cd authored over 2 years ago
BLD: changes to meson.build

[skip azurepipelines]

d1dabf161dbcb6118c82ab7ff55b1bef6eeb2c46 authored over 2 years ago
Adds note to the curve_fit() docstring to use float64. (#16173)

1bf2cd7c3a1a103b3dc7c2726dc81f26de9ef490 authored over 2 years ago
MAINT: update UNU.RAN (#16163)

500ef2ca846d5a4c3572172650a2149d6d29a637 authored over 2 years ago
Merge pull request #16172 from rgommers/ci-pin-pip

CI: pin Pip to 22.0.4 to avoid issues with `--no-build-isolation`

0ded4f6594c31ae7ca9f2d01c3608d2340aae822 authored over 2 years ago
CI: pin Pip to 22.0.4 to avoid issues with `--no-build-isolation`

This change can be reverted once Pip releases its next version with
a fix for https://github.com...

67f673fd53392a49acaac8b004f6174bb3d40d5d authored over 2 years ago
BUG: signal: Fix calculation of extended image indices in convolve2d.

To handle the `boundary` arguments "wrap" and "symm", the `convolve2d`
code computes indices int...

44ec457ae1d2f69a8dff507ab76a5370aeea6445 authored over 2 years ago
MAINT: signal: Add comments, simplify code.

Provide comments for the C functions reflect_symm_index(j, m)
and circular_wrap_index(j, m).

Re...

8f559871e613dfba55490e0c66f687c2b651ce7d authored over 2 years ago
ENH: Tweak theilslopes and siegelslopes to return a tuple_bunch (#16167)

* ENH: Tweak theilslopes and siegelslopes to return a tuple_bunch

This makes their behavior c...

97f6127299bb84e5bb67a62d272b9fa1a36832f2 authored over 2 years ago
Merge pull request #16150 from thezealousfool/main

Add typing info for Rotation.concatenate

a6ee381ec61f89e8b43631bb7f3e5ee30e6bda47 authored over 2 years ago
MAINT:linalg: Expose low-level Cython functions for generic use

90ebe6dfaeb14fa48299271e03f0fa4d16d6f24f authored over 2 years ago
Merge pull request #15997 from ev-br/quadpack_recursive

MAINT: integrate: add `recursive` to QUADPACK Fortran sources

c478a0dbe1ee0c1349eb584910781b1aeb158d38 authored over 2 years ago
MAINT: linalg: add _cythonize_array_utils.pxd to meson.build

086e9c8fcdf2681660cd56f777d2f2639c1a56d0 authored over 2 years ago
MAINT: linalg: plumb through _cythonized_array_utils.pyx / .pxd

cb93af5996bdb08bdf0d4b1b2ccd940386a728ba authored over 2 years ago
MAINT: linalg: start on _cython_linalg_util.p[yx,xd]

81dcb251879a5549c4e33793cb0ea17431216a34 authored over 2 years ago
MAINT: better UNU.RAN licensing information (#16158)

MAINT: better/corrected UNU.RAN licensing information

1a6f02c435d66a40b255c96a68fa20a346bf0962 authored over 2 years ago
Merge pull request #16152 from seberg/fortify-error-ignores

TST: Fortify invalid-value warning filters to small changes in NumPy

5ae19560e0bb1934ff3d375fd36603fdf4265464 authored over 2 years ago
MAINT: correct wrong license of Biasedurn (#16155)

a472022210f0e50f30d1d54096ddb850dffe4535 authored over 2 years ago
Merge pull request #16138 from ev-br/rbf_slow_tests

TST: interpolate: mark rbf chunking tests as slow

[ci skip]

fb7a093ec52dec1c7656eea03783d15c02d63420 authored over 2 years ago
TST: Fortify invalid-value warning filters to small changes in NumPy

The scalar math in NumPy gives a slightly different warning then the
ufunc machinery. In this p...

9bdccb8ba5fe841bea3fdff0582fe30c479f181b authored over 2 years ago
Add typing info for Rotation.concatenate

81d10d16433d1757ccc6a5541ae6509364fa708f authored over 2 years ago
DOC: Plot poles as x and zeros as o in signal (#16141)

93961a8d27b157064d9af8e36aab8542cd1a6c4d authored over 2 years ago
Merge pull request #16137 from ev-br/maint_fitpack_tests

Clean up fitpack smoke tests

168046fbb0cdf4afc857277abe544a3728016dd7 authored over 2 years ago
TST: interpolate: mark rbf chunking tests as slow

2e7e07752bd6985cf8d997e481b672745e928a66 authored over 2 years ago
MAINT: interpolate: test_fitpack: pyflakes

a906282f777c1788e0f7d873bfdd5628e68fd5ef authored over 2 years ago
MAINT: interpolate: test_fitpack: simplify splrep/splev smoke tests

30828986cfc51ad26d52298f3b8df52615d26a6e authored over 2 years ago
MAINT: interpolate: test_fitpack: simplify spalde/splint smoke tests

6a81de65301b6751de08fe13a2abab86243ee613 authored over 2 years ago
MAINT: interpolate: test_fitpack: simplify splrep/splPrep/splev smoke tests

3a8217affdfa6cfc7f8be509c3202a37583bf4a8 authored over 2 years ago
MAINT: interpolate: test_fitpack: simplify sproot smoke test

139270d68fa1b9f04b074a714c403d07aa4473e8 authored over 2 years ago
MAINT: interpolate: test_fitpack: simplify bisplev/bisplrep smoke test

efc3307d7e64003df4e717f95bbc1cc483695f04 authored over 2 years ago
MAINT: interpolate: test_fitpack: simplify imports

b31598129060663e6f755fda98876edacd0d68ae authored over 2 years ago
BUG: interpolate: fix extrapolation behaviors of `previous` and `next` mode in `interpolate.interp1d` (#16128)

* BUG: interpolate: fix extrapolation handling for `previous` and `next`.

c166a9b88b011ef586c00f5216def56bd062b990 authored over 2 years ago
MAINT: sparse.linalg: A minor improvement with zero initial guess

1ac9600c02270acf8e0c8676d62a9fbb7c12a042 authored over 2 years ago
BUG: Fix norm for sparse arrays

112577e516345ace16f363248a2ef52a9d769228 authored almost 3 years ago
CI: increase time to timeout on azure (#16130)

[skip github]

f3ea971ba459ea640809bc70442b997b41338622 authored almost 3 years ago
Merge pull request #16118 from jarrodmillman/openblas-windows-binary

Download openblas binary from GH repo

e7d39a34edc9228f69cb6c8136b03a86ee70806d authored almost 3 years ago
Download openblas binary from GH repo

ed34cba5b047e49ee08bb36e804cc6d7d2acd306 authored almost 3 years ago
DOC: interpolate: details rectilinear grids in docstrings

DOC: interpolate: details rectilinear grids in docstrings

Adds some clarifying language to th...

2446fc79ae028e981f8643cd7b62e2fe20a46466 authored almost 3 years ago
ENH: interpolate: Add functionality to accept descending points for `interpn` and `RegularGridInterpolator`.

Add functionality to accept descending points for `interpn` and `RegularGridInterpolator`.

Se...

3ba7ab42476ca5cd56549bca1de9bab2aaec1022 authored almost 3 years ago
Merge pull request #16125 from ev-br/the_the

DOC: interpolate: fix typos "the the" -> "the"

4b4c2da4ed889f4dc14672545a93c4e0e0bc3834 authored almost 3 years ago
DOC: interpolate: fix typos "the the" -> "the"

[skip ci]

4e2a91d85c86a621c5693d6d3b47c3d0518bdff4 authored almost 3 years ago
Merge pull request #16122 from jarrodmillman/speedup-prerelease_deps_coverage_64bit_blas

CI: Speed up ci build that keeps timing out

3595b3947faacbedf76de4cb410e0a4210059117 authored almost 3 years ago
Speed up ci build that keeps timing out

d415d350ec55c83d666de5c23c2975e4e7023132 authored almost 3 years ago
BUG: interpolate: RGI(nan) is nan (#16077)

* BUG: interpolate: RGI(nan) is nan

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

7974a67bcfbad62e5db299cf7ce0dfb348b18699 authored almost 3 years ago
DOC: expand RegularGridInterpolator docstring (#16073)

f64065ff9edb900a2c72c70c564620434b83e51d authored almost 3 years ago
Merge pull request #16044 from schettino72/cli-devtool

DEV: do.py, adoption of pkg pydevtool (removed non SciPy specific code).

928e21bfb90221b26d5515edc2d07192915a47b9 authored almost 3 years ago
DEV: do.py, document requirements are on environment.yml file.

[ci skip]

5be0f20cdc6500ab1e144acb5d3b182fdf30d3db authored almost 3 years ago
DEV: do.py, adoption of pkg pydevtool (removed non SciPy specific code).

aa481513ad04b3db605f3e8bcbb8c7cfbc61a3cc authored almost 3 years ago
MAINT: merge `environment.yml` and `environment_meson.yml` (#16115)

There's no longer a reason for the duplication, now that Meson
introduction is solid instead of...

1e4d139d77f83df2cdd47243dfe13bfcb38fd37b authored almost 3 years ago
ENH: stats: add _axis_nan_policy_factory to moment (#15715)

* ENH: stats: add _axis_nan_policy_factory to moment

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

2c3a826fd3f89400edb8a421aa7d556627220e8d authored almost 3 years ago
DEP: execute deprecation of inexact indices into sparse matrices (#16093)

9137ef1c201aa75f891fe2ad5ac056ad9d2ff5d4 authored almost 3 years ago
Merge pull request #16101 from swallan/fix_gumbel_l_fixed_loc

BUG: fix + test for reflected fixed location gumbel_l

da8800108452fb1dc73e5817a8f74a89dc8065df authored almost 3 years ago
BUG: stats: fix skewnorm pdf when a=0 (#16105)

* BUG: stats: fix skewnorm pdf when a=0

3e7e5e4383709e0f20858877cfeca69ab10a1663 authored almost 3 years ago
DOC: stats: symmetry not checked for (inv)wishart distributions (#16104)

13fcfaee253831134fc16716a2b54251deff20a2 authored almost 3 years ago
DOC: stats.mstats: correct links to stats functions (#16107)

[skip actions] [skip azp]

bdeb40668692eefcda2fd7c43b0f2fc9cd1ee1e9 authored almost 3 years ago
MAINT: stats.theilslopes: warn and return nan for degenerate input (#16056)

2204e3a39c0d6c2d5292eaeae1a752e5565d9eb9 authored almost 3 years ago
ENH: Prevent unnecessary matvec in scipy.optimize (#16099)

7ce40c1353055aa11c6a7b337df5bc7c26bc46b4 authored almost 3 years ago
Merge pull request #16100 from WarrenWeckesser/warnings

MAINT: Fix a couple compiler warnings.

4b06d4f8e20c4b154456571f80bfd22e0c3a8386 authored almost 3 years ago
BUG: fix + test for reflected fixed location gumbel_l

0a2a4d060c44682db48bb60a28cdc4d9fd4d7790 authored almost 3 years ago
MAINT: optimize: Fix the Fortran compiler warning:

```
../scipy/optimize/__nnls/nnls.f:128:44:

128 | CALL H12 (1,NPP1,NPP1+1,M,A(1,J),1,UP...

861b4244908f67cac52bf82db2b07c0919a5fdc0 authored almost 3 years ago
MAINT: Remove old filtered warnings (#16095)

8f689c08293916170f2f658f32b251e3d2b331de authored almost 3 years ago
MAINT: special: Fix this compiler warning:

```
In file included from ../scipy/special/ellint_carlson_cpp_lite/ellint_carlson.hh:12,
...

d6195f7f949d5bf1b901142fd07811eebe8c2235 authored almost 3 years ago
DOC: stats.invwishart: document LinAlgError raised when `scale` is not PD (#16091)

[skip azp] [skip actions]

68a35309d0879466c0253b820001965eecc424af authored almost 3 years ago
DOC: Document QUADPACK routines used in `*quad` (#16062)

2b4b1f088ca8b76cff26c1cd56322486f8c23658 authored almost 3 years ago
Merge pull request #16083 from WillTirone/bug_#16027

DOC: fixing a sign issue in FFTlog function documentation

5811dfcc5339aaaca4ab29b6155993dec7144756 authored almost 3 years ago
ENH: interpolate: handle length-1 grid axes in RegularGridInterpolator (#16070)

* ENH: interpolate: handle length-1 grid axes in RegularGridInterpolator

If one of the grid a...

b9183eb1f14ea6acc07d414b3399c0e1b3150e65 authored almost 3 years ago
ENH: special: Use boost for a couple ufuncs.

* Add the ufunc `powm1(x, y)` to compute `x**y - 1`. This function
is useful when `y` is clos...

ea89067b6f6e7f09861766dc6042d63ffc76c648 authored almost 3 years ago
MAINT: Use lanczos approximation for gamma ratios in hyp2f1 for complex numbers (#15588)

This PR updates the cases z = 1, c - a - b > 0 [DLMF 15.4.20] and z near -1, c = 1 + a - b,
[DL...

097ff500b582971bd178feabe9b7306712edf6cb authored almost 3 years ago
Merge pull request #15357 from AtsushiSakai/add_spline_method_for_RegularGridInterpolator

ENH: interpolate: add new methods for RegularGridInterpolator.

Tensor-product spline interpol...

3e7584d6bc72d41ebb818832f8262581ac7b7396 authored almost 3 years ago
ENH: interpolate remove complex values constraint and fix tests.

6a5ef1fd92ac645267226bd688e7420fc232a66b authored almost 3 years ago
ENH: interpolate: fix lint and ref guide check error

193c501cf0cff03cb1b87cbb15d62d094115bb76 authored almost 3 years ago
ENH: interpolate: add new methods for RegularGridInterpolator.

Co-authored-by: Tristan Hearn <[email protected]>

8977d0cb46088269e95cb43ce06eaf9b9a6e84f9 authored almost 3 years ago
DOC: interpolate: make constants private.

9da214dd0e6318e6bdc1acf19bede4b9ffcfcfbb authored almost 3 years ago
ENH: signal: improve validation function

91e40a872406d254ffbcd55f56b94b347047f7e7 authored almost 3 years ago
DOC: fixing a sign issue in FFTlog function, closes #16027. Documentation now matches code.

70507072dd643b52255f3410436a5acf53ec218c authored almost 3 years ago
Merge pull request #16082 from ev-br/stats_describe_refguide_checker

BUG: refguide-check: allow multiline namedtuples

69834743023220f0073ac9565cb5783c7a2dd433 authored almost 3 years ago
BUG: refguide-check: allow multiline namedtuples

d75b5db6333515d2211c1c60237ce709ecc04dd6 authored almost 3 years ago
DEV,BLD: Use Meson in Gitpod builds (#16078)

* DEV: Update conda dev in gitpod settings

* DEV: Remove multiple images

* BUG: Fix bashrc...

bc9e2f1f8fe0c2ca277472a44576503a61a1a215 authored almost 3 years ago
MAINT: interpolate: speed up the RBFInterpolator evaluation with high dimensional interpolants

Reviewed at gh-15190

8fa4dcae4553fa873c5553e018f80a8a6f5e9948 authored almost 3 years ago
Revert "DEV,BLD: Move to meson on gitpod" (#16076)

3a2f0930f0c28b952992886d177e7da181cc6dfa authored almost 3 years ago
MAINT: stats: replace np.var with _var to warn on constant input (#16055)

418fbdb0194c66fc08123e1cc354865895b426ff authored almost 3 years ago
Merge pull request #16075 from AnirudhDagar/fix_refguidecheck

CI: Fix refguidecheck failures; unpin Sphinx

5ac17b899ff64ef6d0bf8444cdb19cbcdd2c80b7 authored almost 3 years ago
DEV: Remove numpydoc pins

This is just a cleanup for numpydoc that was left
after already being unpinned in #15443
This is...

8de06b47af44c89434d5dcba91a1cdbf3f8dc1b9 authored almost 3 years ago
CI: Unpin sphinx; Fix #16074

22dc4a8cac1301077949636c9067cab3019f61f3 authored almost 3 years ago
Merge pull request #16066 from melissawm/gitpod-meson

DEV,BLD: Move to meson on gitpod

e52b238f9f04ef5b2b0cf3266c2be705592bdb28 authored almost 3 years ago
Update .gitpod.yml

Co-authored-by: Tania Allard <[email protected]>

6d8e1659f2a9f06cd27ba58e54d2f412f0f6c841 authored almost 3 years ago
DEV - Update Meson-gitpod (#1)

* :building_construction: [ENH] - Update Dockerfile - split into Meson and dev

* ENH - Split Do...

a430453f07e0bc4690a2abc315b35299233c20be authored almost 3 years ago
MAINT,BUG: stats: update to UNU.RAN 1.9.0 (#15798)

8647b6cabe6623c3a36fb4658da4320a6ffe5358 authored almost 3 years ago
Add build-only and parallel build options

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

e849b987ed5820d5376beda9a9e1d650868fd737 authored almost 3 years ago
DEP: remove spatial.distance.matching (#16067)

b74c192aab55422d52589cf0023d9b3bfb5d136b authored almost 3 years ago
DEV,BLD: Move to meson on gitpod

51a1170c4724ffb78f27aa5dd70cc50ad93cff1b authored almost 3 years ago
MAINT: Allow all Latin-1 Unicode letters in the source code. (#16060)

7043404d4a7b6c43032de7ea008915fd618ce70f authored almost 3 years ago
MAINT,BUG: stats: return nan for constant inputs in skew and kurtosis (#16061)

* MAINT,BUG: stats: return nan for constant inputs in skew and kurtosis

aa674ea9f04fb33a266537e4e895b3ddd30c4d92 authored almost 3 years ago
ENH: optimize: Add Newton-TFQMR method and some tests for Newton-Krylov (#15981)

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

820fe86bf3ad8ba1c5647632b131659ed7bd447e authored almost 3 years ago
Merge pull request #16051 from endolith/iircomb_minor

MAINT: Miscellaneous small changes to filter_design

75a3c3f47e9d3079f97ca1c21ac581933118c46c authored almost 3 years ago
BUG/ENH: `MultinomialQMC.random` shape to (n, pvals) (#15945)

* BUG/ENH: MultinomialQMC sample shape should be (n, pvals)

87bcb916f8f259a46e69d7a44041f5d7c4a7246f authored almost 3 years ago
Merge branch 'main' of github.com:scipy/scipy into update_lsq_linear

4b9e98c2988c01dd457b0efbcd7ac40c31bb0cd7 authored almost 3 years ago
MAINT: changed new trf_linear argument to keyword format

f87b07bdc15a5af8f6b734a54fd174af12cb204b authored almost 3 years ago
MAINT: remove unused import from test_lsq_linear.py

9ee05622e714f8fa23621f20bb8c601e27d319a4 authored almost 3 years ago
MAINT: updated lsq_linear docs and tests to address comments

aa7ccb00bff6032650dc48cf1eb15508ad945b4e authored almost 3 years ago