Releases: pyinstaller/pyinstaller-hooks-contrib
Releases · pyinstaller/pyinstaller-hooks-contrib
2021.4
2021.3
v2021.2
November Build
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
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
v2020.8 add a hook for pydivert (#41)
July Build
Update the pubsub hooks so they work properly fixes pyinstaller/pyinstaller#5015
Build 2020.6
July Release
Build 2020.5
First stable release!