Skip to content

v1.1.0

Compare
Choose a tag to compare
@frostming frostming released this 18 Jan 03:16
f35bc7e

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