Skip to content

Commit

Permalink
Release v2022.8.31
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Sep 1, 2022
1 parent 9d9bf81 commit 1124db2
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2022.8.31 (2022-08-31)
======================


Features & Improvements
-----------------------

- Performance optimization to ``batch_install`` results in a faster and less CPU intensive ``pipenv sync`` or ``pipenv install`` experience. `#5301 <https://github.com/pypa/pipenv/issues/5301>`_

Bug Fixes
---------

- ``pipenv`` now uses a ``NamedTemporaryFile`` for rsolver constraints and drops internal env var ``PIPENV_PACKAGES``. `#4925 <https://github.com/pypa/pipenv/issues/4925>`_

Removals and Deprecations
-------------------------

- Remove no longer used method ``which_pip``. `#5314 <https://github.com/pypa/pipenv/issues/5314>`_
- Drop progress bar file due to recent performance optimization to combine ``batch_install`` requirements in at most two invocations of ``pip install``.
To see progress of install pass ``--verbose`` flag and ``pip`` progress will be output in realtime. `#5315 <https://github.com/pypa/pipenv/issues/5315>`_


2022.8.30 (2022-08-30)
======================

Expand Down
1 change: 0 additions & 1 deletion news/4925.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5301.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5314.removal.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/5315.removal.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.8.31.dev0"
__version__ = "2022.8.31"
21 changes: 20 additions & 1 deletion pipenv/pipenv.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "PIPENV" "1" "Aug 30, 2022" "2022.8.30" "pipenv"
.TH "PIPENV" "1" "Aug 31, 2022" "2022.8.31" "pipenv"
.SH NAME
pipenv \- pipenv Documentation
\fI\%\fP\fI\%\fP\fI\%\fP
Expand Down Expand Up @@ -453,6 +453,25 @@ You might want to set \fBexport PIPENV_VENV_IN_PROJECT=1\fP in your .bashrc/.zsh
.sp
Congratulations, you now know how to install and use Python packages! ✨ 🍰 ✨
.SS Release and Version History
.SS 2022.8.31 (2022\-08\-31)
.SS Features & Improvements
.INDENT 0.0
.IP \(bu 2
Performance optimization to \fBbatch_install\fP results in a faster and less CPU intensive \fBpipenv sync\fP or \fBpipenv install\fP experience. \fI\%#5301\fP
.UNINDENT
.SS Bug Fixes
.INDENT 0.0
.IP \(bu 2
\fBpipenv\fP now uses a \fBNamedTemporaryFile\fP for rsolver constraints and drops internal env var \fBPIPENV_PACKAGES\fP\&. \fI\%#4925\fP
.UNINDENT
.SS Removals and Deprecations
.INDENT 0.0
.IP \(bu 2
Remove no longer used method \fBwhich_pip\fP\&. \fI\%#5314\fP
.IP \(bu 2
Drop progress bar file due to recent performance optimization to combine \fBbatch_install\fP requirements in at most two invocations of \fBpip install\fP\&.
To see progress of install pass \fB\-\-verbose\fP flag and \fBpip\fP progress will be output in realtime. \fI\%#5315\fP
.UNINDENT
.SS 2022.8.30 (2022\-08\-30)
.SS Bug Fixes
.INDENT 0.0
Expand Down

0 comments on commit 1124db2

Please sign in to comment.