Skip to content

Commit

Permalink
Release v2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 9, 2024
1 parent 248cc8a commit 8e0ea4d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2024.3 (2024-03-09)
-------------------

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

* Update ``torch`` hook to add support for MKL-enabled ``torch`` builds
on Windows (e.g., the nightly ``2.3.0.dev20240308+cpu`` build). The hook
now attempts to discover and collect DLLs from MKL and its dependencies
(``mkl``, ``tbb``, ``intel-openmp``). (`#712
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/712>`_)


2024.2 (2024-02-29)
-------------------

Expand Down
4 changes: 0 additions & 4 deletions news/712.update.rst

This file was deleted.

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

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

0 comments on commit 8e0ea4d

Please sign in to comment.