Evgeni Burovski

Results 81 issues of Evgeni Burovski

When `.asv/results` contains a `#hash-virtualenv-py3.12.json` results file but the commit hash is not present in the benchmarking branch (eg was rebased out), `asv publish` silently skips this result. It might...

This is a rebase/redo of https://github.com/cupy/cupy/pull/8314, which picked way too many conflicts. Running tests locally under NumPy 2.1.0 gives several failures. Before fixing them, I'd like to clarify the vision:...

cat:numpy-compat
prio:medium

Is on top of https://github.com/scipy/scipy/pull/20772 Add array API / delegation support to more routines from `signaltools`: lfilter, sosfilt, filtfilt, sosfiltfilt. Also `lfiltic` and `lfilt_zi`. While at it, also add `deconvolve`...

enhancement
scipy.signal
array types

Indexing a 2D array with slices seems to work; indexing with integers seems to work; but indexing one dimension with a slice and the other dimension with an integer calls...

closes gh-359, closes gh-339 Per the spec: 'should have the same dtype as x': https://data-apis.org/array-api/latest/API_specification/generated/array_api.clip.html The spec is not very clear on whether `min` and `max` can be `int` scalars...

The spec seems to imply that `xp.finfo(xp.float32).eps` is a python float, but numpy and jax.numpy use numpy scalars instead ``` In [1]: import torch In [2]: torch.finfo(torch.float32).eps Out[2]: 1.1920928955078125e-07 In...

wontfix

towards https://github.com/data-apis/array-api-tests/issues/235

closes gh-197