PDM v1.1.0 Release Notes

Release Date: 2021-01-18 // over 3 years ago
  • ๐Ÿ”‹ Features & Improvements

    • ๐Ÿ‘ Allow users to hide secrets from the pyproject.toml.
      • Dynamically expand env variables in the URLs in dependencies and indexes.
      • Ask whether to store the credentials provided by the user.
      • A user-friendly error will show when credentials are not provided nor correct. #198
    • ๐Ÿ Use a different package dir for 32-bit installation(Windows). #212
    • Auto disable PEP 582 when a venv-like python is given as the interpreter path. #219
    • ๐Ÿ‘Œ Support specifying Python interpreter by pdm use <path-to-python-root>. #221

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix a bug of PYTHONPATH manipulation under Windows platform. #215

    ๐Ÿ—„ Removals and Deprecations

    • โœ‚ Remove support of the old PEP 517 backend API path. #217