Evgeni Burovski

Results 81 issues of Evgeni Burovski

`contract_path`'s `optimize` argument is documented as `str, list or bool`, but using bool arguments raises a TypeError: ``` n [1]: import opt_einsum as oe In [2]: import numpy as np...

linear algebra functions should uniformly accept empty (size=0) arrays. Most of them should return empty output on empty input. The key thing to make sure is that the dtype of...

defect
task
scipy.linalg

There's a new warning when building main: ``` [32/247] Compiling C++ object scipy/specia...86_64-linux-gnu.so.p/_special_ufuncs.cpp.o In file included from ../scipy/special/_special_ufuncs.cpp:15: ../scipy/special/special/gamma.h: In function 'std::complex special::gamma(std::complex) [with T = float]': ../scipy/special/special/gamma.h:19:44: warning: infinite...

scipy.special
Build issues

Starting from Cython >=3.0.8, readonly fused typed memoryviews are finally allowed. Meaning we can add `const` qualifiers to memoryviews so that readonly arrays do not get rejected. We should audit...

task
maintenance
Cython

Work towards https://github.com/cupy/cupy/issues/8306. The current checklist is - [x] make sure `cupy` imports with `numpy==2.0.0rc1` - [x] make sure `pytest tests/cupy` passes the collection stage - [x] make sure `pytest...

cat:numpy-compat
prio:medium

Port `griddata` function from `scipy.interpolate`. This is a pure python convenience wrapper of`LinearNDInterpolator`, `NearestNDInterpolator` and `CloughTocher2DInterpolator`, so no need to benchmark performance. This PR is on top of https://github.com/cupy/cupy/pull/8220 for...

cat:feature
prio:medium

**Original article:** https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.96.160402 Preprint, ungated: https://arxiv.org/abs/cond-mat/0602224 **PDF URL:** https://github.com/ev-br/unitarity_repro/blob/repro_unitarity/article.pdf **Metadata URL:** https://github.com/ev-br/unitarity_repro/blob/repro_unitarity/metadata.yaml **Code URL:** https://github.com/ev-br/10yr_repro_challenge_35/releases/tag/v1.1 **Scientific domain:** Physics **Programming language:** Fortran / Python **Suggested editor:** This is paper 36 in...

LANG: Python
01 - Request
Ten Years Challenge
DOM: Physics
LANG: Fortran
TYPE: Reproduction

Split off https://github.com/cupy/cupy/pull/8314 to keep the diff sizes under control. Adapt the codebase to NEP 50 (https://numpy.org/neps/nep-0050-scalar-promotion.html). Unlike gh-8314, this PR can be run under NumPy 1.x using ``` $...

cat:numpy-compat
prio:medium

As requested in https://github.com/scipy/scipy/issues/5888 (which is how I learned about paramnormal, btw). Again, I'm only a messenger here, the actual request was made by @mountaindust. Finally, please let me know...

new distribution

#### Reference issue Based off https://github.com/scipy/scipy/pull/18926, will need a rebase when that one lands. Supersedes and closes https://github.com/scipy/scipy/pull/14558/ closes https://github.com/scipy/scipy/issues/13643 I initially meant to fix https://github.com/scipy/scipy/issues/9209, but turns out it...

scipy.signal
maintenance
C/C++
Meson