plaidml / openvino

OpenVINO™ Toolkit - Deep Learning Deployment Toolkit repository
https://docs.openvinotoolkit.org/latest/index.html
Apache License 2.0
0 stars 1 forks source link

Bump onnx from 1.8.1 to 1.11.0 in /ngraph/python #172

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps onnx from 1.8.1 to 1.11.0.

Release notes

Sourced from onnx's releases.

v1.11.0

ONNX v1.11.0 is now available with exciting new features! We would like to thank everyone who contributed to this release! Please visit onnx.ai to learn more about ONNX and associated projects.

Key Updates

ai.onnx opset version increased to 16 with following changes:

  • New Operators (ai.onnx):
  • Operator Updates (ai.onnx):
    • Identity, add optional type support.
    • If, add optional data type support for output.
    • LeakyRelu, add bfloat16 type support.
    • Loop, add optional data type support for initial value and output.
    • PRelu, add bfloat16 type support.
    • RoiAlign, add an attribute coordinate_transformation_mode, correct the default behavior.
    • Scan, add bfloat16 type support for output.
    • ScatterElements, add reduction attribute.
    • ScatterND, add reduction attribute.
    • Where, extend Where op to permit bfloat16 types.
    • GreaterOrEqual, add bfloat16 type support.
    • LessOrEqual, add bfloat16 type support.

ai.onnx.ml opset version increased to 3 with following changes:

New functionality:

  • A new Model Hub for users to get started with state-of-the-art pre-trained ONNX models from the ONNX Model Zoo or for researchers and model developers to share models. onnx/onnx#3712
  • Add compose utility to help with creating and combining models out of several graphs. onnx/onnx#3820
  • Add FunctionBuilder utility class to help construct function ops. onnx/onnx#3882

Shape inference enhancements

  • Extend optional type inference. #3756
  • Make shape inference handle MapProto. #3772
  • Improve rank inference for Expand op. #3807
  • Enhance shape inference: ParseData/Transpose/QuantizeLinear. #3806
  • Honor existing dim_param in shape inference. #3896
  • Shape inference for functions. #3722
  • Use symbolic input for shape inference of ConstantOfShape. #3784

Bug fixes and infrastructure improvements

  • Use MSVC Runtime as dll for official ONNX Windows release. #3644

... (truncated)

Commits
  • 96046b8 use final version number 1.11.0 (#4025)
  • f6053e4 Fix Expand shape inference: stop rank inference if the shape is symbolic (#4019)
  • c9d61b6 Use urlopen from urllib.request to download models instead of wget (#4006)
  • c2a3364 add FunctionBuilder.Const() api to take a tensor argument (#4005)
  • 046e3ac use v2 to get Python 3.6 support (#4002)
  • b63425f bring back decl of propagateElemTypeFromTensorInputToOutput which is needed b...
  • 4a21851 [BUG] Use correct pytest types in backend (#3990) (#3994)
  • cb592a8 prepare 1.11.0rc build
  • 6a2e9c1 gen_doc: strip trailing space (#3983)
  • f0c4ee2 Fix some bugs with Resize (#3976)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Dependabot tried to add @postrational as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/plaidml/openvino/pulls/172/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the plaidml/openvino repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request
dependabot[bot] commented 2 years ago

The following labels could not be found: category: dependencies.

dependabot[bot] commented 2 years ago

Superseded by #174.