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 searchto query the/searchHTTP 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
classifiersdynamic inpyproject.tomltemplate for autogeneration. #209