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
pipwith--isolatedwhen building wheels. In this way some env vars likePIP_REQUIRE_VIRTUALENVcan be ignored. #669 - Fix the install script to ensure
pipis not DEBUNDLED. #685 - Fix a bug that when
summaryisNone, 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 importcan't merge the settings correctly. #723