-
https://github.com/data-apis/array-api-strict/pull/59 added support for basic devices. Some improvements that could be made:
- Factor out the device checking logic (into a decorator?)
- Add device…
-
### Background and motivation
Exposing it would allow writing extension methods on it, so one could do something like `Split('\0').ToArray()`.
``` C#
// Not possible to write currently
public static…
-
### Description
[JAX](https://github.com/google/jax) includes a numpy compatible `jax.numpy` module which has a bunch of nice features (automatic differentiation, jit compilation, vectorized mappin…
-
The wallet answers this presentation requestfor two different credentials
```
{
"nonce": "7872272ae28a1",
"response_mode": "direct_post",
"response_type": "vp_token",
"client_id": "htt…
-
The current way of adding an array to a modo includes 2 steps:
1. add the element specifying the array metadata to modo
2. add the array to modos zarr group
For the user these steps can be confu…
-
These functions look like the most obvious candidates for this library from scikit-learn: https://github.com/scikit-learn/scikit-learn/blob/439ea045ad44e6a09115dc23e9bf23db00ff41de/sklearn/utils/_arra…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Passing comma-separated list of values to the header is treated differently by controller ac…
-
Every time we want to use the API, we use code similar to this
```typescript
const getCategoryTransactions = async (category: string) => {
try {
const response = await fetch("/api/ge…
-
Towards gh-18867.
Test module checklist:
- [ ] test_result_type.py
- [ ] test_dltisys.py
- [ ] test_waveforms.py
- [ ] test_fir_filter_design.py
- [ ] test_windows.py gh-20668
- [ ] test_cz…
-
AccessExpressions should be composed solely of printable characters that are human-readable. The library might benefit from making the APIs enforce stronger types for what it accepts when constructing…