Skip to content

Commit

Permalink
Release v2024.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 23, 2024
1 parent f0344ee commit c89667a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2024.11 (2024-12-23)
--------------------

New hooks
~~~~~~~~~

* Add hook for ``selectolax`` to collect its data files. (`#841
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/841>`_)


Updated hooks
~~~~~~~~~~~~~

* (Linux) Update ``torch`` hook to suppress creation of symbolic links to
the top-level application directory for the shared libraries discovered
during binary dependency analysis in ``torch/lib`` directory. This fixes
issues with ``libtorch_cuda_linalg.so`` not being found in spite of it
being collected, as observed with certain ``torch`` builds provided by
https://download.pytorch.org/whl/torch (e.g., ``1.13.1+cu117``,
``2.0.1+cu117``, and ``2.1.2+cu118``). (`#834
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/834>`_)
* Update ``sklearn.tree`` hook for compatibility with ``scikit-learn`` v1.6.0
(add ``sklearn.tree._partitioner`` to hidden imports). (`#838
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/838>`_)


2024.10 (2024-11-10)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion _pyinstaller_hooks_contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# ------------------------------------------------------------------

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

Expand Down
7 changes: 0 additions & 7 deletions news/834.update.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/838.update.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/841.new.rst

This file was deleted.

0 comments on commit c89667a

Please sign in to comment.