PDM v1.4.0 Release Notes

Release Date: 2021-03-05 // about 3 years ago
  • ๐Ÿ”‹ Features & Improvements

    • When -I/--ignore-python passed or PDM_IGNORE_SAVED_PYTHON=1, ignore the interpreter set in .pdm.toml and don't save to it afterwards. #283
    • A new option -p/--project is introduced to specify another path for the project base. It can also be combined with -g/--global option. The latter is changed to a flag only option that does not accept values. #286
    • ๐Ÿ‘Œ Support -f setuppy for pdm export to export the metadata as setup.py #289

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix a bug that editable local package requirements cannot be parsed rightly. #285
    • ๐Ÿ“‡ Change the priority of metadata files to parse so that PEP 621 metadata will be parsed first. #288

    ๐Ÿ‘Œ Improved Documentation

    • โž• Add examples of how to integrate with CI pipelines (and tox). #281