Features & Improvements
- Isolate the project environment with system site packages in
pdm run
, but keep them seen when PEP 582 is enabled. #708
Bug Fixes
- Run
pip
with--isolated
when building wheels. In this way some env vars likePIP_REQUIRE_VIRTUALENV
can be ignored. #669 - Fix the install script to ensure
pip
is not DEBUNDLED. #685 - Fix a bug that when
summary
isNone
, the lockfile can't be generated. #719 ${PROJECT_ROOT}
should be written in the URL when relative path is given. #721- Fix a bug that when project table already exists,
pdm import
can't merge the settings correctly. #723