Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 07 May 18:52
· 25 commits to main since this release
v0.7.0
fe0d921

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
    pinning edgefirst-hal = "0.19" must bump in lockstep. No source
    changes were required in ara2 or 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