chore(deps): bump onnx-weekly from 1.21.0.dev20260302 to 1.22.0.dev20260330 in /requirements/ci#2874
Merged
titaiwangms merged 3 commits intomainfrom Apr 3, 2026
Conversation
Bumps [onnx-weekly](https://github.com/onnx/onnx) from 1.21.0.dev20260302 to 1.22.0.dev20260330. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/commits) --- updated-dependencies: - dependency-name: onnx-weekly dependency-version: 1.22.0.dev20260330 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
titaiwangms
approved these changes
Apr 2, 2026
….22.0.dev20260330
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2874 +/- ##
=======================================
Coverage 72.04% 72.04%
=======================================
Files 239 239
Lines 29305 29305
Branches 2880 2880
=======================================
Hits 21112 21112
Misses 7216 7216
Partials 977 977 ☔ View full report in Codecov by Sentry. |
….22.0.dev20260330
justinchuby
pushed a commit
that referenced
this pull request
Apr 17, 2026
…260330 in /requirements/ci (#2874) Bumps [onnx-weekly](https://github.com/onnx/onnx) from 1.21.0.dev20260302 to 1.22.0.dev20260330. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onnx/onnx/releases">onnx-weekly's releases</a>.</em></p> <blockquote> <h2>v1.21.0</h2> <p>ONNX v1.21.0 is now available with exciting new features! We would like to thank everyone who contributed to this release! Please visit <a href="https://onnx.ai/">onnx.ai</a> to learn more about ONNX and associated projects.</p> <h2>What's Changed</h2> <h3>Breaking Changes and Deprecations</h3> <ul> <li>Remove defunct model hub integration by <a href="https://github.com/andife"><code>@andife</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7678">onnx/onnx#7678</a></li> </ul> <h3>Spec and Operator</h3> <ul> <li>Revert opset 25 version bump by <a href="https://github.com/titaiwangms"><code>@titaiwangms</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7441">onnx/onnx#7441</a></li> <li>Add 2 bit support to onnx by <a href="https://github.com/vraspar"><code>@vraspar</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7446">onnx/onnx#7446</a></li> <li>Bump opset version to 26 by <a href="https://github.com/titaiwangms"><code>@titaiwangms</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7469">onnx/onnx#7469</a></li> <li>Remove enforcement to node determinism attribute by <a href="https://github.com/titaiwangms"><code>@titaiwangms</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7473">onnx/onnx#7473</a></li> <li>Export functions by <a href="https://github.com/cyyever"><code>@cyyever</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7505">onnx/onnx#7505</a></li> <li>[Reland] Cumulative Product Operator by <a href="https://github.com/titaiwangms"><code>@titaiwangms</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7400">onnx/onnx#7400</a></li> <li>Fix Div integer semantics to use trunc division by <a href="https://github.com/MagellaX"><code>@MagellaX</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7585">onnx/onnx#7585</a></li> <li>Clarify DFT behavior when inverse=True and onesided=True (irfft) by <a href="https://github.com/simonbyrne"><code>@simonbyrne</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7574">onnx/onnx#7574</a></li> <li>Specify 0/0 case in LpNormalization by <a href="https://github.com/titaiwangms"><code>@titaiwangms</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7618">onnx/onnx#7618</a></li> <li>Clarify NonMaxSuppression IoU threshold uses strict comparison by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7619">onnx/onnx#7619</a></li> <li>Relax model domain requirement from MUST to SHOULD by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7668">onnx/onnx#7668</a></li> <li>Add BitCast operator for bitwise type reinterpretation by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7527">onnx/onnx#7527</a></li> </ul> <h3>Reference Implementation</h3> <ul> <li>Fix CenterCropPad: compare target shape with dimension, not axis index by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7522">onnx/onnx#7522</a></li> <li>Vectorize sigmoid op implementation by <a href="https://github.com/justinchuby"><code>@justinchuby</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7556">onnx/onnx#7556</a></li> <li>Fixing verbose logging error at verbose=3 for reference_evaluator by <a href="https://github.com/rothej"><code>@rothej</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7597">onnx/onnx#7597</a></li> <li>Clean up reference evaluator tests by <a href="https://github.com/VedantMadane"><code>@VedantMadane</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7684">onnx/onnx#7684</a></li> </ul> <h3>Utilities and Tools</h3> <ul> <li>Add version check for test_executable_permission_check by <a href="https://github.com/andife"><code>@andife</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7511">onnx/onnx#7511</a></li> <li>Fix index out of bounds in version converter adapters by <a href="https://github.com/rothej"><code>@rothej</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7493">onnx/onnx#7493</a></li> <li>Fix default attribute values in shape inference by <a href="https://github.com/matteosal"><code>@matteosal</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7602">onnx/onnx#7602</a></li> <li>Fix Softmax-family shape inference for scalar inputs by <a href="https://github.com/MagellaX"><code>@MagellaX</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7625">onnx/onnx#7625</a></li> <li>Fix/merge models value info by <a href="https://github.com/MagellaX"><code>@MagellaX</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7608">onnx/onnx#7608</a></li> <li>Add version converter adapters for opset 15, 16, 17, 18 by <a href="https://github.com/alexkvitkevich"><code>@alexkvitkevich</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7677">onnx/onnx#7677</a></li> <li>shape_inference: Validate expected size of scalar tensor in ParseData by <a href="https://github.com/skottmckay"><code>@skottmckay</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7675">onnx/onnx#7675</a></li> </ul> <h3>Build, CI and Tests</h3> <ul> <li>Force labels in PRs by <a href="https://github.com/titaiwangms"><code>@titaiwangms</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7442">onnx/onnx#7442</a></li> <li>Fix reuse by <a href="https://github.com/andife"><code>@andife</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7463">onnx/onnx#7463</a></li> <li>Change precedence from 'aggregate' to 'override' for generating scripts by <a href="https://github.com/andife"><code>@andife</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7458">onnx/onnx#7458</a></li> <li>a) 3.14-dev -> 3.14, b) reduce template injection thread by <a href="https://github.com/andife"><code>@andife</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7461">onnx/onnx#7461</a></li> <li>Export register functions by <a href="https://github.com/cyyever"><code>@cyyever</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7496">onnx/onnx#7496</a></li> <li>Fix Python executable detection in virtual environments by <a href="https://github.com/aoguntayo"><code>@aoguntayo</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7485">onnx/onnx#7485</a></li> <li>Merged Release Workflows for Windows by <a href="https://github.com/Raghul-M"><code>@Raghul-M</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7509">onnx/onnx#7509</a></li> <li>Bump nanobind to 2.10.2 by <a href="https://github.com/cyyever"><code>@cyyever</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7479">onnx/onnx#7479</a></li> <li>Fix freebsd build by <a href="https://github.com/cyyever"><code>@cyyever</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7518">onnx/onnx#7518</a></li> <li>Revert ONNX CMake changes by <a href="https://github.com/cyyever"><code>@cyyever</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7515">onnx/onnx#7515</a></li> <li>Export functions used in PyTorch by <a href="https://github.com/cyyever"><code>@cyyever</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7524">onnx/onnx#7524</a></li> <li>Export protobuf symbols by <a href="https://github.com/cyyever"><code>@cyyever</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7525">onnx/onnx#7525</a></li> <li>Fix CMAKE_ARGS parsing for windows compatibility by <a href="https://github.com/hmaarrfk"><code>@hmaarrfk</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7532">onnx/onnx#7532</a></li> <li>Replace deprecated github action "test-results-action" by <a href="https://github.com/andife"><code>@andife</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7552">onnx/onnx#7552</a></li> <li>Wheels for python 3.14t by <a href="https://github.com/andife"><code>@andife</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7558">onnx/onnx#7558</a></li> <li>Clarify permissions comment and update dependencies install by <a href="https://github.com/andife"><code>@andife</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7577">onnx/onnx#7577</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/onnx/onnx/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ti-Tai Wang <titaiwang@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps onnx-weekly from 1.21.0.dev20260302 to 1.22.0.dev20260330.
Release notes
Sourced from onnx-weekly's releases.
... (truncated)
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)