Skip to content

Commit

Permalink
Release v2024.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 13, 2024
1 parent c4ad2f3 commit 20e08ca
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 17 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
2024.4 (2024-04-13)
-------------------

New hooks
~~~~~~~~~

* Add a hook for ``python-pptx``, including required template files. (`#719
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/719>`_)
* Add hook for ``cloudpickle`` to ensure that ``cloudpickle.cloudpickle_fast``
is collected when using ``cloudpickle`` v3.0.0 or later. (`#716
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/716>`_)
* Add hook for ``hexbytes`` that collects package's metadata (required
starting with ``hexbytes`` v.1.1.0). (`#714
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/714>`_)


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

* (Windows) Update ``netCDF4`` hook to explicitly collect DLLs and
load-order file (if present) from ``netCDF4.libs`` directory. This
fixes ``DLL load failed while importing _netCDF4`` error when using
Anaconda python 3.8 or 3.9, where ``delvewheel`` (used by ``netCDF4``)
needs to load DLLs via load-order file due to defunct
``os.add_dll_directory`` function. (`#722
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/722>`_)
* Update ``adbutils`` hooks for compatibility with ``adbutils`` v2.2.2 and
later. (`#717
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/717>`_)
* Update ``numba`` hook to ensure that ``numba.cloudpickle.cloudpickle_fast``
is collected when using ``numba`` v0.59.0 or later. (`#716
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/716>`_)
* Update ``tensorflow`` hooks for compatibility with ``tensorflow`` v2.16.0.
(`#714
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/714>`_)


2024.3 (2024-03-09)
-------------------

Expand Down
2 changes: 0 additions & 2 deletions news/714.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/714.update.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/716.new.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions news/722.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.4'
__version__ = '2024.5'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit 20e08ca

Please sign in to comment.