-
[The Python array API standard](https://data-apis.org/array-api/2022.12/) standardises common functionality across Python array/tensor libraries. NumPy, PyTorch and CuPy are planning to have full impl…
-
We've leaned into `objects` by introducing `parametrize`. Compare this to https://github.com/pantsbuild/pants/issues/12410, for example, trying to get rid of the `setup_py` object. They're here to sta…
-
### What kind of feature are you missing? Where do you notice a shortcoming of PTB?
Hey!
I've been stuck into jobqueue persistence issue recently.
APSheduler provides several types of persistence l…
-
this would greatly enhance usability — especially for function declarations like:
`async def request(method, url, *, pool=None, preload_content=False):`
-
Let me first say how much I love pandera and the appreciate the effort to maintain and write such a great package!
**Is your feature request related to a problem? Please describe.**
Errors can be …
jdb78 updated
3 years ago
-
The python operator 'in' acting on a pandas.Series object behaves in two different ways.
When iterating over the series it acts on the list of values. But for membership testing it acts on the index. …
griai updated
11 months ago
-
BPO | [34396](https://bugs.python.org/issue34396)
--- | :---
Nosy | @rhettinger, @scoder, @benjaminp, @methane, @serhiy-storchaka, @jdemeyer, @mr-nfamous, @Marco-Sulla
PRs | python/cpython#14863
*Not…
-
**Describe the bug**
There's a regression for a code pattern like this:
```python
import AppKit
class TestClass(AppKit.NSObject):
def __new__(cls):
print("in __new__")
…
-
I know you just finished some 30+ commits shaking your fist at agile's `Bearable software over unbearable documentation` and further obfuscating what goes on inside classes, but it would be really nif…
-
I tried to use Python's built-in multiprocessing capabilities as I have a series of models to fit (thousands of biomolecules), but while I can pass all my arguments and receive results such as `model.…