What's Changed
- Use external pip if available instead of installing, speeds up environment setup with virtualenv slightly and venv significantly. (PR #736)
- Stopped injecting
wheel
as a build dependency automatically, in the case of missingpyproject.toml
-- by @webknjaz. (PR #716) - Use
importlib_metadata
on Python <3.10.2 for bugfixes not present in those CPython standard libraries (not required when bootstrapping) -- by @GianlucaFicarelli. (PR #693, fixes issue #692)
New Contributors
- @MichaReiser made their first contribution in #697
- @GianlucaFicarelli made their first contribution in #693
Full Changelog: 1.0.3...v1.1.0