Releases: pdm-project/pdm
Releases · pdm-project/pdm
Release v0.8.4
Features & Improvements
- Add a new command
export
to export to alternative formats. #117
Miscellany
- Add Dockerfile and pushed to Docker Hub. #122
Release v0.8.3
Bug Fixes
- Fix the version constraint parsing of wheel metadata. #120
Release v0.8.2
Bug Fixes
- Update resolvers to
resolvelib
0.4.0. #118
Release v0.8.1
Dependencies
- Switch to upstream
resolvelib 0.3.0
. #116
Release v0.8.0
Features & Improvements
- Add a new command to search for packages #111
- Add
show
command to show package metadata. #114
Bug Fixes
- Fix a bug that environment markers cannot be evaluated correctly if extra's are connected with "or". #107
- Don't consult PyPI JSON API by default for package metadata. #112
- Elimate backslashes in markers for TOML documents. #115
Release v0.7.1
Bug Fixes
- Editable packages requires
setuptools
to be installed in the isolated environment.
Release v0.7.0
Features & Improvements
- Disable loading of site-packages under PEP 582 mode. #100
Bug Fixes
- Fix a bug that TOML parsing error is not correctly captured. #101
- Fix a bug of building wheels with C extensions that the platform in file name is incorrect. #99
Release v0.6.5
Bug Fixes
- Unix style executable script suffix is missing.
Release v0.6.4
Features & Improvements
- Update shebang lines in the exetuable scripts when doing
pdm use
. #96
- Auto detect commonly used venv directories. #97
Release v0.6.3
Bug Fixes
- Fix a bug of moving files across different file system. #95