Skip to content

Releases: intel/openvino-rs

v0.4.1

05 Jul 15:18
3e46a83
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

v0.4.0

12 May 15:59
a90cd63
Compare
Choose a tag to compare

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

10 May 22:17
59e1fa9
Compare
Choose a tag to compare

What's Changed

  • Confirm support for OpenVINO 2021.4 by @abrown in #29
  • Add get_[inputs|outputs]_len to CNNNetwork by @abrown in #34

Full Changelog: v0.3.2...v0.3.3

v0.3.2

10 May 22:17
Compare
Choose a tag to compare

What's Changed

  • openvino-finder: add logging, OPENVINO_BUILD_DIR by @abrown in #24
  • Update generated bindings; add CI check by @abrown in #27

Full Changelog: v0.3.1...v0.3.2

v0.3.1

10 May 22:19
Compare
Choose a tag to compare

What's Changed

  • Tweak xtask; fix documentation build by @abrown in #23

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 May 22:19
Compare
Choose a tag to compare

What's Changed

  • Improve Rust documentation by @abrown in #18
  • Add runtime linking by @abrown in #19
  • More runtime-linking changes by @abrown in #21
  • Add xtask tasks for simplifying the release process by @abrown in #22

Full Changelog: v0.2.0...v0.3.0

v0.2.0

10 May 22:18
Compare
Choose a tag to compare

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