PDM v2.1.3 Release Notes

Release Date: 2022-08-30 // over 1 year ago
  • ๐Ÿ”‹ 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-python when 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 editables package 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, and is-purelib. #1327