Releases: opencv/opencv-python
4.1.0.25
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
OpenCV version 4.1.0.
4.0.1.24
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
OpenCV version 4.0.1.
- macOS build fix and migration to Travis Xcode 8.3 environment (#182)
- typo fix (#169)
- README updated with further instructions related to Windows DLL issues (thanks to #185 & #170 for bringing this to my attention)
There were issues with deployment with the previous tags 22 & 23. For 23 there exists a release in PyPI, but macOS wheels are not included. Please ignore those releases.
4.0.0.21
OpenCV version 4.0.0.
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
3.4.5.20
OpenCV version 3.4.5.
Once some build issues are solved, next releases will be targeting OpenCV version 4.
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
3.4.4.19
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
OpenCV version 3.4.4.
Thanks to Ivan Pozdeev for following fixes and enhancements: #135, #136, #141, #144, #145, #146, #147, #149, #150
3.4.3.18
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
OpenCV version 3.4.3.
3.4.2.17
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
Same as 3.4.2.16 but includes missing x86_64 Linux wheels. Thanks to Krassimir Valev for fixing the build matrix.
3.4.2.16
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
This release bumps OpenCV version to 3.4.2 and adds support for Python 3.7.
Thanks to:
3.4.1.15
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
This release bumps OpenCV version to 3.4.1.
3.4.0.14
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