|
| 1 | +2020.11.4 (2020-11-04) |
| 2 | +====================== |
| 3 | + |
| 4 | +Features & Improvements |
| 5 | +----------------------- |
| 6 | + |
| 7 | +- Add a new command ``pipenv scripts`` to display shortcuts from Pipfile. `#3686 <https://github.com/pypa/pipenv/issues/3686>`_ |
| 8 | +- Retrieve package file hash from URL to accelerate the locking process. `#3827 <https://github.com/pypa/pipenv/issues/3827>`_ |
| 9 | +- Add the missing ``--system`` option to ``pipenv sync``. `#4441 <https://github.com/pypa/pipenv/issues/4441>`_ |
| 10 | +- Add a new option pair ``--header/--no-header`` to ``pipenv lock`` command, |
| 11 | + which adds a header to the generated requirements.txt `#4443 <https://github.com/pypa/pipenv/issues/4443>`_ |
| 12 | + |
| 13 | +Bug Fixes |
| 14 | +--------- |
| 15 | + |
| 16 | +- Fix a bug that percent encoded characters will be unquoted incorrectly in the file URL. `#4089 <https://github.com/pypa/pipenv/issues/4089>`_ |
| 17 | +- Fix a bug where setting PIPENV_PYTHON to file path breaks environment name `#4225 <https://github.com/pypa/pipenv/issues/4225>`_ |
| 18 | +- Fix a bug that paths are not normalized before comparison. `#4330 <https://github.com/pypa/pipenv/issues/4330>`_ |
| 19 | +- Handle Python major and minor versions correctly in Pipfile creation. `#4379 <https://github.com/pypa/pipenv/issues/4379>`_ |
| 20 | +- Fix a bug that non-wheel file requirements can be resolved successfully. `#4386 <https://github.com/pypa/pipenv/issues/4386>`_ |
| 21 | +- Fix a bug that ``pexept.exceptions.TIMEOUT`` is not caught correctly because of the wrong import path. `#4424 <https://github.com/pypa/pipenv/issues/4424>`_ |
| 22 | +- Fix a bug that compound TOML table is not parsed correctly. `#4433 <https://github.com/pypa/pipenv/issues/4433>`_ |
| 23 | +- Fix a bug that invalid Python paths from Windows registry break ``pipenv install``. `#4436 <https://github.com/pypa/pipenv/issues/4436>`_ |
| 24 | +- Fix a bug that function calls in ``setup.py`` can't be parsed rightly. `#4446 <https://github.com/pypa/pipenv/issues/4446>`_ |
| 25 | +- Fix a bug that dist-info inside ``venv`` directory will be mistaken as the editable package's metadata. `#4480 <https://github.com/pypa/pipenv/issues/4480>`_ |
| 26 | +- Make the order of hashes in resolution result stable. `#4513 <https://github.com/pypa/pipenv/issues/4513>`_ |
| 27 | + |
| 28 | +Vendored Libraries |
| 29 | +------------------ |
| 30 | + |
| 31 | +- Update ``tomlkit`` from ``0.5.11`` to ``0.7.0``. `#4433 <https://github.com/pypa/pipenv/issues/4433>`_ |
| 32 | +- Update ``requirementslib`` from ``1.5.13`` to ``1.5.14``. `#4480 <https://github.com/pypa/pipenv/issues/4480>`_ |
| 33 | + |
| 34 | +Improved Documentation |
| 35 | +---------------------- |
| 36 | + |
| 37 | +- Discourage homebrew installation in installation guides. `#4013 <https://github.com/pypa/pipenv/issues/4013>`_ |
| 38 | + |
| 39 | + |
1 | 40 | 2020.8.13 (2020-08-13)
|
2 | 41 | ======================
|
3 | 42 |
|
|
0 commit comments