-
Notifications
You must be signed in to change notification settings - Fork 945
Releases: opencv/opencv-python
3.1.0.5
Same as 3.1.0.4 but includes also Windows wheels 😅
Assets 2
3.1.0.4
- 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.
Assets 2
3.1.0.3
This release adds FFmpeg to Windows wheels.
Assets 2
3.1.0.2
- adds wheel for python 3.5 on OS X
- some cleaning in travis scripts
Assets 2
Bugfix release (3.1.0.1)
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
Assets 2
First release to PyPI (3.1.0.0)
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!