Skip to content

Releases: pyinstaller/pyinstaller-hooks-contrib

v2021.2

27 Jun 04:15
df3371d
Compare
Choose a tag to compare

Please see the changelog for more details

November Build

21 Dec 07:56
861fbf6
Compare
Choose a tag to compare
Add a hook for torchvision.ops (#80)

* tests: add a test for torchvision.ops.nms

Reproduces the error from pyinstaller/pyinstaller#5386.

* Add a hook for torchvision.ops

Add a hidden import of torchvision._C extension module that we
fail to pick up automatically. This extension module is required
in functions from torchvision.ops.* modules, where its absence
causes the _assert_has_ops() call to fail.

Fixes the failing test_torchvision_nms.
Fixes pyinstaller/pyinstaller#5386.

September Build

02 Oct 07:14
3de2334
Compare
Choose a tag to compare
Add hooks for skimage.feature and skimage.graph (#52)

A battery of tests that individually import each of skimage submodules. The list of tests is based on submodules available
in the latest releases (0.16.x and 0.17.x).

Add hook for skimage.feature; it's needed for hidden import of skimage.feature._orb_descriptor_positions.

Add hook for skimage.graph; it's needed for hidden import of skimage.graph.heap.

August Build

12 Sep 02:15
465a2ca
Compare
Choose a tag to compare
v2020.8

add a hook for pydivert (#41)

July Build

09 Aug 06:28
62a96cf
Compare
Choose a tag to compare
Update the pubsub hooks so they work properly

fixes pyinstaller/pyinstaller#5015

Build 2020.6

21 Jul 05:39
64bc888
Compare
Choose a tag to compare

July Release

Build 2020.5

28 Jun 06:54
0660c9b
Compare
Choose a tag to compare

First stable release!

v2020.4

28 Jun 01:47
e3bf585
Compare
Choose a tag to compare
v2020.4 Pre-release
Pre-release
Update README [skip ci]