Bump opencv-python from 3.2.0.6 to 3.4.0.12 in /Cifar10
Bumps opencv-python from 3.2.0.6 to 3.4.0.12.
Release notes
Sourced from opencv-python's releases.
3.4.0.12
opencv-python: https://pypi.python.org/pypi/opencv-python opencv-contrib-python: https://pypi.python.org/pypi/opencv-contrib-python
This release bumps OpenCV version to 3.4.0.
3.3.1.11
opencv-python: https://pypi.python.org/pypi/opencv-python opencv-contrib-python: https://pypi.python.org/pypi/opencv-contrib-python
This release bumps OpenCV version to 3.3.1 and closes some long standing issues, most notably video support for Linux and macOS.
Changes:
- Linux and macOS wheels ship now with FFmpeg (skvark/opencv-python#50, skvark/opencv-python#49, skvark/opencv-python#14)
- Linux wheels ship with libjpeg-turbo (skvark/opencv-python#52)
- Haarcascade xml files ship with the package, their path can be accessed via
cv2.data.haarcascades(skvark/opencv-python#48)- Package metadata updated (skvark/opencv-python#57)
__init__.pycleaned up (skvark/opencv-python#55)Thanks to Samuel Bishop (skvark/opencv-python#56), Jonathan Dekhtiar (skvark/opencv-python#57) and Ivan Pozdeev (skvark/opencv-python#55).
3.3.0.10
opencv-python: https://pypi.python.org/pypi/opencv-python opencv-contrib-python: https://pypi.python.org/pypi/opencv-contrib-python
Changes:
- Linux and macOS wheels are now compiled with Qt 4.8.7. The necessary dependecies are embedded to the wheels. This should enable support for GUI features which means that e.g.
cv2.imshow()works now.3.3.0.9
opencv-python: https://pypi.python.org/pypi/opencv-python opencv-contrib-python: https://pypi.python.org/pypi/opencv-contrib-python
Changes:
- OpenCV version updated to match the latest 3.3.0 release
- Import logic changed so that some IDE's are able to autocomplete the cv2 module (e.g. PyCharm)
3.2.0.8
opencv-python: https://pypi.python.org/pypi/opencv-python opencv-contrib-python: https://pypi.python.org/pypi/opencv-contrib-python
Changes:
- Compiled extensions moved to platlib from purelib
- makes the wheels PEP 491 compatible (https://www.python.org/dev/peps/pep-0491/#what-s-the-deal-with-purelib-vs-platlib)
- this should also make it possible to build pex files (https://github.com/pantsbuild/pex) which include
opencv-python- License files moved to
package_dataintocv2folder (thanks to Jon Winsley)
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.