Carlos Ramos Carreño

Results 87 comments of Carlos Ramos Carreño

I actually wanted a similar thing for k-NN when optimizing the value of k: one could search for the maximum number of neighbours and then eliminate them one after the...

Silly question, why not do: ```python if array.dtype in : ... ``` and require implementations to provide some predefined sets, such as "set of all supported integer dtypes" or "set...

> Yeah, I was just thinking in that direction as well. If it's hard to figure out what sets we may need, plus we need it to be easy to...

Just to be sure, custom dtypes (working for each backend) won't be ever added to the standard, right? It would be great to be able to implement the logic for...

I looked through the Docker documentation for volumes and found that by default in my Ubuntu there where in `/home//docker/root/volumes`. Thus you can see (and copy or edit when the...

Unfortunately, Numba uses very long names for the cache files. Also, your filesystem seems to accept less length than others. The only "solution" I can recommend to you is to...

Note also that if your Windows is up-to-date, you may be able to request that longer paths are accepted: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later.

Ok, this is a mistake from my part. The `VERSION` file is not there if the project is installed from PyPI or Conda, so that returns 0.0. In order to...

No, please leave it open. I will try to fix `__version__` when I have time.