Features & Improvements
- When adding a package to (or removing from) a group, enhance the formatting of the group name in the printed message. #1329
Bug Fixes
- Fix a bug of missing hashes for packages with
file://links the first time they are added. #1325 - Ignore invalid values of
data-requires-pythonwhen parsing package links. #1334 - Leave an incomplete project metadata if PDM fails to parse the project files, but emit a warning. #1337
- Fix the bug that
editablespackage isn't installed for self package. #1344 - Fix a decoding error for non-ASCII characters in package description when publishing it. #1345
Documentation
- Clarify documentation explaining
setup-script,run-setuptools, andis-purelib. #1327