Features & Improvements
- New option:
pdm list --graphto show a dependency graph of the working set. #10 - New option:
pdm update --unconstrainedto ignore the version constraint of given packages. #13 - Improve the error message when project is not initialized before running comands. #19
- Pinned candidates in lock file are reused when relocking during
pdm install. #33 - Use the pyenv interperter value if pyenv is installed. #36
- Introduce a new command
pdm infoto show project environment information. #9
Bug Fixes
- Fix a bug that candidate hashes will be lost when reused. #11
Dependencies
- Update
pipto20.0, updatepip_shimsto0.5.0. #28
Miscellany
- Add a script named
setup_dev.pyfor the convenience to setup pdm for development. #29