Skip to content

Latest commit

 

History

History
353 lines (269 loc) · 14.4 KB

CHANGELOG.rst

File metadata and controls

353 lines (269 loc) · 14.4 KB

2021.3 (2021-08-25)

New hooks

  • Add a hook for dash-uploader to collect data files (#280)
  • Add a hook for langdetect to collect data files. (#285)
  • Add a hook for mariadb to collect hidden imports. (#279)
  • Add a hook for mnemonic to collect data files (#284)
  • Add a hook for msoffcrypto to collect metadata. (#139)
  • Add a hook for pingouin to collect data files. (#292)
  • Add a hook for pystray to collect hidden imports. (#288)
  • Add a hook for rtree to collect dynamic libraries. (#291)
  • Add a hook for shotgun_api3 to collect data files and hidden imports. (#138)
  • Add a hook for swagger_spec_validator to collect data files. (#296)
  • Add a hook for timezonefinder to collect data files. (#294)
  • Add a hook for cloudscraper to collect data files (#281)
  • Add a hook for pynput to collect hidden imports. (#287)
  • Added a standard hook for SunPy. (#134)
  • Added hook to get data for the parso package (needed for IPython autocomplete) (#275)

Updated hooks

  • Update clr hook to set the correct path for pythonnet 3.0 (#295)
  • Update scikit-learn and scikit-image hooks to perform version checks based on distribution name instead of package name, to prevent failures when sklearn dummy distribution is installed. (#276)

2021.2 (2021-06-26)

New hooks

  • Add a hook for Azurerm which is using pkg_resources internally. (#123)

  • Add a hook for Office365-REST-Python-Client which uses data files in some methods (#125)

  • Add a hook for spacy which contains hidden imports and data files (#1)

  • Add a standard hook for PyPylon. (#114)

  • Add hook for blspy that collects MPIR DLLs on Windows. (#119)

  • Add hook for flirpy that collects data files on Windows. (#120)

  • Add hook for jsonrpcserver to collect missing request-schema.json data file. (#126)

  • Add hook for plotly to collect data files and hidden pandas, cmath, and plotly.validator imports

    Add hooks for dash and related packages to collect data files and hook for meta-data from flask-compress

    Add hook for dash_bootstrap_components to collect data files (#103)

  • Add hook for pyttsx3 whose drivers are hidden imports. (#101)

  • Add hook for srsly.msgpack._packer which contains a hidden import (#3)

  • Add hook for humanize to include required metadata. (#122)

  • Add hooks for thinc and thinc.banckends.numpy_ops which contain data files and hidden imports (#2)

  • Added a hook for statsmodels, which adds statsmodels.tsa.statespace as a hidden import (#100)

Updated hooks

  • (Windows) Update zmq hook for compatibility with new shared libraries location in Windows build of pyzmq 22.0.0 and later. (#98)
  • Add `googleapiclient.discovery` json files to work with services like Blogger v3 on the `build()` method. (#97)
  • Remove win32ctypes.core hook, as an improved copy is provided as part of main PyInstaller's hooks collection. (#124)
  • Update scikit-image hooks for compatibility with 0.18.x series. (#107)
  • Update scikit-learn hooks for compatibility with 0.24.x series. (#108)
  • Update hook for PyPylon to include data files. (#116)
  • Update the hook for pycountry to copy metadata, in addition to collecting data files. (#113)

2021.1 (2021-03-07)

New hooks

  • Add a hook for googleapiclient.model that collects the required metadata from the google-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)

Updated hooks

  • Add missing dataclasses hidden import to pydantic hook. Add missing distutils.version hidden import to pydantic hook for versions of pydantic prior to 1.4. (#81)
  • Update pydantic hook for compatibility with v.1.8.0 and later. (#90)

2020.11 (2020-12-21)

New hooks

  • 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)

Updated hooks

  • (Windows) Fix the win32com pre-safe-import hook to avoid printing the ModuleNotFoundError 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 of pyproj (from 2.1.3 to 3.0.0). (#70)

2020.10 (2020-10-29)

New hooks

  • (Windows) Add a hook for win32ctypes.core. (#58)

Updated hooks

  • (Windows) Avoid collecting tensorflow import libraries. (#55)
  • Avoid collecting non-functional zmq.backend.cffi backend in the zmq 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)

2020.9 (2020-10-02)

New hooks

  • Add a hook for flask_restx which contains template data files. (#48)
  • Add hooks for skimage.feature and skimage.graph to fix issues with missing imports. (#52)

Updated hooks

  • Fix shared library duplication in tensorflow v.2.3. Avoid packaging unnecessary data files (e.g., development headers) on all tensorflow versions. (#50)
  • Fix the tensorflow hook to be compatible across tensorflow versions from <1.15.0 up to 2.3.0 (current latest). (#46)

2020.8 (2020-09-12)

New hooks

  • 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)

Updated hooks

  • Add a missing hidden import for passlib. (#39)

2020.7 (2020-08-09)

New hooks

  • 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)

Updated hooks

  • Rewrite the hooks for PyPubSub and wx.lib.pubsub so they work properly.

2020.6 (2020-07-21)

New hooks

  • 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)

Updated hooks

  • (Windows) cv2: bundle the opencv_videoio_ffmpeg*.dll, if available. (#13)

2020.5 (2020-06-28)

No significant changes.

2020.4 (2020-06-28)

New hooks

  • Adding a hook for sentry which has hidden imports for its integrations (#7)

2020.3 (2020-06-21)

New hooks

  • Add a hook for eel, which needs to pull in eel.js and an extra library. (#6)
  • Add a hook for sklearn, which needs a dynamic library including. (#5)
  • Add hook for jinxed, which has hidden backends.