Skip to content

3.4.16.57

Compare
Choose a tag to compare
@asenyaev asenyaev released this 21 Oct 05:55
· 43 commits to 3.4 since this release
6dfaa9d

opencv-python: https://pypi.org/project/opencv-python/
opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
opencv-python-headless: https://pypi.org/project/opencv-python-headless/
opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/

OpenCV 4.5.4

Changes:

  • Enabled Python code in OpenCV-Python distribution including cv.Mat wrapper, G-API Python bindings and pure python API. #563
  • Wheels for Python 3.10 will be provided starting from this release. #556
  • Enabled LAPACK-dependent API on Linux (x64 and aarch64) and macOS. Prebuild packages for Linux includes own LAPACK instance, MacOS package uses LAPACK interface provided by Accelerate.framework framework. LAPACK-dependent API on Windows will be enabled in next releases. #547
  • Fixed missing 3rd party libraries in wheels for MacOS M1. #555