2.8.0
版本发布时间: 2023-07-15 18:05:39
pdm-project/pdm最新发布版本:2.18.1(2024-08-16 17:48:47)
Features & Improvements
- Support target python with other architectures. #2078
- Display the help information when running pdm directly. #2081
- Allow to change the python providers from the config. Support finding pythons from Rye installation location with the new findpython. #2099
- Option to save static URLs in the lockfile. By default only filenames are saved. #2101
Bug Fixes
- Fix a bug that egg-info directories are not removed completely, leading to incomplete distribution. #2027
- Skip distributions with wrong package meta information and duplicate path. #2075
- Avoid mistakenly passing command-line arguments while testing. #2083
- Fix a bug that lockfile groups are overwritten when running locking in a preceding step of
pdm install
. #2086 - Tolerate and actually ignore the local versions in version specifiers. #2102
- Fix a bug that shared cache cannot support overlapping namespace packages. #2105
Documentation
- Add notes about using custom venv path. #2096