Features & Improvements
- Improve the env builder to run in isolated mode. #384
Bug Fixes
- Remove the incompatible code from the files that will be run in-process. #375
- Get the correct Python ABI tag of selected interpreter #378
- Error out when doing
pdm run
on a directory not initialized yet. - Give warning message when the project automatically fallbacks to the global project.
Dependencies
- Upgrade
resolvelib
to0.6.0
. #381
Miscellany
- refactor
pdm.models.readers
to improve typing support #321 - Add a basic integration test for cross-python check. #377
- Refactor the
project.python_executable
toproject.python
that contains all info of the interpreter. #382 - Continue refactoring Python info to extract to its own module. #383
- Refactor the creation of project.