PDM v1.8.1 Release Notes

Release Date: 2021-08-26 // over 2 years ago
  • ๐Ÿ”‹ Features & Improvements

    • โž• Add -r/--reinstall option to sync command to force re-install the existing dependencies. #601
    • โšก๏ธ Show update hint after every pdm command. #603
    • pdm cache clear can clear cached installations if not needed any more. #604

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix the editable install script so that setuptools won't see the dependencies under local packages. #601
    • Preserve the executable bit when installing wheels. #606
    • ๐Ÿ“‡ Write PEP 610 metadata direct_url.json when installing wheels. #607
    • ๐Ÿ›  Fix a bug that * fails to be converted as SpecifierSet. #609

    ๐Ÿ”จ Refactor

    • ๐Ÿ— Build editable packages are into wheels via PEP 660 build backend. Now all installations are unified into wheels. #612