Releases: intel/openvino-rs
Releases · intel/openvino-rs
v0.4.1
What's Changed
- Bump regex from 1.4.5 to 1.5.6 in /crates/openvino-tensor-converter by @dependabot in #43
- Migrate from lazy_static to once_cell by @sunfishcode in #44
- Document correct logging level for troubleshooting by @abrown in #45
- Release v0.4.1 by @abrown in #46
New Contributors
- @dependabot made their first contribution in #43
- @sunfishcode made their first contribution in #44
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Upgrade to use upstream OpenVINO 2022.1 release by @abrown in #37; note that this change breaks compatibility with pre-2022 installations of OpenVINO. The file structure, library naming, and library dependencies have changed significantly in OpenVINO 2022.1.0 and it would be difficult to maintain compatibility with older versions while supporting 2022+. Users with a pre-2022 installation can use v0.3.3; all users with the latest OpenVINO installation should use v0.4.0 and following.
- Remove the
from-source
feature by @abrown in #39
Full Changelog: v0.3.3...v0.4.0
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.0
What's Changed
- Add MobileNet test fixture by @abrown in #9
- Add a classification test for Inception v3 by @abrown in #10
- Rename tensor suffix from 'fp32' to 'f32' by @abrown in #12
- Allow classification results to deviate slightly by @abrown in #13
- Update runner dependencies by @abrown in #11
- Update README.md to cover git-lfs by @grgustaf in #15
- Build different variants of OS and OpenVINO versions in CI by @abrown in #16
- Only export the inference engine functions in openvino-sys by @abrown in #17
New Contributors
Full Changelog: v0.1.8...v0.2.0