Skip to content

Releases: opencv/opencv-python

4.1.0.25

12 Apr 08:03
Compare
Choose a tag to compare

4.0.1.24

10 Apr 06:50
Compare
Choose a tag to compare

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

09 Jan 16:15
Compare
Choose a tag to compare

3.4.5.20

28 Dec 10:02
Compare
Choose a tag to compare

OpenCV version 3.4.5.

Once some build issues are solved, next releases will be targeting OpenCV version 4.

3.4.4.19

27 Nov 16:21
Compare
Choose a tag to compare

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

09 Sep 13:05
Compare
Choose a tag to compare

3.4.2.17

23 Jul 14:14
7b7f734
Compare
Choose a tag to compare

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

22 Jul 13:21
Compare
Choose a tag to compare

This release bumps OpenCV version to 3.4.2 and adds support for Python 3.7.

Thanks to:

  • Brian Zier for fixing OpenCV releases link (#101)
  • Michael Hirsch for adding downloads badge (#108)
  • yonip for fixing an issue with macOS builds (#110)

3.4.1.15

19 May 13:20
Compare
Choose a tag to compare

This release bumps OpenCV version to 3.4.1.

3.4.0.14

15 May 18:17
Compare
Choose a tag to compare

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