Skip to content

Commit 8e0ea4d

Browse files
author
github-actions
committed
Release v2024.3
1 parent 248cc8a commit 8e0ea4d

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2024.3 (2024-03-09)
2+
-------------------
3+
4+
Updated hooks
5+
~~~~~~~~~~~~~
6+
7+
* Update ``torch`` hook to add support for MKL-enabled ``torch`` builds
8+
on Windows (e.g., the nightly ``2.3.0.dev20240308+cpu`` build). The hook
9+
now attempts to discover and collect DLLs from MKL and its dependencies
10+
(``mkl``, ``tbb``, ``intel-openmp``). (`#712
11+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/712>`_)
12+
13+
114
2024.2 (2024-02-29)
215
-------------------
316

news/712.update.rst

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

src/_pyinstaller_hooks_contrib/__init__.py

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

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

0 commit comments

Comments
 (0)