All Versions
75
Latest Version
Avg Release Cycle
40 days
Latest Release
135 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.10.0 Changes
November 13, 2022🔋 Features:
- 🗄 Deprecate
pip-compile --resolver=legacy
(#1724). Thanks @atugushev - Prompt user to use the backtracking resolver on errors (#1719). Thanks @maxfenv
- ➕ Add support for Python 3.11 final (#1708). Thanks @hugovk
- ➕ Add
--newline=[LF|CRLF|native|preserve]
option topip-compile
(#1652). Thanks @AndydeCleyre
🐛 Bug Fixes:
- 🛠 Fix inconsistent handling of constraints comments with backtracking resolver (#1713). Thanks @mkniewallner
- 🛠 Fix some encoding warnings in Python 3.10 (PEP 597) (#1614). Thanks @GalaxySnail
Other Changes:
- 🗄 Deprecate
-
v6.9.0 Changes
October 05, 2022🔋 Features:
- ➕ Add
--all-extras
flag topip-compile
(#1630). Thanks @apljungquist - 👌 Support Exclude Package with custom unsafe packages (#1509). Thanks @hmc-cs-mdrissi
🐛 Bug Fixes:
- 🛠 Fix compile cached vcs packages (#1649). Thanks @atugushev
- Include
py.typed
in wheel file (#1648). Thanks @FlorentJeannot
Other Changes:
- ➕ Add pyproject.toml & modern packaging to introduction. (#1668). Thanks @hynek
- ➕ Add
-
v6.8.0 Changes
June 30, 2022🔋 Features:
- ➕ Add support for pip's 2020 dependency resolver. Use
pip-compile --resolver backtracking
to enable new resolver (#1539). Thanks @atugushev
- ➕ Add support for pip's 2020 dependency resolver. Use
-
v6.7.0 Changes
June 27, 2022🔋 Features:
- 👌 Support for the
importlib.metadata
metadata implementation (#1632). Thanks @richafrank
🐛 Bug Fixes:
- Instantiate a new accumulator
InstallRequirement
forcombine_install_requirements
output (#1519). Thanks @richafrank
Other Changes:
- 🏗 Replace direct usage of the
pep517
module with thebuild
module, for loading project metadata (#1629). Thanks @AndydeCleyre
- 👌 Support for the
-
v6.6.2 Changes
May 23, 2022🐛 Bug Fixes:
- ⚡️ Update
PyPIRepository::resolve_reqs()
for pip>=22.1.1 (#1624). Thanks @m000
- ⚡️ Update
-
v6.6.1 Changes
May 13, 2022🐛 Bug Fixes:
- 🛠 Fix support for pip>=22.1 (#1618). Thanks @wizpig64
-
v6.6.0 Changes
April 06, 2022 -
v6.5.1 Changes
February 08, 2022🐛 Bug Fixes:
- Ensure canonicalized requirement names are used as keys, to prevent unnecessary reinstallations during sync (#1572). Thanks @AndydeCleyre
-
v6.5.0 Changes
February 04, 2022 -
v6.4.0 Changes
October 12, 2021