Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
62
Andrey Senyaev
Changed a path to config-X.py file after python limited API support, optimized uploading and downloading artifacts
Updated submodules to the release 4.5.4, added python loader support, updated Qt patch
Updated Github Actions to python 3.10 and fixed following issues
Updated commits to 4.5.5 release
Removed useless lines and added replacing lines into init file
Split builds and tests for linux, update submodules only when a PR, turned off freetype because of issues, added get_build_info script
.gitignore: Ignore cv2/version.py
Added arm build
Documentation update after migration to OpenCV organization on Github.
Fix typos
update README and licenses
Fixed a build from the source
Merge pull request #582 from kianmeng/fix-typos
fix line endings
Moving to auditwheel==5.0.0 (default in the latest manylinux image)
Added lowest numpy version support instead of latest
Added openexr build flag
Added python limited API support