-
# Documentation
The documentation for `__rpow__()` clearly states:
> Note that ternary [pow()](https://docs.python.org/3/library/functions.html#pow) will not try calling [__rpow__()](https://doc…
-
# Bug report
### Bug description:
The `memoryview` builtin is registered as a `Sequence`, but doesn't implement the full API, because it doesn't inherit from `Sequence` at runtime and doesn't implem…
-
Instances of np.int64 are not instances of int, leading to unhandled cases. For instance,
```
import cirq
import numpy as np
a = np.arange(1)
print(isinstance(a[0], int))
q = cirq.LineQubit(…
-
## 🚀 Feature
The proposal is to move all (or as many as possible) of `torch.Tensor` methods as possible into codegen.
cc: @ezyang who proposed this and @kurtamohler and @Baranowski who expressed i…
-
### What is your suggestion?
👋 The Arrow project recently created the [Arrow PyCapsule Interface](https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html), a new protocol for s…
-
## Issue Description
The documentation does in no way mention that comparison of `Arrow`-objects (and therefore sorting, adding them to a search tree, etc.) is possible. The api reference does …
-
It should be possible to generate API documentation for use in the sphinx docs based on the metadata. These would necessarily be pretty minimal, just a list of APIs with at best a link to Apple’s docu…
-
Running:
```
import numba
from numba.experimental import jitclass
@jitclass
class Ctx:
a: int
def __init__(self):
self.a = 1
def __enter__(self):
retu…
-
At this point I am not sure what will be the most appropriate approach for this linking step since there are so many different tools available. Here I am looking for the simplest approach.
-
### Description
In short, I'd really like this to work to enable some nice features over at [patito](https://github.com/jakobgm/patito).
```python
import polars as pl
from pydantic import BaseMo…