Skip to content

Commit 4e5f9a7

Browse files
committed
Release v2025.0.4
1 parent 1b2eca3 commit 4e5f9a7

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2025.0.4 (2025-07-07)
2+
=====================
3+
Pipenv 2025.0.4 (2025-07-07)
4+
============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Significantly improved dependency resolution performance with ResolveLib 1.2.0 optimistic backjumping, intelligent caching system, and batch Pipfile operations. Added comprehensive benchmarking infrastructure to prevent performance regressions. Requirements imports are 60-80% faster for large files, complex resolutions are 10-30% faster, and repeated operations benefit from smart caching. `#6419 <https://github.com/pypa/pipenv/issues/6419>`_
11+
- Ensure the requested Python version is installed when it differs from the one used with Pipenv. `#6425 <https://github.com/pypa/pipenv/issues/6425>`_
12+
- Restored ignore compatibility finder patch to enable comprehensive cross-platform hash collection in lock files. `#6426 <https://github.com/pypa/pipenv/issues/6426>`_
113
2025.0.3 (2025-05-29)
214
=====================
315
Pipenv 2025.0.3 (2025-05-29)

news/6419.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/6425.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/6426.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pipenv/pipenv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "PIPENV" "1" "May 29, 2025" "2025.0.3" "pipenv"
30+
.TH "PIPENV" "1" "Jul 07, 2025" "2025.0.4" "pipenv"
3131
.sp
3232
This guide provides comprehensive instructions for installing Pipenv on various platforms and environments. Follow the approach that best suits your system and requirements.
3333
.SH PREREQUISITES

0 commit comments

Comments
 (0)