Skip to content

Releases: intel/openvino-rs

v0.8.0

15 Oct 22:51
eb559f0
Compare
Choose a tag to compare

This release breaks backwards compatibility with OpenVINO libraries prior to 2024.2; this bindings will only work with version 2024.2 and above. The reason for this is a breaking change in the upstream C bindings that allowed the creation of tensors of incorrect types (see #143). #149 includes a load-time check to fail if a "too old" library is used.

What's Changed

Full Changelog: v0.7.3...v0.8.0

v0.7.3

08 Oct 00:30
c223bdc
Compare
Choose a tag to compare

This release batches up some smaller changes prior to v0.8.0. In #143, we discovered a breaking change in the OpenVINO C API that requires a version bump (coming soon). Users should choose v0.7.3 and below to interact with OpenVINO v2024.1 and prior; choose 0.8.0 and above to interact with OpenVINO 2024.2 and following.

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

27 Jun 16:53
9242a8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

29 May 16:34
f17dd8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

29 May 16:19
9bce206
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Dec 19:44
1be667a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Apr 12:19
036b81d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

21 Oct 18:15
dc2812e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

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