Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 18:06
· 30 commits to main since this release
v0.5.0
99cae6f

What's Changed

Changed

  • edgefirst-hal upgraded from 0.15 to 0.18.0. The materialize_masks
    API now takes an explicit MaskResolution parameter; the yolov8
    example passes MaskResolution::Proto for unchanged behaviour.
  • libloading upgraded from 0.8 to 0.9. Internal FFI loading adjusted
    for the new AsFilename trait bound.
  • PyO3 upgraded from 0.24 to 0.28; numpy from 0.24 to 0.28.
    Selected #[pyclass] value types now opt-in to from_py_object as
    part of the migration. Return types migrated from PyObject to
    Bound<'py, PyAny>.
  • criterion upgraded from 0.7 to 0.8.
  • clap upgraded from 4.5 to 4.6.
  • Minor dependency bumps: image, log, zip and transitive dependencies.

crates.io: ara2 | ara2-sys
PyPI: edgefirst-ara2