Skip to content

Releases: opencv/opencv-python

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 😅

3.1.0.4

06 Jan 21:41
Compare
Choose a tag to compare
  • adds support for Python 3.6 on all platforms
  • adds Python 3.4 support on Windows
  • excludes default build on Travis

Next release will be done with OpenCV version 3.2.0.

Note: Windows builds are missing due to a mistake on my side (ci skip tag :)), next release will have also Windows builds.