1.0.8
What's Changed
- add version of Richards that uses super() by @carljm in #271
- On older versions of Python, skip benchmarks that use features introduced in newer Python versions by @AlexWaygood in #283
- Add a benchmark for runtime-checkable protocols by @AlexWaygood in #280
- Don't run the daily test on contributors' GitHub forks by @AlexWaygood in #285
- Use
tomllib/tomli
overtoml
by @AlexWaygood in #284 - support --inherit-environ when reusing a venv by @carljm in #288
- Fix undefined variable by @chzhyang in #270
- Include cert files for asyncio_tcp_ssl benchmark by @mdboom in #289
- Extend async tree benchmarks to cover eager task execution by @itamaro in #279
- Don't specify setuptools as a dependency by @mdboom in #290
- Add mypy config; run mypy in CI by @AlexWaygood in #286
- gh-294: Fix typo of str.partition from _pyproject_toml.py by @corona10 in #295
- Only run dependabot on the "main" requirements.txt by @mdboom in #296
- Bump tornado from 6.1 to 6.3.2 in /pyperformance/data-files/benchmarks/bm_tornado_http by @dependabot in #297
- Revert "Bump tornado from 6.1 to 6.3.2 in /pyperformance/data-files/benchmarks/bm_tornado_http" by @hugovk in #299
New Contributors
Full Changelog: 1.0.7...1.0.8