Features & Improvements
- Allow specifying lockfile other than
pdm.lock
by--lockfile
option orPDM_LOCKFILE
env var. #1038
Bug Fixes
- Replace the editable entry in
pyproject.toml
when runningpdm add --no-editable <package>
. #1050 - Ensure the pip module inside venv in installation script. #1053
- Fix the py2 compatiblity issue in the in-process
get_sysconfig_path.py
script. #1056 - Fix a bug that file paths in URLs are not correctly unquoted. #1073
- Fix a bug on Python 3.11 that overriding an existing command from plugins raises an error. #1075
- Replace the
${PROJECT_ROOT}
variable in the result ofexport
command. #1079
Removals and Deprecations
- Show a warning if Python 2 interpreter is being used and remove the support on 2.0. #1082