PDM v1.6.4 Release Notes

Release Date: 2021-06-23 // almost 3 years ago
  • ๐Ÿ”‹ Features & Improvements

    • ๐Ÿ“ฆ Extract package name from egg-info in filename when eligible. Remove the patching code of resolvelib's inner class. #441
    • ๐Ÿ‘Œ Support installing packages from subdiretories of VCS repository. #507
    • โž• Add an install script to bootstrap PDM quickly without help of other tools. Modify docs to recommend this installation method. #508
    • โž• Add a new subcommand plugin to manage pdm plugins, including add, remove and list commands. #510

    ๐Ÿ› Bug Fixes

    • โšก๏ธ Don't monkeypatch the internal class of resolvelib any more. This makes PDM more stable across updates of sub-dependencies. #515

    Miscellany

    • Clear the type errors from mypy. #261