Skip to content

Releases: pdm-project/pdm

Release v0.8.2

03 May 14:14
Compare
Choose a tag to compare

Bug Fixes

  • Update resolvers to resolvelib 0.4.0. #118

Release v0.8.1

22 Apr 02:18
Compare
Choose a tag to compare

Dependencies

  • Switch to upstream resolvelib 0.3.0. #116

Release v0.8.0

20 Apr 00:48
Compare
Choose a tag to compare

Features & Improvements

  • Add a new command to search for packages #111
  • Add show command to show package metadata. #114

Bug Fixes

  • Fix a bug that environment markers cannot be evaluated correctly if extra's are connected with "or". #107
  • Don't consult PyPI JSON API by default for package metadata. #112
  • Elimate backslashes in markers for TOML documents. #115

Release v0.7.1

13 Apr 05:10
Compare
Choose a tag to compare

Bug Fixes

  • Editable packages requires setuptools to be installed in the isolated environment.

Release v0.7.0

12 Apr 04:03
Compare
Choose a tag to compare

Features & Improvements

  • Disable loading of site-packages under PEP 582 mode. #100

Bug Fixes

  • Fix a bug that TOML parsing error is not correctly captured. #101
  • Fix a bug of building wheels with C extensions that the platform in file name is incorrect. #99

Release v0.6.5

07 Apr 13:46
Compare
Choose a tag to compare

Bug Fixes

  • Unix style executable script suffix is missing.

Release v0.6.4

07 Apr 12:53
Compare
Choose a tag to compare

Features & Improvements

  • Update shebang lines in the exetuable scripts when doing pdm use. #96
  • Auto detect commonly used venv directories. #97

Release v0.6.3

07 Apr 12:53
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug of moving files across different file system. #95

Release v0.6.2

29 Mar 12:15
Compare
Choose a tag to compare

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 dependency vistir. #89

Release v0.6.1

29 Mar 12:15
Compare
Choose a tag to compare

Features & Improvements

  • Redirect output messages to log file for installation and locking. #84

Bug Fixes

  • Fix a bug that parallel installation fails due to setuptools reinstalling. #83