Releases: pdm-project/pdm
Releases · pdm-project/pdm
Release v0.2.1
Bug Fixes
- Fix a bug that short python_version markers can't be parsed correctly. #38
- Make
_editable_intall.py
compatible with Py2.
Release v0.2.0
Features & Improvements
- New option:
pdm list --graph
to show a dependency graph of the working set. #10 - New option:
pdm update --unconstrained
to 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 info
to show project environment information. #9
Bug Fixes
- Fix a bug that candidate hashes will be lost when reused. #11
Dependencies
- Update
pip
to20.0
, updatepip_shims
to0.5.0
. #28
Miscellany
- Add a script named
setup_dev.py
for the convenience to setup pdm for development. #29
Release v0.1.2
Release v0.1.1
Release v0.1.0
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
This project is still in pre-alpha state
Features
- A dependency resolver that just works.
- A PEP 582 installer.
- PEP 440 version specifiers.
- PEP 508 environment markers.
- Running scripts with PEP 582 local packages.
- Console scripts are injected with local paths.
- A neet CLI.
- add, lock, list, update, remove commands.
- PEP 517 build backends.
- Continuous Integration.