Skip to content

v1.6.4

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 05:17
c5f6042

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