v0.9.0
What's Changed
Changed (BREAKING)
- edgefirst-hal upgraded from 0.21.0 to 0.22.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.21"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.8.x | 0.9.0 |
|---|---|
ara2 = "0.8" |
ara2 = "0.9" |
edgefirst-hal = "0.21" (downstream pin) |
edgefirst-hal = "0.22" |
crates.io: ara2 | ara2-sys
PyPI: edgefirst-ara2