- Add a hook for
googleapiclient.model
that collects the required metadata from thegoogle-api-python-client
package. (#82) - Add hook for
pyqtgraph
. (#88) - Add hook for
rpy2
. (#87) - Added a hook for 'pdfminer.six' library (#83)
- Added a hook for the 'pygraphviz' library (#86)
- Add missing
dataclasses
hidden import topydantic
hook. Add missingdistutils.version
hidden import topydantic
hook for versions ofpydantic
prior to1.4
. (#81) - Update
pydantic
hook for compatibility with v.1.8.0 and later. (#90)
- Add a hook for
gcloud
which requires its distribution metadata. (#68) - Add a hook for prettytable which requires its distribution metadata. (#77)
- Add hook for
pydantic
to improve support for its extension-compiled distribution (default on PyPi). (#78) - Add hook for
torchvision.ops
to ensure that the required extension module (torchvision._C
) is collected. (#80) - Add hook for afmformats. (#69)
- Add hook for ijson which has dynamically loaded backends. (#64)
- Add hook for lxml which has hidden imports. (#66)
- Collect metadata and data files for
countryinfo
to support version 0.1.2. (#76)
- (Windows) Fix the
win32com
pre-safe-import hook to avoid printing theModuleNotFoundError
when the module is not available. (#67) - Add default enabled sentry integrations dynamically to hidden imports. (#71)
- Update
pyproj
hook to improve compatibility across different versions ofpyproj
(from 2.1.3 to 3.0.0). (#70)
- (Windows) Add a hook for
win32ctypes.core
. (#58)
- (Windows) Avoid collecting
tensorflow
import libraries. (#55) - Avoid collecting non-functional
zmq.backend.cffi
backend in thezmq
hook, and thus also prevent an attempt at compilation of its C extension during module collection. (#59) - Change hook for
tinycss2
, no longer needed after version 1.0.0. (#54) - Compatibility fix for
markdown
3.3. (#56) - Update hooks for
scikit-learn
. Supported versions are 0.21.x, 0.22.x, and 0.23.x. (#53)
- Add a hook for flask_restx which contains template data files. (#48)
- Add hooks for
skimage.feature
andskimage.graph
to fix issues with missing imports. (#52)
- Fix shared library duplication in
tensorflow
v.2.3. Avoid packaging unnecessary data files (e.g., development headers) on alltensorflow
versions. (#50) - Fix the
tensorflow
hook to be compatible acrosstensorflow
versions from <1.15.0 up to 2.3.0 (current latest). (#46)
- Add a hook for
iminuit
which has hidden imports. (#26) - Add a hook for
publicsuffix2
which has some data files. (#40) - Add a hook for
pyav(av)
which has hidden imports. (#29) - Add a hook for
pydivert
which has some data files. (#41) - Add a hook for
pyproj
which has some data files. (#33) - Add a hook for
spnego
which has hidden imports. (#37)
- Add a missing hidden import for
passlib
. (#39)
- Add a hook for
gmplot
, which has some data files. (#21) - Add a hook for
tinycss2
, which is missing data files. (#16) - Add a hook for
workflow
, which is missing version information contained in metadata. (#17) - Add hook for
AnyIO
which dynamically imports its backend modules. (#22) - Add hook for
APScheduler
which requires entry points and dynamic imports. (#23) - Add hook for
trimesh
which requires importing resource files. (#25)
- Rewrite the hooks for PyPubSub and
wx.lib.pubsub
so they work properly.
- Add a hook for
html-testRunner
, which has a hidden import. (#8) - Add a hook for
parsedatetime
, which has hidden imports. (#11) - Add hook for
dask
, which includes .yaml data files. (#12)
- (Windows) cv2: bundle the opencv_videoio_ffmpeg*.dll, if available. (#13)
No significant changes.
- Adding a hook for sentry which has hidden imports for its integrations (#7)