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 Fix broken link in scipy.optimize._differentialevolution.py (#18696)

7e6c2e0a3f5c99935f3909c219a436785771ec2c authored over 1 year ago
MAINT: NumPy 1.25.0 shims for arm64

* a few floating-point error shims to allow our
testsuite to pass for MacOS arm64 with the recen...

2dfb1066068e59ef60e9a898f4cecd5d7e7218f4 authored over 1 year ago
Merge pull request #18692 from ev-br/findfreqs_r_

MAINT: signal: replace `np.r_["-1", arrays]` by a more sane incantation

72a93ed2595cfc1a2f6466e13ad632f67223f720 authored over 1 year ago
Merge pull request #18488 from ilayn/iterative_no_fortran

MAINT:ENH:sparse.linalg: Rewrite iterative solvers in Python, remove FORTRAN code

0a6aad03f6a511c4e955c29bfc1a414cb161ea1b authored over 1 year ago
DOC: remove twine GPG from rel docs

* Fixes #18691

* as noted there, GPG signing of our PyPI binaries
and sdists is pointless and j...

1029fcd886a26d23f55fcd4c227b79d8113a46ff authored over 1 year ago
MAINT: signal: trivial readablity tweaks for signal.findfreqs

cb8a3730b6925f65d89ca8576d29ac8210f9ec86 authored over 1 year ago
ENH: CloughTocher2DInterpolator multiple times with different values (#18376)

Provide several hooks which a subclass can override. The use case is repeated evaluation of an i...

3c54130362bfdcf93622144ad4b8b63277482831 authored over 1 year ago
MAINT: signal: replace np.r_["-1", arrays] by a more sane incantation

Apparently, if the first arg of np.r_ is a string, it's the axis. Ugh.
So remove that.

Also, al...

db64b57437c008b578e48dd4d6443fa889ca6ed4 authored over 1 year ago
MAINT:sparse.linalg:Remove FORTRAN code for iterative solvers

99a57bcc15a2fe83267eb0764591080f07a3ff67 authored over 1 year ago
TST:sparse.linalg:Adapt tests to the new solvers

c0e35b0700b8baa4eb25c64c9f8aaa26d62df52f authored over 1 year ago
DOC:sparse.linalg:Adjust deprecation version for iterative

8a11a62cd22a855ebee37ca4742b97b1e9195694 authored over 1 year ago
ENH:sparse.linalg:Translate iterative solvers from FORTRAN code

e7da02bcf13080ddd395127a2f32d5e22e63924c authored over 1 year ago
TST:optimize:Handle deprecation warnings in test_nonlin

f6621bb5b4ac2ae1b82ba746e41413a40a2f2227 authored over 1 year ago
TST:sparse.linalg:Normalize tests to flat functions

b15231bb9edbaa9fb2123c710f0b0776c2f086fd authored over 1 year ago
TST:PEP8:optimize:Clean-up test_nonlin

4de397b4dd95e1a8f384b2a7d0ca05a99f777921 authored over 1 year ago
DOC: stats.genlogistic: note Type I generalized logistic / skew logistic (#18690)

* DOC: stats.genlogistic: note Type I generalized logistic / skew logistic

dbc2d3a44604ab2f479df87573e6da951c265f49 authored over 1 year ago
Merge pull request #18686 from alugowski/macbench

DEV: Add ability to run memory benchmarks on macOS

[skip ci]

c415f156aff74c02c7cda57692045998ebc44dc7 authored over 1 year ago
TST: stats: fix xslow test failures (#18682)

ea5d5b0ecf99be04eb1047207cc6933987e590c4 authored over 1 year ago
ENH: add support for a scalar sigma in optimize.curve_fit

Before, a scalar value for sigma raised a ValueError:

```python
>>> curve_fit(..., sigma=2.0)
V...

517d02f0f08eab6b2e19315e017099dfdde1d5c1 authored over 1 year ago
DEV: Add ability to run memory benchmarks on macOS

Add new method of finding peak memory usage using `os.wait4()`.
This also gives the true peak us...

a728ab1f5e96d0058e287df7450e1418f84c2b48 authored over 1 year ago
BUG: fix ortho mode in DST type 2/3 (#18613)

Closes #18452

Fixes orthonormalization in DSTs type 2 and 3

299df543dabc77fc5007df4c54457e31b2d2e71d authored over 1 year ago
CI: put back an upper bound on setuptools in environment.yml (#18681)

More recent versions cause deprecation warnings to be emitted from
`pkg_resources` by (at least...

96c973a3d19c5b83d93a25190cc12f47a2aa30d4 authored over 1 year ago
BUG: signal: fix detrend with array-like bp (#18676)

97de33f753199972e52d69421186bbffd4309c07 authored over 1 year ago
TST: linalg: improve seeding of some tests that are a problem on musllinux (#18677)

* CI: remove setuptools install from musllinux job

No longer used/needed, since we removed th...

96081aa10e929e807b199f8e441dd1693e304f03 authored over 1 year ago
BUG: small shim for release process (#18672)

* Fixes #18595

* use `git apply` to directly apply the patch from
gh-18595 that worked durin...

9bc74cd8f4b42016cb85766524df0316d365c97f authored over 1 year ago
MAINT: stats: remove long double support for all boost ufuncs (#18630)

[skip ci]

---------

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

41ef48c8d4bee945dbaa08e78137fb879a8e045d authored over 1 year ago
ENH: stats.dirichlet: add covariance method (#18664)

* ENH: stats.dirichlet: add covariance method

46081a85c3a6ca4c45610f4207abf791985e17e0 authored over 1 year ago
DEV: Add Windows specific instructions to environment.yml (#18667)

[skip ci]

253301520dcaa4d8a3403d52bfe750bd2874c13a authored over 1 year ago
DEV: update environment.yml, removing setuptools (#18666)

07fb5192ddaa7a3b7a1bd6572ebba659e443080b authored over 1 year ago
Merge pull request #18636 from mdhaber/gh18634

MAINT: stats.truncnorm/stats.betaprime: fix _munp for higher moments, add tests

5f9e871e4b65aa642f83fcade1e87bfb077646a4 authored over 1 year ago
ENH: linalg: Add wrapper for `?tgsyl` (#18571)

* ENH: Adding ?tgsyl_lwork routine templates for real types

* ENH: Fixed the _lwork subroutin...

e1f0d9717a20919cc55d947a46edda9942748b93 authored over 1 year ago
CI: update SCIPY_NIGHTLY_UPLOAD_TOKEN on CirrusCI. (#18661)

[skip ci]

d3cd7bf5321fd19566e7999a39a9a9193750ba77 authored over 1 year ago
DOC: missing equal sign to Lomb-Scargle periodogram equation (#18653)

dba1b1570cf835e14ec6620221e05c32a8bf3765 authored over 1 year ago
DOC:`sobol_indices`: correct statement about sums of Sobol' indices (#18659)

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

ffbfbf23a0b1050590475bd9b071c7b3c068f9fc authored over 1 year ago
Merge pull request #18658 from rgommers/fix-condaforge-test-issues

TST: fix two test failures that showed up on conda-forge

4a747fcdf9163355c57d0997e5f1f9a81112aa66 authored over 1 year ago
TST: fix two test failures that showed up on conda-forge

The ppc64le one is a small test bump. The PyPy-on-Windows one
is a real bug in PyPy, but it's no...

04cc4b51b431e328a70ed13f11ea97d4ee59f938 authored over 1 year ago
MAINT: fix 'no such option' error in build_scipy CI (#18657)

8845c0d9affaa787863c6b2501eec6e9da938c96 authored over 1 year ago
ENH:optimize: Rewrite nnls in Python (#18570)

* ENH:optimize:Convert nnls solver code to Python

* MAINT:optimize:Remove replaced nnls FORTR...

3cae6dc85d2288519cce3d3112e1c30e1f470cad authored over 1 year ago
BUG:linalg:blas.gbmv: Fix the argument check in the wrappers (#18652)

* BUG: Fixes how the length of argument x of linalg.blas.?gbmv is checked

Given an m×n banded...

2b0929000f5073d09f95057d001f9a0f05fcd858 authored over 1 year ago
ENH: stats.betaprime._munp: override for arbitrary order

c801fb6afdb33aacaede642ea18de5b9b33d7f0c authored over 1 year ago
ENH: stats.beta.entropy: asymptotic expansion to avoid precision loss for large a and b (#18499)

* ENH: stats.beta.entropy: asymptotic expansion to avoid precision loss for large a and b

fdf3670c9c2a70583e4da55deefd94d973a20a44 authored over 1 year ago
ENH: stats.multivariate_t: add asymptotic expansion to avoid precision loss (#18465)

* ENH: stats.multivariate_t: add asymptotic expansion to avoid precision loss

01d2652311ad267ac8f9a5c71a561187b2669eb0 authored over 1 year ago
Merge pull request #18492 from ev-br/ndbspline

Add NdBSpline: n-dim tensor product b-spline object

852e228f99b0c41640411796822e00a61e24aeaf authored over 1 year ago
ENH: loggamma.entropy: override for improved accuracy (#18156)

* ENH: loggamma.entropy: override for improved accuracy

Co-authored-by: Daniel Schmitz <4065...

bacbe0b86d23b3e814bb33e535229bf7887ca175 authored over 1 year ago
ENH: stats.CovViaCholesky: make `_covariance` a cached property (#18641)

ENH: stats.CovViaCholesky: make `_covariance` a cached property

4e1f84d8676bcdde2076db4a7ead1687008d4258 authored over 1 year ago
MAINT: Fix lint warnings in `_traversal.pyx` (#18640)

[skip ci]

e49868ad7ef8c5fe92bccc50c95a913e959b4754 authored over 1 year ago
MAINT: interpolate: Apply suggestions from code review

Co-authored-by: Jake Bowhay <[email protected]>

af1938f7ce39324bd43fb1dc67b2dd35670c3928 authored over 1 year ago
MAINT: stats.truncnorm/stats.betaprime: fix _munp for higher moments, add tests

93a6e10de6e5acd1b6b58a2014d16bfc63710ba5 authored over 1 year ago
BUG: Fix issue levy_stable.pdf (#18432) (#18633)

Co-authored-by: Philippe DONNAT <[email protected]>

1305da5985cbb1524aaa58b1296647bb122e6249 authored over 1 year ago
CI: fix wheel upload to anaconda [wheel build] (#18598)

[skip actions] [skip circle]

6e018d93695e887e79a4487ed77d93c698504ded authored over 1 year ago
Merge pull request #18629 from matusvalo/spatial_noexcept

Mark `void` functions as `noexcept` in `_rotation.pyx`

d36f21314dee1ebd951be459dc5b10f6e9dbe744 authored over 1 year ago
MAINT: interpolate/ndbspline: Apply suggestions from code review

Co-authored-by: Atsushi Sakai <[email protected]>

df3eeddbe0749e41e878a46212790199fd404f67 authored over 1 year ago
DOC: stats.loguniform._sf: add comment about not overriding (#18614)

DOC: stats.loguniform._sf: add comment about not overriding

5a1ad4c42b033eb65cbc8694f837480c81c5247c authored over 1 year ago
Mark `void` functions as `noexcept` in _rotation.pyx

98391cfaa0436b91fdad38174f1f1f1819910452 authored over 1 year ago
MAINT: signal: avoid eval/exec in hilbert2 (#18620)

ec22c5587f32198758435964697b08d4e8c4119f authored over 1 year ago
Merge pull request #18616 from OmarManzoor/loglaplace_sf

ENH: stats.loglaplace.sf: override for accuracy in right tail

4d7413563cfa477c08717daa61e5994e968ee79f authored over 1 year ago
MAINT: stats.loglaplace: improve reference distribution and test

40fb39d696822f1ad61ce8eca309942862220c14 authored over 1 year ago
DEP: stats.iqr: remove deprecated `scale='raw'` (#18612)

469b337aefe4a219f635303d9f65418a67144321 authored over 1 year ago
Merge pull request #18617 from AtsushiSakai/issue16729_bispev

MAINT: interpolate: delete duplicated FITPACK bisplev interface

9927ae069cb943552a79a55cd12f27a100d7969b authored over 1 year ago
MAINT: PR 18617 revisions

* improve an error message based on code review

[skip ci]

Co-authored-by: Evgeni Burovski <...

7d41c440ff71f5b53d30ee47111d297a499b9a84 authored over 1 year ago
BUG: Fix LSODA interpolation scheme (#14552)

* TST: Enable LSODA tests and add failing test.

* ENH: Select appropriate segment for each me...

c374ca7fdfa32dd3817cbec0f1863e01640279eb authored over 1 year ago
MAINT: interpolate: delete duplicated bisplev interface

8f70696ce62b1bb92ab3d7a039ef3b667340b7ae authored over 1 year ago
ENH: override sf in loglaplace distribution

0d2d65716ca2b2149f17218f4b07f1c093ce7113 authored over 1 year ago
DOC: stats.laplace_asymmetric: note relationship between scale and lambda (#18552)

2f3831503aff159994eafa75745c9537f8db060f authored over 1 year ago
DEP: stats: remove deprecated binom_test (#18610)

62e2879b34f6fc167375f3e37a0e1fc727cc88dd authored over 1 year ago
DOC:linalg:More explicit example usage of lu_factor (#18594)

* DOC: more explicit example usage of scipy.linalg.lu_factor

* Document the 1-based to 0-base...

191dd61674a8ecca7908f1fd3cf011949b9e606b authored over 1 year ago
ENH: stats.pearson3: override for improved accuracy in right tail (#18606)

* ENH: stats.pearson3: override for improved accuracy in right tail
* TST: stats.pearson3: sim...

f68525ef0270d7b0b1206e11b264b792c9ee6e6f authored over 1 year ago
DEP: fix typo of module name in deprecation warning (#18608)

e432b1cf276ca41890cfdce86821b96692941c10 authored over 1 year ago
Merge pull request #18496 from tacchinotacchi/main

ENH: Faster _select_samples in _differential_evolution.py

950112fa9f7a4a7fa795722ce7b8391d86aed8d6 authored over 1 year ago
MAINT: stats.hypergeom.mean: correct for large args (#18602)

28697172c55070d61ee916f9d784c6a4ffa49191 authored over 1 year ago
ENH: override sf for rdist distribution (#18586)

* ENH: stats.rdist.sf: override for accuracy in right tail

b7c2cb5eafe23f86820f6aaaaf569bde63558136 authored over 1 year ago
BUG: Fix fails of some tests and bad behaviour for x=zeta in levy_stable (#18133)

* BUG: Fix fails of some tests and bad behaviour for x=zeta in levy_stable

* Reset parameters...

0ba2bbda02420253886f67a707740eda0718f0e7 authored over 1 year ago
DOC: Fix sidebar for API reference pages (#18596)

0d3e1f25d400e56c9c594f5aa094d816a8063ffa authored over 1 year ago
MAINT: io: replace isspmatrix with issparse in mmio module (#18556)

[skip ci]

e38ddf1422389f6fd8a0eead4f7e186122310ae2 authored over 1 year ago
TST: stats.fit: adjust arcsine test due to change in DE

291653ddb22faf36910763b0d9d0c2bd64b9455f authored over 1 year ago
DEP: remove parameter centered of stats.qmc.LatinHypercube (#18589)

* DEP: remove parameter centered of stats.qmc.LatinHypercube

* DOC: remove reference to cente...

5be5f5305410c71fc01554dbccdeef16df2646e7 authored over 1 year ago
DOC: stats.rv_discrete: note that default methods are not compatible with support unbounded below (#18585)

ab719ebc9c0e4f69bd3eda0a27500e73d11556dc authored over 1 year ago
DEP: signal: deprecate cmplx_sort (#18587)

ac24b553df721193418541b9a39f485494857b0d authored over 1 year ago
MAINT: try appeasing mypy

7cfb72b2cc9ab025a9399df2a0b80219e827a65c authored over 1 year ago
Merge pull request #18575 from tylerjereddy/treddy_112_prep

REL: set version to 1.12.0.dev0

05c4cffa8bf5c5e48935bcae07dbaa2d494509bb authored over 1 year ago
Merge pull request #18563 from tylerjereddy/treddy_1_11_relnotes

DOC: SciPy 1.11.0 release notes

d0510af5be6ce4948be6ac0c976ff08a0f9ecb82 authored over 1 year ago
DOC: PR 18563 revisions

* formatting cleanup for `sparse` section, and
move deprecation information to the appropriate
s...

5117512f8e27b0893d0437bd21fe407add81a3c4 authored over 1 year ago
DOC: PR 18563 revisions

* address suggestions from code review

[skip actions] [skip cirrus]

187032aff8f1331486dc1fecffa794a3fccbde4d authored over 1 year ago
DOC: PR 18563 revisions

* apply reviewer suggestions in cases where it was possible to do
directly via the GH interfac...

ff7ca0e7e4d85e72ab3f0bf0fd6a6bed4f0b25c9 authored over 1 year ago
REL: set version to 1.12.0.dev0

* don't merge until the `1.11.0` release notes have
been merged and the `maintenance/1.11.x` bra...

c0dedbcca4f34b19f18d48430412f9d39dc19486 authored over 1 year ago
Apply suggestions from code review

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

e67df9d6b456331741656ffe4318e7e73dd11179 authored over 1 year ago
STY: address review comment

25e67c321834ab53a4bfc0d6f2e336049e977043 authored over 1 year ago
TST: interpolate/ndbspline: test vs 1D BSpline

b36e4ec4c1546df3a965af79c858029686ac015d authored over 1 year ago
MAINT: appease mypy

4bc8ca9a80d067fd2a0b0501671be06c590a30b0 authored over 1 year ago
DOC: interpolate/ndbspline: docstrings

b381be9cc61db56c36132b8d722aa6f26514d164 authored over 1 year ago
MAINT: interpolate/ndbspline: make evaluations nogil-ready

Also move tabulations to from `__init__` to `__call__`, this
does not seem to matter much (can u...

952dce0527815c76d65e8485b599ea21f6a263e4 authored over 1 year ago
MAINT: math.prod

bf0fd08801003cc2afcf2af452e26def7e6451dc authored over 1 year ago
MAINT: interpolate/ndbspline: comment/document the cython routine

4ce642112516d7234fb3dc7b11cc6769e5fbb1c1 authored over 1 year ago
TST: interpolate/ndbspline: add a test with non-C-contiguous knots/coefficients

043e96d801288fd1a48dc952ba46d12e55310577 authored over 1 year ago
ENH: interpolate/ndbspline: extrapolate=True/False/None & nans in xi

3921c23c2ae01b576d429220c07ab6f281b700e4 authored over 1 year ago
BUG: interpolate/ndbspline: allow readonly coefficients

de9712e3fdafab34e2e46f680a660d7a1179d1e9 authored over 1 year ago
BUG: buffer dtype on windows

cb0263a702fe5813106197d14842eebf119aed8f authored over 1 year ago
MAINT: address review comments

9f28ab83dadd7e7b473e487c982215f4378eaf92 authored over 1 year ago
BUG: more windows int type mismatch

a0c80262ba807c61ea59ad373959d232962b31e8 authored over 1 year ago
MAINT: interpolate/ndbspline: initial version

14f8717a3141893a45ae0985bfa1affe1ee8859e authored over 1 year ago