github pdm-project/pdm 2.24.0
v2.24.0

latest releases: 2.25.9, 2.25.8, 2.25.7...
4 months ago

Features & Improvements

  • New command pdm new that behaves like pdm init but creates a new project. (#3462)
  • Support use --name as project name for command pdm new e.g. pdm new hello --name world (#3476)
  • Support exporting to pylock.toml format as described by PEP 751. (#3480)

Bug Fixes

  • Pass the --quiet option to pdm sync command. (#3401)
  • If a .python-version file is found and it contains multiple lines, the file will be ignored. The usage of the .python-version file can be disabled, if configuration value python.use_python_version (or environment variable PDM_USE_PYTHON_VERSION) is False. (#3417)
  • fix pdm config -e command to open read-only file under linux (#3423)
  • Replace project names and import names in both README.md and pyproject.toml when running pdm init <template>. (#3460)
  • Fix a bug that URL dependency hashes are not updated if running pdm lock --update-reuse. (#3461)

Don't miss a new pdm release

NewReleases is sending notifications on new releases.