v0.7.0
What's Changed
- ci: test out new version of OpenVINO installer by @abrown in #84
- ci: prevent
GITHUB_TOKEN
from modifying the repository by @abrown in #86 - Remove commented-out structopt code by @abrown in #85
- Bump shlex from 1.2.0 to 1.3.0 by @dependabot in #87
- chore: update OpenCV version in
openvino-tensor-converter
by @abrown in #88 - patch: add async inference api functions inteface by @daniilsunyaev in #89
- Update Openvino API to 2.0 by @rahulchaphalkar in #91
- Update docs and doc tests by @rahulchaphalkar in #96
- Update OpenVINO to 2024.0.0 by @rahulchaphalkar in #97
- Expose model's partial shape and related types by @pnehrer in #98
- Fix several clippy-related issues by @abrown in #100
- Rename
instance
field toptr
by @abrown in #101 - Update and add enums by @rahulchaphalkar in #99
- Improve ElementType ergonomics by @pnehrer in #102
- Refactor the pre-processing pipeline by @abrown in #103
- Update CI to remove old openvino versions by @rahulchaphalkar in #105
- Fix windows linking by @rahulchaphalkar in #104
- Expose setting intput/getting output tensors on the model by @pnehrer in #106
- Add device type by @rahulchaphalkar in #108
- Support loading non-string models from memory by @pnehrer in #107
- add property and version modules by @rahulchaphalkar in #109
- gitmodule fetch clean up by @rahulchaphalkar in #110
- add infer_request functions by @rahulchaphalkar in #111
- Replace variadic arguments with fixed by @rahulchaphalkar in #112
- Add Core functions for devices, properties, version by @rahulchaphalkar in #114
- Add compiled model functions by @rahulchaphalkar in #115
- Add
as_mut_ptr
and inline hints by @rahulchaphalkar in #116 - Switch to using a centrally-located workspace version by @abrown in #117
- Release v0.7.0 by @rahulchaphalkar in #119
New Contributors
- @daniilsunyaev made their first contribution in #89
- @rahulchaphalkar made their first contribution in #91
- @pnehrer made their first contribution in #98
Full Changelog: v0.6.0...v0.7.0