Features & Improvements
- Move
versionfrom[project]table to[tool.pdm]table, deleteclassifiersfromdynamic, and warn usage about the deprecated usages. #748 - Add support for Conda environments in addition to Python virtual environments. #749
- Add support for saving only the lower bound
x >= VERSIONwhen adding dependencies. #752 - Improve the error message when resolution fails. #754
Bug Fixes
- Switch to self-implemented
pdm list --freezeto fix a bug due to Pip's API change. #533 - Fix an infinite loop issue when resolving candidates with incompatible
requires-python. #744 - Fix the python finder to support pyenv-win. #745
- Fix the ANSI color output for Windows cmd and Powershell terminals. #753
Removals and Deprecations
- Remove
-s/--sectionoption from all previously supported commands. Use-G/--groupinstead. #756