Closed davidhewitt closed 2 weeks ago
Comparing release-0.22.6
(3da55dc) with release-0.22
(ec6d4f8)
⚡ 4
improvements
❌ 1
regressions
✅ 63
untouched benchmarks
🆕 6
new benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | release-0.22 |
release-0.22.6 |
Change | |
---|---|---|---|---|
🆕 | call |
N/A | 620.7 µs | N/A |
🆕 | call_1 |
N/A | 258.7 µs | N/A |
🆕 | call_method |
N/A | 1.3 ms | N/A |
🆕 | call_method_1 |
N/A | 656 µs | N/A |
🆕 | call_method_one_arg |
N/A | 626 µs | N/A |
🆕 | call_one_arg |
N/A | 232.5 µs | N/A |
❌ | iter_tuple |
5.3 ms | 5.9 ms | -10.34% |
⚡ | test_args_kwargs_py |
20.9 µs | 18.5 µs | +13.1% |
⚡ | test_args_kwargs_rs |
15.4 µs | 13.5 µs | +13.97% |
⚡ | test_simple_kwargs_py |
21.8 µs | 19.8 µs | +10.29% |
⚡ | test_simple_kwargs_rs |
20.6 µs | 18.2 µs | +13.11% |
This works for me locally. Just pushed a fix for the test failures on CI.
Thanks; I'm not worried about the beta
clippy warnings; they're just new lints hitting code which is unchanged from 0.22.5. I will rebase / merge & release.
Thanks; I'm not worried about the beta clippy warnings; they're just new lints hitting code which is unchanged from 0.22.5. I will rebase / merge & release.
Ah sorry didn't mean to step on you!
This fixes the detection of freethreaded Python on the 0.22 release branch, and bumps the version to 0.22.6 for shipping immediately.
Given 0.23 is days away, hopefully this is the last 0.22 patch fix (though I said that last time, and maybe the time before).
@ngoldbaum I tested this locally, would you mind pulling and also checking locally? I think if we are both happy this works, that's good enough given the branch is likely to remain frozen hereafter.
Closes #4682