Skip to content

Releases: pdm-project/pdm

v0.9.1

13 Oct 02:52
Compare
Choose a tag to compare

Features & Improvements

  • Display plain text instead of spinner bar under verbose mode. #150

Bug Fixes

  • Fix a bug that the result of find_matched() is exhaused when accessed twice. #149

Release v0.9.0

08 Oct 13:40
Compare
Choose a tag to compare

Features & Improvements

  • Allow users to combine several dependency sections to form an extra require. #131
  • Split the PEP 517 backend to its own(battery included) package. #134
  • Add a new option to list command to show reverse dependency graph. #137

Bug Fixes

  • Fix a bug that spaces in path causes requirement parsing error. #138
  • Fix a bug that requirement's python constraint is not respected when resolving. #141

Dependencies

  • Update pdm-pep517 to 0.2.0 that supports reading version from SCM. #146

Miscellany

  • Add Python 3.9 to the CI version matrix to verify. #144

Release v0.8.7

08 Oct 13:40
Compare
Choose a tag to compare

Bug Fixes

  • Fix a compatibility issue with wheel==0.35. #135

Release v0.8.6

09 Jul 05:34
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug that extra sources are not respected when fetching distributions. #127

Release v0.8.5

24 Jun 01:59
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug that pdm export fails when the project doesn't have name property. #126

Dependencies

  • Upgrade dependency pip to 20.1. #125

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