-
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` and `numpy.array_…
-
Scikit-learn and SciPy have been incrementally adding support for the [Array API standard](https://data-apis.org/array-api/latest/). The Array API standard enables libraries to write code in a standar…
-
I remember a f2f discussion a while ago with @Giulero about how to generalize algorithms to work on NumPy / JAX / PyTorch etc. At that time, there was no concrete solution excluding what today became …
-
json body example:
`
[
{
"id": 1
},
{
"id": 2
}
]
`
How do I define it in the API file?
-
I noticed, that the API returned a "General Error" when I tried to upload an image that is larger than 20 MB.
After some research I found a matching issue in the cloudinary_android-Repo: https://gith…
-
### Please describe your wishes and possible alternatives to achieve the desired result.
With the [array-api](https://data-apis.org/array-api/latest/) it should be possible to have some level of sup…
-
This is a tracking issue for tests that are currently incomplete. These are mostly notated in the code by TODO comments, but it's useful to note them all here too. I haven't checked everything through…
-
Towards gh-18867
This issue tracks progress toward the addition of array-API support to `scipy.integrate` functions. The functions listed below look ready for conversion.
- [x] `trapezoid` gh-21…
-
### What happened?
I'm attempting to use Cohere's embeddings in chromadb but getting the attached error. Here is my code:
from chromadb.utils import embedding_functions
cohere_ef = embedding_func…
-
### Describe the workflow you want to enable
While working on #29978, we noticed that the following procedure is repeated across most regression metrics in `_regression.py` for the Array API:
```p…