github pdm-project/pdm 1.0.0b0
v1.0.0b0

latest releases: 2.16.1, 2.16.0, 2.15.4...
pre-release3 years ago

Features & Improvements

  • Fully support of PEP 621 specification.
    • Old format is deprecated at the same time.
    • PDM will migrate the project file for you when old format is detected.
    • Other metadata formats(Poetry, Pipfile, flit) can also be imported as PEP 621 metadata. #175
  • Re-implement the pdm search to query the /search HTTP endpoint. #195
  • Reuse the cached built wheels to accelerate the installation. #200
  • Make update strategy and save strategy configurable in pdm config. #202
  • Improve the error message to give more insight on what to do when resolution fails. #207
  • Set classifiers dynamic in pyproject.toml template for autogeneration. #209

Bug Fixes

  • Fix a bug that distributions are not removed clearly in parallel mode. #204
  • Fix a bug that python specifier is_subset() returns incorrect result. #206

Don't miss a new pdm release

NewReleases is sending notifications on new releases.