Skip to content

2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 23:33
· 42 commits to master since this release

Feature Changes

  • The return value of rad::onnx::init_ort_api() has now been marked nodiscard regardless of whether the library is compiled to throw on failure. This is mainly to enforce good practices on the environments where exceptions aren't enabled.
  • The functionality for arrays has been expanded. Conversions to and from tensors for batches of arrays are now supported.
  • CI/CD functionality has been revamped and significantly improved.

Deprecations/Removals

  • The overload to convert to and from tensors for std::array has been removed in favour of the more flexible std::vector API.

Full Changelog

2.1.0...2.2.0