Skip to content

Releases: opencv/opencv-python

3.4.0.14

15 May 18:17
Compare
Choose a tag to compare

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

Additionally, this release adds two new headless distributions. These distributions do not have GUI dependencies and are suitable for example for server environments.

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

Changelog:

  • Build logic moved mostly to setup.py (#58), thanks to Ivan Pozdeev
  • Travis macOS build environment dropped to xcode7.3 to support older macOS version (#68), thanks to René Dudfield
  • Dockerfiles for the extended manylinux images are now available in the opencv-python repository
  • README partly rewritten
  • FFmpeg now properly configured with libvpx (#86)
  • other minor fixes and changes

13

16 May 10:17
Compare
Choose a tag to compare
13

Due to major issues with release process, this version is skipped. Unfortunately there is a release in PyPi for this version without any packages. Please ignore it.

3.4.0.12

28 Dec 19:34
Compare
Choose a tag to compare

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

This release bumps OpenCV version to 3.4.0.

3.3.1.11

23 Dec 12:59
Compare
Choose a tag to compare

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

This release bumps OpenCV version to 3.3.1 and closes some long standing issues, most notably video support for Linux and macOS.

Changes:

  • Linux and macOS wheels ship now with FFmpeg (#50, #49, #14)
  • Linux wheels ship with libjpeg-turbo (#52)
  • Haarcascade xml files ship with the package, their path can be accessed via cv2.data.haarcascades (#48)
  • Package metadata updated (#57)
  • __init__.py cleaned up (#55)

Thanks to Samuel Bishop (#56), Jonathan Dekhtiar (#57) and Ivan Pozdeev (#55).

3.3.0.10

03 Sep 09:51
Compare
Choose a tag to compare

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

Changes:

  • Linux and macOS wheels are now compiled with Qt 4.8.7. The necessary dependecies are embedded to the wheels. This should enable support for GUI features which means that e.g. cv2.imshow() works now.

3.3.0.9

12 Aug 17:06
Compare
Choose a tag to compare

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

Changes:

  • OpenCV version updated to match the latest 3.3.0 release
  • Import logic changed so that some IDE's are able to autocomplete the cv2 module (e.g. PyCharm)

3.2.0.8

22 Jul 16:23
Compare
Choose a tag to compare

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

Changes:

3.2.0.7

09 Apr 11:51
Compare
Choose a tag to compare

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

If you wish to install OpenCV with contrib modules, use https://pypi.python.org/pypi/opencv-contrib-python. Remember to uninstall opencv-python before installing opencv-contrib-python.

Changes:

  • Numpy requirements relaxed (thanks to Adrian Moisey)
  • OpenCV contrib builds added to separate PyPI entry

Also thanks to these previous contributors which I haven't properly attributed:

  • Jon Winsley for refactoring Appveyor scripts
  • Anatoly Techtonik for adding FFmpeg support to Windows builds

3.2.0.6

09 Jan 07:10
Compare
Choose a tag to compare

OpenCV version updated to 3.2.0. Python 3.3 support dropped.

Build artifacts: https://pypi.python.org/pypi/opencv-python

3.1.0.5

08 Jan 11:58
Compare
Choose a tag to compare

Same as 3.1.0.4 but includes also Windows wheels 😅