PDM v1.14.0 Release Notes

Release Date: 2022-04-08 // about 2 years ago
  • ๐Ÿ”‹ Features & Improvements

    • Editable installations won't be overridden unless --no-editable is passed. pdm add --no-editable will now override the editable mode of the given packages. #1011
    • ๐Ÿ”’ Re-calculate the file hashes when running pdm lock --refresh. #1019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix a bug that requirement with extras isn't resolved to the version as specified by the range. #1001
    • Replace the ${PROJECT_ROOT} in the output of pdm list. #1004
    • ๐ŸŽ Further fix the python path issue of MacOS system installed Python. #1023
    • ๐Ÿ›  Fix the install path issue on Python 3.10 installed from homebrew. #996

    ๐Ÿ‘Œ Improved Documentation

    • Document how to install PDM inside a project with Pyprojectx. #1004

    Dependencies

    • ๐Ÿ‘Œ Support installer 0.5.x. #1002