-
Are there any plans to add the capability of generating [spec-compliant](https://github.com/qir-alliance/qir-spec/tree/main) QIR as an output type for the catalyst compiler?
I know that I can curre…
-
**Goal / high level use-case**
Some SIRI data providers implement only SIRI light, which means that rather than using the request/response pattern, the client sends a GET request downloading all of…
-
All data types defined in [ml_dtypes/_src/dtypes.cc](https://github.com/jax-ml/ml_dtypes/blob/main/ml_dtypes/_src/dtypes.cc) are assigned `kNpyDescrKind = 'V'`, except for `float8_e5m2`.
### Why is…
-
Maybe this could be used to more easily interchange analyzer / scanner / reporter results, see https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=sarif.
-
When migrating from 1Password, it would be most convenient to import 1Password's `.1pif` format directly rather than exporting it to `.csv` and then converting it to `.xml`. (For me, these transformat…
Sh4pe updated
5 years ago
-
**Describe the bug**
pd.api.interchange.from_dataframe fails with simple cuDF dataframe
**Steps/Code to reproduce bug**
```python
import cudf
import pandas as pd
df = cudf.DataFrame({'a': [1,2,3], '…
-
-
ECMA-402 does not expose the Calendar class, in large part because we are working toward a better representation for dates and times in Temporal. I know pure ICU does not currently support any other …
-
I noticed there were some XML files which describe the Acorn ADFS S/M/L (small, medium, large) disk formats in the Git repo. Sadly there aren't any for the newer (RISC OS) formats. I'm providing some …
-
Google Protocol Buffers can have issues with large-sized files (see #379).
We should move to another interchange format that does not have similar limitations, such as CapnProto.