Ralf Gommers

Results 149 issues of Ralf Gommers

These are follow-up items from gh-18668: - [x] a better name for `as_xparray` (see [this comment](https://github.com/scipy/scipy/pull/18668#issuecomment-1631049650)) - [ ] a TODO comment in `hierarchy.py` for rewriting a fancy indexing expression...

scipy.cluster
array types

See gh-18286 for the proposed design changes, and gh-18668 for the main PR that laid the foundations (it supported all of `scipy.cluster`, added a CI job that used both `pytorch-cpu`...

enhancement
array types

### Describe the bug This warning is new in Cython 3 I believe: ``` [213/220] Compiling C object scipy/interpolate/_ppoly.cpython-310-x86_64-linux-gnu.so.p/meson-generated__ppoly.c.o In function '__Pyx_XCLEAR_MEMVIEW', inlined from '__pyx_pf_5scipy_11interpolate_6_ppoly_20evaluate_nd' at scipy/interpolate/_ppoly.cpython-310-x86_64-linux-gnu.so.p/_ppoly.c:22469:5, inlined from '__pyx_fuse_0__pyx_pw_5scipy_11interpolate_6_ppoly_21evaluate_nd'...

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

enhancement
help wanted
casters

We observed this in SciPy, after updating to a recent version of HiGHS, and then receiving reports of broken installs on 32-bit armv7 and 32-bit PowerPC. There is fairly heavy...

Only the default (partial pivoting) algorithm that is implemented in all libraries and for all devices is added here. gh-627 has details on the no-pivoting case, but it's not universally...

API extension
topic: Linear Algebra

Early on when putting the array API standard together, we made a decision that strides must not be exposed in the Python API, because multiple array libraries don't support that...

_This is a continuation of a discussion that started a few weeks ago in gh-597 (Cc @soraros). It is closely related to gh-84 (boolean indexing) and gh-24 (mutability and copy/views)._...

RFC
topic: Indexing
topic: Dynamic Shapes
Needs Discussion

I'd like to propose and work on adding html documentation for the project. This would make it easier for users - both direct C/Fortran API users and downstream users who...

Hi, thanks for all your work on PURL, it looks excellent. I have a question/proposal, but let me first give some context on why I'm asking. Right now I am...