Skip to content

Releases: pdm-project/pdm

Release v0.8.4

21 May 04:02
Compare
Choose a tag to compare

Features & Improvements

  • Add a new command export to export to alternative formats. #117

Miscellany

  • Add Dockerfile and pushed to Docker Hub. #122

Release v0.8.3

15 May 09:59
Compare
Choose a tag to compare

Bug Fixes

  • Fix the version constraint parsing of wheel metadata. #120

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