Skip to content

Releases: opencv/opencv-python

3.2.0.8

Choose a tag to compare

@skvark skvark released this 22 Jul 16:23

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

Choose a tag to compare

@skvark skvark released this 09 Apr 11:51

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

Choose a tag to compare

@skvark skvark released this 09 Jan 07:10

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

Choose a tag to compare

@skvark skvark released this 08 Jan 11:58

Same as 3.1.0.4 but includes also Windows wheels 😅

3.1.0.4

Choose a tag to compare

@skvark skvark released this 06 Jan 21:41
  • 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.

3.1.0.3

Choose a tag to compare

@skvark skvark released this 28 Sep 14:41

This release adds FFmpeg to Windows wheels.

3.1.0.2

Choose a tag to compare

@skvark skvark released this 15 Sep 15:22
  • adds wheel for python 3.5 on OS X
  • some cleaning in travis scripts

Bugfix release (3.1.0.1)

Choose a tag to compare

@skvark skvark released this 04 Sep 16:58

This release includes following fixes:

  • build folder is now deleted on Appveyor between wheel builds (previous release had unnecessary libs inside wheels)
  • numpy dependency is now numpy>=1.11.1 instead of numpy==1.11.1

First release to PyPI (3.1.0.0)

Choose a tag to compare

@skvark skvark released this 03 Sep 18:39

This is the fisrt release to the official Python package index. OpenCV can be finally installed for Python easily via pip.

Packages can be browsed at https://pypi.python.org/pypi/opencv-python.

I would like to thank @c-martinez for his contributions which enabled Linux and OS X builds.

In the future new releases will be made for each new OpenCV 3.x.x release. If there are bugs or feature requests or some other things to consider, please open new issue. Enjoy!