surya-rs
surya-rs copied to clipboard
Update opencv requirement from 0.93.1 to 0.94.2
Updates the requirements on opencv to permit the latest version.
Changelog
Sourced from opencv's changelog.
0.94.2
- Fix building on Windows using vcpkg without OpenCL support (fixes twistedfall/opencv-rust#532).
0.94.1
- Add workaround for building on Windows with clang-19 and
clang-runtimefeature enabled (fixes twistedfall/opencv-rust#628).0.94.0
- Add support for the upcoming OpenCV 5.0.0 (based on the current alpha) and completely drop support for OpenCV 3.2.
- Bump the minimum Rust version to 1.77.0.
- Drop deprecated type aliases like
VectorOf....- Add support for
f16half precision floating point numbers via thef16crate feature.- Multiple internal improvements that led to some minor function name changes.
- Add missing
CV_depthC(chan)functions (e.g.CV_8UC) to construct OpenCV types with more than 4 channels.0.93.7
- Fix building on windows with the latest vcpkg git version (fixes twistedfall/opencv-rust#640 and twistedfall/opencv-rust#641).
0.93.6
- Adjust the CI, examples and docs to OpenCV 4.11.0.
- Add the
signalmodule support.0.93.5
- Fix the
jobserverminimum version (fixes twistedfall/opencv-rust#639)0.93.4
- Various documentation, callback handling and other internal improvements.
0.93.3
- Fix issue with using
Option<Ptr>, now behaves as expected and doesn't segfault.- Introduce
Mat::get_data_dump()to get the dump of the Mat data, it's also included in theDebugoutput.- Improve formatting of the generated bindings.
0.93.2
- Fix binding generation using clang-19.
0.93.1
- Fix 0.93.0 regression: twistedfall/opencv-rust#620.
- Allow combining several versions of the crate as dependencies, fixes twistedfall/opencv-rust#597.
0.93.0
- Improve automatic slice detection, e.g.
CommandParser::new()now calculatesargcautomatically.find_circles_gridnow can takeNonetheblob_detectorargument.- Rework the handling of static library linkage.
- Allow passing custom clang args via
OPENCV_CLANG_ARGSenvironment variable.0.92.3
- Add an irreversible conversion from
BoxedRefMuttoBoxedMut.- Fix handling of arrays of strings, fixes
CommandLineParser(kudos to niemeyer).
... (truncated)
Commits
97dcbd0chore: Release17c873dchore: Releaseaeec0e9Update docs & changelogd4c3879Include additional core headers conditionally60b1abcCleanupdb6fc08Bump & optimize CIa29d222chore: Release4cdf43cchore: Released765618Update changelog501fb53Add workaround for clang-19 + clang-runtime on Windows- Additional commits viewable 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)