Skip to content

Releases: intel/openvino-rs

v0.9.1

14 Aug 15:45
Compare
Choose a tag to compare

What's Changed

  • [openvino-finder] Update search paths to include all supported arch by @nbigaouette in #176
  • clippy: use variables directly in the format!() string by @abrown in #175
  • Upgrade bindings to v2025.2.0 by @abrown in #177
  • Release v0.9.1 by @abrown in #178

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

16 Jun 18:14
c0085bc
Compare
Choose a tag to compare

This release upgrades to the latest version of OpenVINO but breaks backwards compatibility with OpenVINO libraries prior to 2025.1; these bindings will only work with version 2025.1 and above. The reason for this is another breaking change in the upstream C bindings that allowed the creation of tensors of incorrect types (see #167). Beyond this, the most externally-visible change is updating the few dependencies used in these crates.

What's Changed

Full Changelog: v0.8.0...v0.9.0

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