Releases: pdm-project/pdm
Releases · pdm-project/pdm
v0.10.2
Bug Fixes
- Building editable distribution does not install
build-system.requires
any more. #167
v0.10.1
Bug Fixes
- Switch the PEP 517 build frontend from
build
to a home-grown version. #162
- Synchronize the output of
LogWrapper
. #164
- Fix a bug that
is_subset
and is_superset
may return wrong result when wildcard excludes overlaps with the upper bound. #165
v0.10.0
Features & Improvements
- Change to Git style config command. #157
- Add a command to generate scripts for autocompletion, which is backed by
pycomplete
. #159
Bug Fixes
- Fix a bug that
sitecustomize.py
incorrectly gets injected into the editabl console scripts. #158
v0.9.2
Features & Improvements
- Cache the built wheels to accelerate resolution and installation process. #153
Bug Fixes
- Fix a bug that no wheel is matched when finding candidates to install. #155
- Fix a bug that installation in parallel will cause encoding initialization error on Ubuntu. #156
v0.9.1
Features & Improvements
- Display plain text instead of spinner bar under verbose mode. #150
Bug Fixes
- Fix a bug that the result of
find_matched()
is exhaused when accessed twice. #149
Release v0.9.0
Features & Improvements
- Allow users to combine several dependency sections to form an extra require. #131
- Split the PEP 517 backend to its own(battery included) package. #134
- Add a new option to list command to show reverse dependency graph. #137
Bug Fixes
- Fix a bug that spaces in path causes requirement parsing error. #138
- Fix a bug that requirement's python constraint is not respected when resolving. #141
Dependencies
- Update
pdm-pep517
to 0.2.0
that supports reading version from SCM. #146
Miscellany
- Add Python 3.9 to the CI version matrix to verify. #144
Release v0.8.7
Bug Fixes
- Fix a compatibility issue with
wheel==0.35
. #135
Release v0.8.6
Bug Fixes
- Fix a bug that extra sources are not respected when fetching distributions. #127
Release v0.8.5
Bug Fixes
- Fix a bug that
pdm export
fails when the project doesn't have name
property. #126
Dependencies
- Upgrade dependency
pip
to 20.1
. #125
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