v0.7.3
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
- Use
slice::align_to
by @abrown in #135 - doc: add an in-memory tensor data example by @abrown in #137
- add read_network_from buffers example by @BulbaWarrior in #138
- ci: add initial code scan configuration by @abrown in #139
- Remove
thiserror
dependency by @abrown in #141 - test: download test fixtures differently by @abrown in #140
- Add
xtask
to update upstream submodule by @abrown in #142 - doc: update prior to release by @abrown in #145
- Release v0.7.3 by @abrown in #147
New Contributors
- @BulbaWarrior made their first contribution in #138
Full Changelog: v0.7.2...v0.7.3