v0.7.0
What's Changed
Changed (BREAKING)
- edgefirst-hal upgraded from 0.19.0 to 0.20.0. HAL types
(Tensor<u8>,TensorMemory,edgefirst_hal::tensor::Error,
edgefirst_hal::image::Error) appear in the public API surface of
ara2, so this is a transitive ABI break: downstream crates
pinningedgefirst-hal = "0.19"must bump in lockstep. No source
changes were required inara2or its examples — the workspace
builds cleanly against the new HAL with the pin bump alone.
Migration
| 0.6.x | 0.7.0 |
|---|---|
ara2 = "0.6" |
ara2 = "0.7" |
edgefirst-hal = "0.19" (downstream pin) |
edgefirst-hal = "0.20" |
crates.io: ara2 | ara2-sys
PyPI: edgefirst-ara2