Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
7.4.0 source code.tar.gz | 2024-02-16 | 132.4 kB | |
7.4.0 source code.zip | 2024-02-16 | 175.5 kB | |
README.md | 2024-02-16 | 1.4 kB | |
Totals: 3 Items | 309.2 kB | 0 |
Features:
- Allow force-enabling or force-disabling colorized output (#2041). Thanks @aneeshusa
- Add support for command-specific configuration sections (#1966). Thanks @chrysle
- Add options for including build dependencies in compiled output (#1681). Thanks @apljungquist
Bug Fixes:
- Fix for
src-files
not being used when specified in a config file (#2015). Thanks @csalerno-asml - Fix ignorance of inverted CLI options in config for
pip-sync
(#1989). Thanks @chrysle - Filter out origin ireqs for extra requirements before writing output annotations (#2011). Thanks @chrysle
- Make BacktrackingResolver ignore extras when dropping existing constraints (#1984). Thanks @chludwig-haufe
- Display
pyproject.toml
's metatada parsing errors in verbose mode (#1979). Thanks @szobov
Other Changes:
- Add mention of pip-compile-multi in Other useful tools README section (#1986). Thanks @peterdemin