Skip to content

2.1.0

Compare
Choose a tag to compare
@marovira marovira released this 03 Jan 01:29
· 81 commits to master since this release

Breaking Changes

  • The onnx/common.hpp has been renamed to better describe its purpose. The contained function has not changed. Please see below for details.
  • The ContiguousContainer concept has been removed. See below for details.

Feature Changes

  • The ContiguousContainer concept is now superseded by the one from Zeus.
  • The onnx/common.hpp header has been renamed to onnx/perform_safe_op.hpp to be clearer on what the header contains. To simplify workflows, the header is now included in all ONNX headers, so users don't have to manually include it themselves.
  • All SDKs have been updated to their latest versions.

Full Changelog

2.0.0...2.1.0