github pdm-project/pdm 2.5.0
v2.5.0

latest releases: 2.18.2, 2.19.0a0, 2.18.1...
17 months ago

Features & Improvements

  • When resolution.respect-source-order is enabled, sources are lazily evaluated. This means that if a match is found on the first source, the remaining sources will not be requested. #1509
  • New option --venv <venv> to run a command in the virtual environment with the given name. #1705
  • Allow to prefer binary distributions when locking and installing packages, via PDM_PREFER_BINARY environment variable. #1817

Bug Fixes

  • Do not validate selected groups against the locked grouped when running pdm lock. #1796
  • Avoid duplicate .pdm-python in .gitignore. #1800
  • Fix a backwards compatibility issue by adding back the environment.is_global property. #1814
  • Fix a resolution conflict when a relative path requirement resolves to the same path as another file requirement with absolute path. #1822
  • Fix an error when running pdm init -p <dir> if the target directory is not created yet. #1822

Don't miss a new pdm release

NewReleases is sending notifications on new releases.