Releases: pdm-project/pdm
Releases · pdm-project/pdm
Release v0.7.1
Bug Fixes
- Editable packages requires
setuptools
to be installed in the isolated environment.
Release v0.7.0
Release v0.6.5
Bug Fixes
- Unix style executable script suffix is missing.
Release v0.6.4
Release v0.6.3
Bug Fixes
- Fix a bug of moving files across different file system. #95
Release v0.6.2
Bug Fixes
- Validate user input for
python_requires
when initializing project. #89 - Ensure
wheel
package is available before building packages. #90 - Fix an issue of remove command that will unexpectedly uninstall packages in default section. #92
Dependencies
- Update dependencies
pythonfinder
,python-cfonts
,pip-shims
and many others.
Drop dependencyvistir
. #89
Release v0.6.1
Release v0.6.0
Features & Improvements
- Support specifying build script for C extensions. #23
- Add test cases for
pdm build
. #81 - Make it configurable whether to consult PyPI JSON API since it may be not trustable.
- Support parallel installation.
- Add new command
pmd import
to import project metadata fromPipfile
,poetry
,flit
,requirements.txt
.
#79 pdm init
andpdm install
will auto-detect possibile files that can be imported.
Bug Fixes
- Fix wheel builds when
package_dir
is mapped. #81 pdm init
will use the current directory rather than finding the parents when
global project is not activated.