v1.0.0b0
Pre-release
Pre-release
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 inpyproject.toml
template for autogeneration. #209