Christopher Whelan

Results 6 issues of Christopher Whelan

See #271 for impetus. Likely solution is: - Set up `dev` or `rc` channel releases - Parallel testing infra using the published package

packaging

Currently, the intermediate binary search steps of `asv find` are never saved, requiring a separate `asv run` to persist the appropriate commit in regression results. This greatly reduces the number...

The `LIFO` and `HIFO` methods are unfortunately quadratic time (first test is trivial for `LIFO`): ``` One In, One Out FIFO LIFO HIFO 1 0.000268 0.000233 0.000233 10 0.001612 0.001335...

The `FIFO` accounting method is unfortunately quadratic time, even in trivial cases: ``` One In, One Out FIFO LIFO HIFO 1 0.000234 0.000234 0.000231 10 0.001319 0.001319 0.001431 100 0.020807...

**Environment** * pip version: 20.0.2 * Python version: 3.6 * OS: Ubuntu 18.04 **Description** An issue was reported in my repo https://github.com/pydata/bottleneck/issues/333 by a user utilizing `pip download` to create...

type: bug
state: needs discussion
PEP implementation
C: build logic