Carlos Ramos Carreño

Results 86 issues of Carlos Ramos Carreño

### Proposed new feature or change: I was testing how to add support for the array API standard to a small project of mine. However, I also wanted to remain...

component: numpy.array_api

### Is your feature request related to a problem? Please describe. As mentioned in #13432 it is natural to expect that the ND interpolators work for 1D too. If the...

enhancement
scipy.interpolate

I am trying to implement a function that, as the type of one argument, can accept either an Enum or a value of such an enum (because some Python programmers...

topic: feature

Currently `issubclass` cannot be used for `runtime_checkable` protocols with data members, because those attributes could be set in `__init__`. I propose to relax this restriction to allow protocols with `ClassVar`...

topic: feature

This issue is created as a continuation of [numpy#21135](https://github.com/numpy/numpy/issues/21135), as a request from [mattip](https://github.com/mattip). The idea is to discuss between the array API standard and the NumPy communities how to...

question

Hi, I was looking at this project as a possible candidate to implement generalized functional linear models in the future, in combination with my own functional data package scikit-fda. The...

Although there are references in the theory and readme docs, the individual methods (such as the energy test) should reference their original publications.

good first issue

When the naive algorithm is not used, the computation of the distance stats (and thus, distance correlation), can be accelerated using `rowwise` to compute the distance covariance and distance variances...

good first issue

The MERGESORT implementation of distance covariance could also implement an optimized `rowwise` method using Numba.

enhancement

Numba supports GPU programming, but most numpy functions are unsupported, which makes almost impossible sharing code for the GPU and CPU implementations. If, however, any charitable soul wants to try...

help wanted