Itamar Turner-Trauring

Results 335 issues of Itamar Turner-Trauring

Need to add a config file ala https://docs.readthedocs.io/en/stable/config-file/v2.html

E.g. messages from one test can end up in another, as happened in `test_action.py` at one point.

https://blog.readthedocs.com/migrate-configuration-v2/

Document existence of https://github.com/jsandovalc/pytest-eliot

documentation

Specifically, consider setting up https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/ and then anyone who can tag a release can trigger an upload to PyPI.

#12084 is breaking CI for Tahoe-LAFS, so probably is breaking real-world usage for someone somewhere too. So it'd be good to have a release sooner rather than later.

In #6640, it was pointed out that groupby() doesn't work on non-numerics. The issue: `hash()` is used to group, `hash()` gives different responses for different Python processes. The solution was...

bag

#253 was a regression that wasn't caught because the tests didn't exactly match the tutorials. We should have a test doing step-by-step what each tutorial does, just to make sure...

t:bug
pinned
v2

Numba is 0.58. llvmlite is 0.41.0. Ubuntu 22.04 on i7-12700K. Consider the following script: ```python from timeit import timeit from numba import njit import numpy as np ARR = np.ones((1_00,...

discussion
performance - run time