Skip to content

Commit c89667a

Browse files
author
github-actions
committed
Release v2024.11
1 parent f0344ee commit c89667a

File tree

5 files changed

+27
-11
lines changed

5 files changed

+27
-11
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2024.11 (2024-12-23)
2+
--------------------
3+
4+
New hooks
5+
~~~~~~~~~
6+
7+
* Add hook for ``selectolax`` to collect its data files. (`#841
8+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/841>`_)
9+
10+
11+
Updated hooks
12+
~~~~~~~~~~~~~
13+
14+
* (Linux) Update ``torch`` hook to suppress creation of symbolic links to
15+
the top-level application directory for the shared libraries discovered
16+
during binary dependency analysis in ``torch/lib`` directory. This fixes
17+
issues with ``libtorch_cuda_linalg.so`` not being found in spite of it
18+
being collected, as observed with certain ``torch`` builds provided by
19+
https://download.pytorch.org/whl/torch (e.g., ``1.13.1+cu117``,
20+
``2.0.1+cu117``, and ``2.1.2+cu118``). (`#834
21+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/834>`_)
22+
* Update ``sklearn.tree`` hook for compatibility with ``scikit-learn`` v1.6.0
23+
(add ``sklearn.tree._partitioner`` to hidden imports). (`#838
24+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/838>`_)
25+
26+
127
2024.10 (2024-11-10)
228
--------------------
329

_pyinstaller_hooks_contrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# SPDX-License-Identifier: GPL-2.0-or-later
1111
# ------------------------------------------------------------------
1212

13-
__version__ = '2024.10'
13+
__version__ = '2024.11'
1414
__maintainer__ = 'Legorooj, bwoodsend'
1515
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
1616

news/834.update.rst

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

news/838.update.rst

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

news/841.new.rst

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

0 commit comments

Comments
 (0)