Skip to content

Releases: opencv/opencv-python

3.1.0.3

28 Sep 14:41
Compare
Choose a tag to compare

This release adds FFmpeg to Windows wheels.

3.1.0.2

15 Sep 15:22
Compare
Choose a tag to compare
  • adds wheel for python 3.5 on OS X
  • some cleaning in travis scripts

Bugfix release (3.1.0.1)

04 Sep 16:58
Compare
Choose a tag to compare

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)

03 Sep 18:39
Compare
Choose a tag to compare

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!