All Versions
133
Latest Version
Avg Release Cycle
10 days
Latest Release
86 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.12.8 Changes
February 06, 2022 -
v1.12.7 Changes
January 31, 2022๐ Features & Improvements
- If no command is given to
pdm run
, it will run the Python REPL. #856
๐ Bug Fixes
- ๐ Fix the hash calculation when generating
direct_url.json
for a local pre-built wheel. #861 - PDM no longer migrates project meta silently. #867
Dependencies
- ๐ Pin
pip<22.0
. #874
Miscellany
- โฌ๏ธ Reduce the number of tests that require network, and mark the rest with
network
marker. #858
- If no command is given to
-
v1.12.6 Changes
January 12, 2022๐ Bug Fixes
- ๐ Fix a bug that cache dir isn't created. #843
-
v1.12.5 Changes
January 11, 2022๐ Bug Fixes
- ๐ Fix a resolution error that dots in the package name are normalized to
-
unexpectedly. #853
- ๐ Fix a resolution error that dots in the package name are normalized to
-
v1.12.4 Changes
January 11, 2022๐ Features & Improvements
- Remember the last selection in
use
command to save the human effort. And introduce an-i
option to ignored that remembered value. #846
๐ Bug Fixes
- Remember the last selection in
-
v1.12.3 Changes
January 07, 2022๐ Features & Improvements
- ๐ Support setting Python path in global configuration. #842
๐ Bug Fixes
- ๐ Lowercase the package names in the lock file make it more stable. #836
- โก๏ธ Show the packages to be updated in dry run mode of
pdm update
even if--no-sync
is passed. #837 - ๐ Improve the robustness of update check code. #841
- ๐ Fix a bug that export result has environment markers that don't apply for all requirements. #843
-
v1.12.2 Changes
December 30, 2021๐ Features & Improvements
- Allow changing the installation linking method by
feature.install_cache_method
config. #822
๐ Bug Fixes
- Allow changing the installation linking method by
-
v1.12.1 Changes
December 24, 2021๐ Bug Fixes
- Don't symlink pycaches to the target place. #817
-
v1.12.0 Changes
December 22, 2021๐ Features & Improvements
- โ Add
lock --refresh
to update the hash stored with the lock file without updating the pinned versions. #642 - ๐ Support resolution overriding in the
[tool.pdm.overrides]
table. #790 - Add support for signals for basic operations, now including
post_init
,pre_lock
,post_lock
,pre_install
andpost_install
. #798 - โ Add
install --check
to check if the lock file is up to date. #810 - ๐ฆ Use symlinks to cache installed packages when it is supported by the file system. #814
๐ Bug Fixes
- ๐ Fix a bug that candidates from urls are rejected by the
allow_prereleases
setting. Now non-named requirements are resolved earlier than pinned requirements. #799
๐ Improved Documentation
- Add a new doc page: API reference. #802
Dependencies
- ๐
Switch back from
atoml
totomlkit
as the style-preserving TOML parser. The latter has supported TOML v1.0.0. #809
Miscellany
- โ Cache the latest version of PDM for one week to reduce the request frequency. #800
- โ Add
-
v1.11.3 Changes
December 15, 2021