Skip to content

Commit c1b8e99

Browse files
author
github-actions
committed
Release v2025.7
1 parent 2fa905b commit c1b8e99

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2025.7 (2025-07-22)
2+
-------------------
3+
4+
Updated hooks
5+
~~~~~~~~~~~~~
6+
7+
* Automatically raise the recursion limit to at least 5000 when the
8+
``_pyinstaller_hooks_contrib`` module is loaded, rather than raising
9+
the recursion limit on per-hook basis. (`#925
10+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/925>`_)
11+
* Update ``sklearn`` hooks for compatibility with ``scikit-learn`` 1.7.1.
12+
(`#925
13+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/925>`_)
14+
15+
116
2025.6 (2025-07-14)
217
-------------------
318

_pyinstaller_hooks_contrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import sys
1414

15-
__version__ = '2025.6'
15+
__version__ = '2025.7'
1616
__maintainer__ = 'Legorooj, bwoodsend'
1717
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
1818

news/925.update.1.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

news/925.update.rst

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

0 commit comments

Comments
 (0)