|
9 | 9 |
|
10 | 10 | .. towncrier release notes start
|
11 | 11 |
|
| 12 | +20.3 (2020-11-30) |
| 13 | +================= |
| 14 | + |
| 15 | +Deprecations and Removals |
| 16 | +------------------------- |
| 17 | + |
| 18 | +- Remove --unstable-feature flag as it has been deprecated. (`#9133 <https://github.com/pypa/pip/issues/9133>`_) |
| 19 | + |
| 20 | +Features |
| 21 | +-------- |
| 22 | + |
| 23 | +- Add support for :pep:`600`: Future 'manylinux' Platform Tags for Portable Linux Built Distributions. (`#9077 <https://github.com/pypa/pip/issues/9077>`_) |
| 24 | +- The new resolver now resolves packages in a deterministic order. (`#9100 <https://github.com/pypa/pip/issues/9100>`_) |
| 25 | +- Add support for MacOS Big Sur compatibility tags. (`#9138 <https://github.com/pypa/pip/issues/9138>`_) |
| 26 | + |
| 27 | +Bug Fixes |
| 28 | +--------- |
| 29 | + |
| 30 | +- New Resolver: Rework backtracking and state management, to avoid getting stuck in an infinite loop. (`#9011 <https://github.com/pypa/pip/issues/9011>`_) |
| 31 | +- New resolver: Check version equality with ``packaging.version`` to avoid edge |
| 32 | + cases if a wheel used different version normalization logic in its filename |
| 33 | + and metadata. (`#9083 <https://github.com/pypa/pip/issues/9083>`_) |
| 34 | +- New resolver: Show each requirement in the conflict error message only once to reduce cluttering. (`#9101 <https://github.com/pypa/pip/issues/9101>`_) |
| 35 | +- Fix a regression that made ``pip wheel`` generate zip files of editable |
| 36 | + requirements in the wheel directory. (`#9122 <https://github.com/pypa/pip/issues/9122>`_) |
| 37 | +- Fix ResourceWarning in VCS subprocesses (`#9156 <https://github.com/pypa/pip/issues/9156>`_) |
| 38 | +- Redact auth from URL in help message. (`#9160 <https://github.com/pypa/pip/issues/9160>`_) |
| 39 | +- New Resolver: editable installations are done, regardless of whether |
| 40 | + the already-installed distribution is editable. (`#9169 <https://github.com/pypa/pip/issues/9169>`_) |
| 41 | + |
| 42 | +Vendored Libraries |
| 43 | +------------------ |
| 44 | + |
| 45 | +- Upgrade certifi to 2020.11.8 |
| 46 | +- Upgrade colorama to 0.4.4 |
| 47 | +- Upgrade packaging to 20.7 |
| 48 | +- Upgrade pep517 to 0.9.1 |
| 49 | +- Upgrade requests to 2.25.0 |
| 50 | +- Upgrade resolvelib to 0.5.3 |
| 51 | +- Upgrade toml to 0.10.2 |
| 52 | +- Upgrade urllib3 to 1.26.2 |
| 53 | + |
| 54 | +Improved Documentation |
| 55 | +---------------------- |
| 56 | + |
| 57 | +- Add a section to the User Guide to cover backtracking during dependency resolution. (`#9039 <https://github.com/pypa/pip/issues/9039>`_) |
| 58 | +- Reorder and revise installation instructions to make them easier to follow. (`#9131 <https://github.com/pypa/pip/issues/9131>`_) |
| 59 | + |
| 60 | + |
12 | 61 | 20.3b1 (2020-10-31)
|
13 | 62 | ===================
|
14 | 63 |
|
|
0 commit comments