v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

Еще нет секунды назад
            False
        
Еще нет секунды назад
Текущий скриншот с ошибкой из последнего запроса

Триггерный текст Игнорируемый текст Заблокированный текст

8 часов назад
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              onnx / onnx Public
              * Notifications You must be signed in to change notification settings
              * Fork 4k
                * Star 21.3k
          * Code
          * Issues 179
          * Pull requests 94
          * Discussions
          * Actions
          * Projects
          * Wiki
          * Security and quality 8
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Projects
                  * Wiki
                  * Security and quality
                  * Insights

        Releases: onnx/onnx

              Releases Tags
            Releases · onnx/onnx

                Release list

                    * v1.22.0
                    * v1.21.0
                    * v1.20.1
                    * v1.20.0
                    * v1.19.1
                    * v1.19.0
                    * v1.18.0
                    * v1.17.0
                    * v1.16.2
                    * v1.16.1
                    Previous Next
                Jump to release
                        * v1.22.0
                        * v1.21.0
                        * v1.20.1
                        * v1.20.0
                        * v1.19.1
                        * v1.19.0
                        * v1.18.0
                        * v1.17.0
                        * v1.16.2
                        * v1.16.1
                    Previous Next

                v1.22.0

                              v1.22.0 Latest
                              Latest
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              cbourjau released this 15 Jun 15:04
                              v1.22.0
                              2bb5046
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          ONNX v1.22.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.

                          What's Changed

                          Breaking Changes and Deprecations

                            * Swap qk_matmul_output_mode 1 & 2 to match computation order by @titaiwangms in #7913

                          Spec and Operator

                          Two new operators LinearAttention-27 and CausalConvWithState-27 were introduced.

                            * Fix number of pad modes in doc_strings.cc by @assafpr in #7803
                            * Add FlexAttention Op to ai.onnx.preview opset by @mshr-h in #7534
                            * Fix Attention op softcap ordering: apply before mask/bias by @titaiwangms in #7867
                            * Add LinearAttention and CausalConvWithState operators (Opset 27) by @tadani3 in #7950
                            * feat(generator): extend Range operator with float16 and bfloat16 support (opset 27) by @andife in #7923

                          Reference Implementation

                            * Fix missing 'mul' reduction in ScatterElements reference implementation by @zdryan in #7842
                            * Fix QLinearMatMul output saturation by @karimbaidar in #7868
                            * Fixed more bugs in the Scan reference op by @tadani3 in #7964

                          Utilities and Tools

                            * Fix Slice shape inference crashes with SIGABRT on empty dimensions by @titaiwangms in #7738
                            * Rename misleading input_rank param to input_dim_value in processSlice… by @titaiwangms in #7739
                            * fix: Conv/Pool strides validation by @edgchen1 in #7764
                            * fix: add input/output bounds checks in version converter adapter by @andife in #7813
                            * Harden version conversion against malformed inputs by @andife in #7872
                            * fix: add input rank checks in Gemm version converter adapters by @andife in #7880
                            * Fix raw_data handling in version converter adapters by @cyyever in #7910
                            * Fix checker to use len() instead of sys.getsizeof() for protobuf size check by @OmarAzizi in #7760
                            * Add version macros by @cbourjau in #7918
                            * Remove internal spec_to_yaml tool by @cbourjau in #7985
                            * Address shape inference shortcomings by @yuslepukhin in #7997
                            * Add unifyInputShape / unifyInputShapePrefix shape inference utilities by @gramalingam in #7999
                            * Add operator+ and operator- for Dim by @gramalingam in #8000
                            * Fix KeepAspectRatioHelper precision for scaled output dimensions by @elwhyjay in #8007
                            * Fix heap buffer over-read in Conv/Pool shape inference for weight rank mismatch by @Copilot in #8037

                          Build, CI and Tests

                            * Add update into main.yml by @titaiwangms in #7687
                            * Update check_urls.yml by @andife in #7716
                            * Update add_msvc_runtime_flag to work with MSVC_RUNTIME_LIBRARY by @Shadows-of-Fire in #7660
                            * Try to fix renovate by @andife in #7742
                            * fix upload; Update release_win.yml by @andife in #7728
                            * Allow release CIs to run when a labeled PR receives new commits by @Copilot in #7741
                            * Update pixi.{toml,lock} by @cbourjau in #7746
                            * hash for googletest by @andife in #7765
                            * Update RELEASE-MANAGEMENT.md by @andife in #7773
                            * Update doc CIPipeline by @andife in #7782
                            * use reviewdog to fix the pr_checks workflow by @andife in #7780
                            * Update copilot-setup-steps.yml; persist-credentials: false by @andife in #7768
                            * Update release_linux.yml; replace tag by hash by @andife in #7769
                            * Fix pipeline src preview by @andife in #7787
                            * Bump protobuf to v33.6 by @cyyever in #7517
                            * fix pr_checks_post.yml by using the correct reporter in reviewdog by @andife in #7789
                            * Skip very slow Python tests on Windows debug builds by @cbourjau in #7819
                            * Fix cross-platform date command in CMakeLists.txt by @Chessing234 in #7816
                            * Modify URL checker workflow permissions and action by @andife in #7832
                            * fix additional input in workflow by @andife in #7834
                            * fix: suppress unused-parameter warnings in try_kernel_contained_open by @andife in #7849
                            * Pin GitHub Actions to immutable commit SHAs by @andife in #7852
                            * Add wheels for Pyodide by @andife in #7847
                            * Improve CodeQL config by @cyyever in #7870
                            * integrate check-wheel-contents in CI workflows by @andife in #7846
                            * feat: embed CycloneDX SBOM in wheel per PEP 770 by @andife in #7861
                            * Fix CI link-checker issues by @cbourjau in #7909
                            * fix: only download artifacts on workflow_dispatch in publish_release_build_to_pypi by @andife in #7912
                            * topic: Allow overriding cmake build directory via environment variable by @WithEnoughCoffee in #7915
                            * Ignore blocked links by @cbourjau in #7919
                            * chore: improve Renovate config — cooldown, correct label, PR notes by @andife in #7922
                            * Fix link-checker CI by @cbourjau in #7924
                            * Update Python version matrix in release workflow; skip 3.13t for a gr… by @andife in #7932
                            * Update Python versions in release workflow (remove 3.13t from testing) by @andife in #7934
                            * Remove cpplint (superseded by clang-tidy) by @cbourjau in #7942
                            * Add hard-failing zizmor lint and fix existing issues by @cbourjau in #7941
                            * Remove redundant reuse-action by @cbourjau in #7943
                            * Fix links (and thus CI error) by @cbourjau in #7946
                            * CI: add labeled SLSA provenance test path and harden checkout credentials by @andife in #7951
                            * Remove submodules option from lint workflow by @andife in #7958
                            * Use cibuildwheel for all releases by @cbourjau in #7901
                            * Fix generated md files by @cbourjau in #7973
                            * Use Renovate to update pixi lock file once a month by @cbourjau in #7980
                            * fix: revert accidental protobuf v33.6 bump and remove requirements-release_build.txt by @andife in #7982
                            * Run pip check to validate consistency of pyproject-dependencies with environment by @cbourjau in #7960
                            * Build correct pyemscripten wheel for PyPI by @cbourjau in #7998
                            * Use same 25.1 protobuf for all releases and simplify sbom creation by @cbourjau in #7995
                            * fix: prevent cmake parallel build race in proto generation by @andife in #8003
                            * fix: correct argument order in ONNX_OPERATOR_SET_SCHEMA_DEBUG_VARIABLE macro call by @andife in #8004
                            * Enable MSVC warnings by @justinchuby in #7562
                            * Fix/sdist missing SBOM cdx json by @andife in #8010
                            * Follow up for scikit-build-core migration by @take-cheeze in #8017
                            * Run lints also on Windows by @cbourjau in #8014
                            * Fix xcode build by @cbourjau in #8056

                          Documentation

                            * bump VERSION_NUMBER in main branch by @Sunny-Anand in #7712
                            * remove link for check_urls action by @Sunny-Anand in #7713
                            * bump version for defs operator and schema after main version bump by @Sunny-Anand in #7715
                            * Add Security Assurance Case document by @andife in #7679
                            * Add CLAUDE.md with project guidelines for Claude Code by @cyyever in #7666
                            * Update RELEASE-MANAGEMENT.md by @andife in #7762
                            * Update RELEASE-MANAGEMENT.md by @andife in #7774
                            * Fix documentation typos and grammar errors in API docs by @Chessing234 in #7809
                            * Add ONNX Incident Response Plan document by @andife in #7830
                            * Add skill files for new op, op updates, function body definition, type and shape inference by @gramalingam in #7878
                            * Fix reuse by @andife in #7899
                            * Execute code snippets in PythonAPIOverview.md (+ fixes) by @cbourjau in #7856
                            * Extend release compatibility matrix back to ONNX 1....
                        Read more

                          Contributors

                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            take-cheeze, zdryan, and 25 other contributors
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v1.21.0

                              v1.21.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              Sunny-Anand released this 27 Mar 20:35
                              v1.21.0
                              be2b5fd
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          ONNX v1.21.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.

                          What's Changed

                          Breaking Changes and Deprecations

                            * Remove defunct model hub integration by @andife in #7678

                          Spec and Operator

                            * Revert opset 25 version bump by @titaiwangms in #7441
                            * Add 2 bit support to onnx by @vraspar in #7446
                            * Bump opset version to 26 by @titaiwangms in #7469
                            * Remove enforcement to node determinism attribute by @titaiwangms in #7473
                            * Export functions by @cyyever in #7505
                            * [Reland] Cumulative Product Operator by @titaiwangms in #7400
                            * Fix Div integer semantics to use trunc division by @MagellaX in #7585
                            * Clarify DFT behavior when inverse=True and onesided=True (irfft) by @simonbyrne in #7574
                            * Specify 0/0 case in LpNormalization by @titaiwangms in #7618
                            * Clarify NonMaxSuppression IoU threshold uses strict comparison by @Copilot in #7619
                            * Relax model domain requirement from MUST to SHOULD by @Copilot in #7668
                            * Add BitCast operator for bitwise type reinterpretation by @Copilot in #7527

                          Reference Implementation

                            * Fix CenterCropPad: compare target shape with dimension, not axis index by @Copilot in #7522
                            * Vectorize sigmoid op implementation by @justinchuby in #7556
                            * Fixing verbose logging error at verbose=3 for reference_evaluator by @rothej in #7597
                            * Clean up reference evaluator tests by @VedantMadane in #7684

                          Utilities and Tools

                            * Add version check for test_executable_permission_check by @andife in #7511
                            * Fix index out of bounds in version converter adapters by @rothej in #7493
                            * Fix default attribute values in shape inference by @matteosal in #7602
                            * Fix Softmax-family shape inference for scalar inputs by @MagellaX in #7625
                            * Fix/merge models value info by @MagellaX in #7608
                            * Add version converter adapters for opset 15, 16, 17, 18 by @alexkvitkevich in #7677
                            * shape_inference: Validate expected size of scalar tensor in ParseData by @skottmckay in #7675

                          Build, CI and Tests

                            * Force labels in PRs by @titaiwangms in #7442
                            * Fix reuse by @andife in #7463
                            * Change precedence from 'aggregate' to 'override' for generating scripts by @andife in #7458
                            * a) 3.14-dev -> 3.14, b) reduce template injection thread by @andife in #7461
                            * Export register functions by @cyyever in #7496
                            * Fix Python executable detection in virtual environments by @aoguntayo in #7485
                            * Merged Release Workflows for Windows by @Raghul-M in #7509
                            * Bump nanobind to 2.10.2 by @cyyever in #7479
                            * Fix freebsd build by @cyyever in #7518
                            * Revert ONNX CMake changes by @cyyever in #7515
                            * Export functions used in PyTorch by @cyyever in #7524
                            * Export protobuf symbols by @cyyever in #7525
                            * Fix CMAKE_ARGS parsing for windows compatibility by @hmaarrfk in #7532
                            * Replace deprecated github action "test-results-action" by @andife in #7552
                            * Wheels for python 3.14t by @andife in #7558
                            * Clarify permissions comment and update dependencies install by @andife in #7577
                            * Disable credential persistence in checkout action by @andife in #7578
                            * Update create_release.yml, different label options by @andife in #7081
                            * Fix "code injection via template expansion" (build mode in workflow) by @andife in #7584
                            * Add GitHub Actions workflow for dependency review by @andife in #7579
                            * Simplify conditions in workflow by @andife in #7588
                            * Add renovate for updating docker images by @andife in #7572
                            * CMake: improve nanobind discovery for offline builds by @MagellaX in #7530
                            * Build option for OpenSSF Compiler Hardening Flags by @andife in #7601
                            * Improve debugging for pr_checks by @andife in #7623
                            * Fixes pr checks by @andife in #7630
                            * improve condition in github workflows by @andife in #7658
                            * Add ONNX_INSTALL option to disable CMake installations by @Shadows-of-Fire in #7653
                            * fix windows build ; upload by @andife in #7727
                            * Update VERSION_NUMBER to rc4 by @andife in #7759
                            * Update VERSION_NUMBER to final release version by @andife in #7772

                          Documentation

                            * Update RELEASE-MANAGEMENT.md (time for release cut 1.21) by @andife in #7466
                            * Update rc version publish process by @andife in #7440
                            * Fix typos by @cyyever in #7478
                            * Clarify numpy version dependencies in requirements by @andife in #7488
                            * Add license information to check_pr_label.yml by @andife in #7489
                            * Deduplicate operator doc strings to reduce binary size by @MagellaX in #7531
                            * Clean up reference evaluator tests (#7098) by @sumit2303 in #7654
                            * fix wrong cmake version in Update RELEASE-MANAGEMENT.md by @andife in #7662
                            * Revise security vulnerability reporting guidelines by @andife in #7674
                            * update version in main for next release and also add missing version … by @Sunny-Anand in #7680
                            * [Cherry-Pick] Merge commits from main for security fixes by @Sunny-Anand in #7688
                            * update release branch version to 1.21.0rc1 by @Sunny-Anand in #7714
                            * Cherry pick commits into the release branch by @Sunny-Anand in #7718
                            * update release to rc2 by @Sunny-Anand in #7732
                            * Cherry pick commit by @Sunny-Anand in #7740
                            * update version to rc3 by @Sunny-Anand in #7743

                          Other Changes

                            * Bump main to v1.21.0 by @titaiwangms in #7437
                            * Bump ruff from 0.13.3 to 0.14.3 by @dependabot[bot] in #7447
                            * Bump actions/github-script from 7 to 8 by @dependabot[bot] in #7452
                            * Bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #7457
                            * Bump actions/download-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #7451
                            * Bump reviewdog/action-cpplint from 1.10.0 to 1.11.0 by @dependabot[bot] in #7456
                            * Bump reviewdog/action-misspell from 1.26.3 to 1.27.0 by @dependabot[bot] in #7449
                            * Bump prefix-dev/setup-pixi from 0.9.1 to 0.9.2 by @dependabot[bot] in #7455
                            * Bump editorconfig-checker from 3.4.0 to 3.4.1 by @dependabot[bot] in #7448
                            * Bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 by @dependabot[bot] in #7450
                            * Bump fsfe/reuse-action from 5.0.0 to 6.0.0 by @dependabot[bot] in #7453
                            * Bump github/codeql-action from 3.30.6 to 4.31.2 by @dependabot[bot] in #7454
                            * supply chain security => adapt dependabot.yml by @andife in #7459
                            * Add persist-credentials option to checkout action by @andife in #7460
                            * Enable conversion from DataTypeSet into set[str] by @cyyever in #7481
                            * Update entrypoint.sh for improved syntax and checks by @andife in #7483
                            * Require ml_dtypes>=0.5.4 on s390x by @stliibm in #7484
                            * Fix cpplint warnings by @cyyever in #7482
                            * Remove empty line from requirements.txt by @andife in #7492
                            * Add copyright and SPDX license to workflow by @andife in #7490
                            * Bump ruff from 0.14.3 to 0.14.6 by @dependabot[bot] in #7501
                            * Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #7500
                            * Bump zizmorcore/zizmor-action from 0.2.0 to 0.3.0 by @dependabot[bot] in #7499
                            * Bump ZedThree/clan...
                        Read more

                          Contributors

                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            hmaarrfk, take-cheeze, and 21 other contributors
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              ❤️ 9 s881na, rafaelsbw, GoodCoder666, alexkvitkevich, OmarAzizi, ASquare010, OwenLiuzZ, alanguo1234, and ocbi reacted with heart emoji
                                All reactions
                                  * ❤️ 9 reactions
                              9 people reacted

                v1.20.1

                              v1.20.1
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              titaiwangms released this 09 Jan 23:21
                              v1.20.1
                              d3f6b79
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                            Note

                            This patch release includes important bug fixes to ONNX build.

                          What's Changed

                            * Export functions (#7505)
                            * Revert ONNX CMake changes (#7515)
                            * Export functions used in PyTorch (#7524)
                            * Export protobuf symbols (#7525)

                          Commits

                            * Bump version to 1.20.1rc1 by @justinchuby in #7561
                            * Cherry pick into 1.20.1 by @cyyever @justinchuby in #7560
                            * Remove rc for 1.20.1 release by @titaiwangms in #7567

                          Full Changelog: v1.20.0...v1.20.1

                          Contributors

                            * 
                            * 
                            * 
                            justinchuby, cyyever, and titaiwangms
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 2 leo-smi and etiennelndr reacted with thumbs up emoji
                                All reactions
                                  * 👍 2 reactions
                              2 people reacted

                v1.20.0

                              v1.20.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              titaiwangms released this 01 Dec 17:14
                              v1.20.0
                              bca0315
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          ONNX v1.20.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.

                          Updated Op list:

                          Cast, CastLike, Constant, ConstantOfShape, DequantizeLinear, Flatten, Identity, If, Loop, Pad, QuantizeLinear, Reshape, Scan, Shape, Size, Squeeze, Transpose, Unsqueeze

                          Key Updates:

                            * Support for Python 3.14 via Python's stable ABI. (#7276)
                            * Opset 25
                            * 2-bit dtype support (#7446)
                            * A new "node determinism" attribute in operator schemas (#7176)

                          Breaking Changes and Deprecations

                            * Update manylinux_2014 -> manylinux_2_28 (#7151)
                            * Update attention gqa to use repeat interleave within repeat kv (#7274)
                            * Update required Python version to 3.10 and related fixes (#7220)
                            * Remove Python 3.9 wheel build (#7217)
                            * Remove deprecated methods (#7214)

                          Spec and Operator

                            * Add 2 bit support to onnx (#7446)
                            * Remove enforcement to node determinism attribute (#7473)
                            * Fix handling of empty inputs for the Softmax operator (#7206)
                            * Fix OneHotEncoder segfault due to missing input shape validation (#7302)
                            * Fix Attention backend test: correct dimension of Range input (#7300)
                            * Fix Range input rank in Attention op function definition (#7240)
                            * Update Reduce op doc for empty axes (#7421)
                            * Add additional test cases for MatMul operator (#7407)
                            * Fix ScatterND spec (#7406)
                            * Add node determinism attribute to operator schemas (#7176)

                          Reference Implementation

                            * Fix division for integer dtype in reference implementation (#7203)
                            * Fix noop_with_empty_axes in Reduce ops (#7394)
                            * Fix warnings in testing (#7367)
                            * Throw TypeError for invalid input types (#7366)
                            * Rename variables in RotaryEmbedding reference for clarity (#7316)
                            * Reference evaluator: treat empty axes as empty (#7244)
                            * Clean up reference evaluator tests (#7238)

                          Utilities and Tools

                            * Fix IsOnnxStaticRegistrationDisabled() inline function breaking schema registration in external modules (#7409)
                            * Allow conversion from OpSchema to OpSchemaRegisterOnce (#7390)
                            * Disable nanobind leak warnings in cpp2py_export (#7334)
                            * Add additional 19 → 18 conversion supports (#7422)
                            * Create 19 → 18 type op conversion (#7319)
                            * Clean up shape inference imports (#7278)

                          Build, CI and Tests

                            * Create CPPLINT.cfg (#7198)
                            * Lift minimum Protobuf version for Python 3.14+ on macOS (#7419)
                            * Downgrade reuse.yml (#7395)
                            * Add CMake test (#7387)
                            * Fix a syntactic error in ONNXConfig.cmake.in (#7385)
                            * Enable Python 3.14 in main (#7384)
                            * Update manylinux image in release_linux.yml (#7383)
                            * Support Ninja builds (#7332)
                            * Update pixi.lock file (#7331)
                            * Fix CMake expression for find_package (#7295)
                            * General CMake fixes (#7291)
                            * Remove ml_dtypes from requirements-dev.txt (#7290)
                            * Fix conditional for downloading artifacts in mac workflow (#7413)
                            * Update release_mac.yml: change 3.14-dev to 3.14 (#7396)
                            * Update release_mac.yml: skip pytest for 3.14-dev (#7369)
                            * Add GitHub Actions security analysis with Zizmor (#7363)
                            * Enable macOS + Python 3.13 test (#7330)
                            * Fix testsuite failures on s390x (#7309)
                            * Improve abi3audit checks in release_*.yml (#7293)
                            * Add abi3audit to release_linux.yml (#7288)
                            * Update pixi.{toml,lock} and create issues if CI fails (#7280)
                            * Replace pybind11 with nanobind for Python stable ABI support (#7276)

                          Documentation

                            * Add trademark information (README.md) (#7189)
                            * Update RELEASE-MANAGEMENT.md (#7188)
                            * Improve conditions in create_release.yml (#7186)
                            * Improve release documentation (OnnxReleases.md) (#7187)
                            * Improve OnnxReleases.md (#7202)
                            * Add install command to OnnxReleases.md (#7204)
                            * Add markdown file and diagram for in-place KV cache (#7205)
                            * Bump versions for 1.20.0 (#7436)
                            * Update IR VERSION 12 published date to August 26, 2025 (#7431)
                            * Clean up pull request template comments (#7415)
                            * Simplify upload instructions (#7414)
                            * Add ONNX versions 1.16.1, 1.16.2, and 1.19.1 (#7411)
                            * Update versioning information in Versioning.md (#7410)
                            * Improve documentation formatting (#7408)
                            * Update transpose documentation (#7405)
                            * Add copyright and license information to main.cc (#7397)
                            * Update LAST_RELEASE_VERSION to 1.19.1 (missed in last version) (#7391)
                            * Explicitly specify the Google Python Style Guide in CONTRIBUTING.md (#7381)
                            * Update RELEASE-MANAGEMENT.md (#7380)
                            * Update .editorconfig check to include YAML and Markdown files (#7370)
                            * Improve markdown files (#7368)
                            * Update data_location docs to match onnx.in.proto (#7347)
                            * Add abi3 information to README.md (#7289)
                            * Update OnnxReleases.md with correct pipeline configs (#7252)
                            * Update figures and RELEASE-MANAGEMENT.md (#7250)
                            * Update RELEASE-MANAGEMENT.md (#7239)
                            * Add reproducible builds section to README.md (#7237)
                            * Fix release condition in create_release.yml (#7230)
                            * Update RELEASE-MANAGEMENT.md (#7216)
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 4 etiennelndr, Layer-norm, justinchuby, and LaKanDoR reacted with thumbs up emoji ❤️ 1 leo-smi reacted with heart emoji
                                All reactions
                                  * 👍 4 reactions
                                  * ❤️ 1 reaction
                              5 people reacted

                v1.19.1

                              v1.19.1
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              yuanyao-nv released this 10 Oct 02:06
                              v1.19.1
                              b751946
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                            Note

                            This patch release includes important bug fixes to the function definition of Attention-23/24 under the Group Query Attention mode and to the reference implementation of RotaryEmbedding-23.

                          All changes

                            * Avoid unnecessary re-generating of proto files (#7253) in #7306
                            * Require ml_dtypes>=0.5.0 (#7254) in #7307
                            * Cherry pick four attention PRs in #7315
                            * Update rotary_embedding reference implementation and tests (#7304, #7316) in #7313
                            * Override __repr__ for some proto classes (#7259) in #7314
                            * add check for rc-candidates (Update create_release.yml) (#7261) in #7323
                            * Implement repr methods for Model/Graph/Function (#7320) in #7325
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 5 etiennelndr, rwdr0, leo-smi, Sayemahamed, and andife reacted with thumbs up emoji 😄 1 spaceghost1307 reacted with laugh emoji 🎉 1 Sayemahamed reacted with hooray emoji ❤️ 1 Sayemahamed reacted with heart emoji
                                All reactions
                                  * 👍 5 reactions
                                  * 😄 1 reaction
                                  * 🎉 1 reaction
                                  * ❤️ 1 reaction
                              6 people reacted

                v1.19.0

                              v1.19.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              yuanyao-nv released this 26 Aug 21:48
                              v1.19.0
                              57b9c6a
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          ONNX v1.19.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

                          IR Version 12

                            * Added FLOAT8E8M0 type

                          ai.onnx Opset 24

                            * Added Swish op
                            * Added TensorScatter op and updated Attention op for in-place KV cache updates
                            * Enabled FLOAT8E8M0 for QuantizeLinear, DequantizeLinear, Cast, CastLike, Constant, ConstantOfShape, Identity, Reshape, Shape, Size, If, Loop, Scan, Flatten, Pad, Squeeze, Unsqueeze, and Transpose.
                            * Enabled BF16 for TopK and SplitToSequence.

                          Other

                            * Added dependency on ml-dtypes
                            * BUILD_ONNX_PYTHON symbol is deprecated (we be removed for 1.20). Please, use ONNX_BUILD_PYTHON instead.

                          What's Changed

                          Breaking Changes and Deprecations

                            * Deprecate printable_graph in helper by @justinchuby in #6803
                            * Remove deprecated mapping constants by @justinchuby in #6914
                            * Remove re2 dependency by @cbourjau in #7083
                            * Use ml_dtypes everywhere by @justinchuby in #7089

                          Spec and Operator

                            * Clarify the axes input of [un]Squeeze to be 1D tensors by @justinchuby in #6888
                            * Clarify that variable shadowing is not allowed by @justinchuby in #6955
                            * Clarify Mod operator by @cbourjau in #6973
                            * Fix typo regarding Attention scale in the spec by @yuanyao-nv in #6984
                            * Clarify default value for ratio input of Dropout operator by @robertknight in #7032
                            * Correct dtype attribute docs for EyeLike operator by @robertknight in #7031
                            * Update float8 table for the Cast op spec by @justinchuby in #7085
                            * Document Multi-Device Configuration proto specifications in IR.md by @Copilot in #7056
                            * Add FLOAT8E8M0 data type by @yuanyao-nv in #7030
                            * Enable float8e8m0 for Q/DQ, and other ops by @yuanyao-nv in #7120
                            * Update the saturating behavior for E4M3FNUZ/E5M2FNUZ in Cast and CastLike by @justinchuby in #7130
                            * Fix ELU and Softplus operators to support tensors of any shape by @Copilot in #7136
                            * Fix Shape operator specification: correct range bounds and document start > end behavior by @Copilot in #7132
                            * Fix Attention 3D, reference implementation and c++ expansion by @xadupre in #7142
                            * Fix RMS norm function definition by @justinchuby in #7135
                            * Fix spec for ReduceSumSquare and other reduce ops when noop_with_empty_axes is set by @Copilot in #7137
                            * Add bf16 support to TopK and SplitToSequence by @gramalingam in #7158
                            * Add Swish operator by @isdanni in #7172
                            * Add TensorScatter op for in-place kv cache update by @yuanyao-nv in #7114
                            * Fix Resize operator document by @kcvlex in #6686
                            * Add kv_nonpad_seqlen input to Attention by @yuanyao-nv in #7164

                          Reference Implementation

                            * Fix Resize reference operator by @xadupre in #7105
                            * fixed erf for empty inputs by @konstantin-pueckler-qc in #7170
                            * Fix Softmax reference for inputs of length 1 by @konstantin-pueckler-qc in #7169
                            * Fix return type of HardSigmoid in reference implementation by @konstantin-pueckler-qc in #7168
                            * Fix hardmax reference implementation by @konstantin-pueckler-qc in #7167
                            * [Reference] Fix constant of shape when input value is 0d by @justinchuby in #7177

                          Utilities and Tools

                            * Support set schema inference function in python by @OYCN in #5940
                            * Improve model Extractor by @justinchuby in #6920
                            * Fix: prefixing of graphs when rename_inputs=False/rename_outputs=False by @KarelZe in #6994
                            * Fix Einsum shape inference segfault for scalar inputs by @Copilot in #7055
                            * Add support for constructing functions with graph attributes by @Copilot in #7112
                            * Make some op-level shape inference functions public by @titaiwangms in #7091
                            * Implement saturate_cast in numpy helper by @justinchuby in #7143
                            * Add .txtpb as a support text proto format in serialization by @justinchuby in #7161

                          Build, CI and Tests

                            * Use ONNX_WERROR=ON in all jobs by @cyyever in #6825
                            * Cleanup CMake scripts by @cyyever in #6828
                            * Better support of sanitizers by @cyyever in #6826
                            * Remove the pull trigger in source dist test by @justinchuby in #6861
                            * Use CONFIG to find protobuf by @ktf in #6840
                            * Update to checkout submodules properly by @justinchuby in #6884
                            * Improve lint CI by @justinchuby in #6899
                            * Remove win arm64 from main.yml by @andife in #6906
                            * Enhance Build Process and CI Configuration (combine pipelines) by @andife in #6926
                            * Update and rename Install_test.yml to install_test.yml by @andife in #6950
                            * Update CMake to 3.24 and use LINK_LIBRARY:WHOLE_ARCHIVE by @cyyever in #6934
                            * replace requirements_release with requirements_release_build in codeql.yml by @andife in #6958
                            * Add backend node testing for Lpnormalization op by @jagadeeshvx in #6997
                            * Refine pybind11 integration by @cyyever in #7024
                            * Use pybind11_add_module by @cyyever in #7034
                            * Update input and output tensors in pb files to match the model by @amarin16 in #7074
                            * Generate the test data that should be in the repo but was omitted by @justinchuby in #7099
                            * Fix cast test cases by @justinchuby in #7102
                            * Test ArgMax with multiple maximal values and select_last_index = 0 by @meilofveeningen-rl in #7104
                            * Add more test cases with attention by @xadupre in #7117
                            * Update CMakeLists.txt to prevent ICE protobuf failure by @justinchuby in #7121
                            * Fix shared module name when cross-compiling by @zboszor in #7026
                            * Add missing symbols for onnx-mlir by @Sunny-Anand in #7179
                            * improve condition in create_release.yml by @andife in #7196

                          Documentation

                            * Update CIPipelines.md by @justinchuby in #6885
                            * Update IRv10 brief docs by @justinchuby in #6963
                            * Fix some typos in documentation by @bentheiii in #7156
                            * [Docs] Add tip blocks referencing ir-py project for Python APIs by @Copilot in #7109

                          Other Changes

                            * Merge Windows CI jobs by @cyyever in #6827
                            * Improve source build testing by @andife in #6831
                            * use HEAD_SHA instead of HEAD_REF in auto_update_doc.yml by @mshudrak in #6809
                            * Fix clang-tidy warnings by @cyyever in #6832
                            * Update pypa / manylinux2014_x86_64 in release_linux_x86_64.yml to 2025.03.22-2 by @andife in #6833
                            * Fix the ONNX_BUILD_CUSTOM_PROTOBUF bug introduced by PR#6495. by @cainbit in #6830
                            * Bump protobuf to v30.1 by @cyyever in #6804
                            * Remove onnx/onnx-data_pb.h by @cyyever in #6836
                            * replace quansight-labs/setup-python with actions/setup-python by @ngoldbaum in #6837
                            * integrate release_mac_freethreading into release_mac by @andife in #6841
                            * Bump protobuf to v30.2 by @cyyever in #6839
                            * Improve pyproject.toml and add py.typed by @cyyever in #6843
                            * Bump ruff to 0.11 and types-protobuf to 5.29.1.20250315 by @cyyever in #6846
                            * Bump actions/setup-python from 5.4.0 to 5.5.0 by @dependabot[bot] in #6853
                            * Bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot[bot] in #6852
                            * Bump actions/download-artifact from 4.1.9 to 4.2.1 by @dependabot[bot] in #6856
                            * Bump clang-format to 20 by @cyyever in #6850
                            * Fix external data bug in version converter by @yuanyao-nv in #6847
                            * Bump github/codeql-action from 3.28.11 to 3.28.13 by @dependabot[bot] in http...
                        Read more

                          Contributors

                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            robertknight, ktf, and 29 other contributors
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              🎉 1 Sayemahamed reacted with hooray emoji 🚀 8 LostBeard, cbourjau, FRIDAYFRINGE, HansBambel, OYCN, justinchuby, seungwoo-ji-03, and Sayemahamed reacted with rocket emoji
                                All reactions
                                  * 🎉 1 reaction
                                  * 🚀 8 reactions
                              8 people reacted

                v1.18.0

                              v1.18.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              ramkrishna2910 released this 12 May 23:07
                              v1.18.0
                              e709452
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          ONNX v1.18.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 23

                          Attention, Cast, CastLike, Constant, ConstantOfShape, DequantizeLinear, Flatten, Identity, If, Loop, Pad, QuantizeLinear, RMSNormalization, Reshape, RotaryEmbedding, Scan, Shape, Size, Squeeze, Transpose, Unsqueeze

                          IR Version 11

                            * Added FLOAT4E2M1 and multi-device configuration support
                            * Relaxed naming requirements (#6652)

                          Python support

                            * Support Python 3.13
                            * Experimental support for Python 3.13t (Windows, Mac)
                            * Removed support for Python 3.8
                            * wheels for Windows Arm64

                          Build

                            * Minimum protobuf version is upgraded to v25.1
                            * A new option ONNX_BUILD_CUSTOM_PROTOBUF is added for CMAKE (#6495)

                          What's Changed

                          Breaking Changes and Deprecations

                            * Remove/raise exception when external file exists during onnx.save by @tonypottera24 in #6497
                            * Remove python 3.8 workflows (python 3.8 is eol) by @cyyever in #6434
                            * Deprecate all type casting functions by @justinchuby in #6639 => scheduled to remove in 1.20
                            * GroupNormalization-18 is now deprecated and replaced by GroupNormalization-23 due to an incorrect definition (#6358)
                            * helper.split_complex_to_pairs is now private. Users can consider duplicating the underlying logic for their own use.

                          Spec and Operator

                            * Add FLOAT4E2M1 data type by @yuanyao-nv in #6318
                            * Add FLOAT4E2M1 support to relevant operators by @yuanyao-nv in #6283
                            * Fix typo in the GroupNorm description by @yuanyao-nv in #6358
                            * clarify clip with min>max by @AlexandreEichenberger in #6395
                            * Update IR spec to clarify optional input/output availability by @justinchuby in #6435
                            * Fix GlobalLpPool input types by @justinchuby in #6503
                            * Fix reference implementation for TopK by @neNasko1 in #6593
                            * Clarify that FLOAT4E2M1 can be in int32_data by @justinchuby in #6640
                            * Relax naming requirements in IR spec by @justinchuby in #6652
                            * Add Rotary Embedding op to ONNX opset 23 by @shubhambhokare1 in #6461
                            * Format rotary embedding documentation by @justinchuby in #6717
                            * Add RMSNormalization to ONNX opset 23 by @shubhambhokare1 in #6443
                            * Add Attention Op to ONNX Opset 23 by @shubhambhokare1 in #6501
                            * Add multi-device execution support in ONNX by @kevinch-nv in #6641

                          Reference Implementation

                            * Fix NonMaxSuppression default values in ReferenceEvaluator by @xadupre in #6354
                            * Update op_pool_common.py, add missing "| None" by @andife in #6421
                            * Allow 1D vector for w_scale in QLinearConv by @mcollinswisc in #6460
                            * Fix pooling pads issues by @titaiwangms in #6650

                          Utilities and Tools

                            * Fix shape inference for Squeeze-1,11 with dynamic input shape by @Yosshi999 in #6314
                            * Extend printer and parser to support invalid identifiers by @gramalingam in #6346
                            * Support node labels in parser and printer by @gramalingam in #6349
                            * Fix parser to handle empty optional parameters in edge cases by @gramalingam in #6427
                            * Optimize DFS by @tonypottera24 in #6440
                            * Separate the infer_shapes option from the check_model option by @tonypottera24 in #6441
                            * Support models larger than 2GB by @tonypottera24 in #6438
                            * Add missing CHECK_PARSER_STATUS by @cyyever in #6448
                            * Fix MAXIMUM_PROTOBUF size (2GiB, not 2GB) by @xenova in #6556
                            * Fix numpy_helper to_array by @justinchuby in #6638
                            * Add version converter softmax 13 -> 12 by @seungwoo-ji-03 in #6608

                          Build, CI and Tests

                            * Update Protobuf to latest version (Win) by @liqunfu in #6362
                            * Use CMake python module by @cyyever in #6381
                            * Revert Python finding logic and some CMake fixes for Windows by @cyyever in #6382
                            * Enable more compiler warnings by @cyyever in #6383
                            * Remove pypi publishing inside "release_" by @andife in #6483
                            * Fix g++-13 build errors by @cyyever in #6509
                            * Move to using protogen's .pyi file generator by @justinchuby in #6462
                            * Python 3.13: builds successful for all os by @andife in #6370
                            * Simplify CMake argument handling in setup.py by @cyyever in #6545
                            * Remove struct and leverage ml_dtypes in helper tests by @justinchuby in #6631
                            * Add cmake dependency only when system cmake is not available (backend version) by @mgorny in #6643
                            * Remove onnxruntime tests by @justinchuby in #6709
                            * python313t builds in main_freethreading.yml by @andife in #6706
                            * Improve CMake summary by @cyyever in #6704
                            * Add protobuf local build option by @cyyever in #6495
                            * Harmonize protobuf versions by upgrading to a minimum protobuf version of 25.1 and fix CI error by @cyyever in #6725
                            * Include backend.py in source distribution by @mgorny in #6755

                          Documentation

                            * Move INSTALL instruction to separate file by @andife in #6560
                            * Fix Pad operator example in Python API docs (correct attribute usage) by @kolasaniv1996 in #6702

                          Other Changes

                            * Remove unused variables by @cyyever in #6303
                            * Fix main url checks by @roborags in #6312
                            * Bumped main VERSION_NUMBER to 1.18.0 by @roborags in #6315
                            * Bump ai.onnx opset to 23 by @roborags in #6316
                            * Combine different release pipelines by the use of reusable workflows by @andife in #6277
                            * Bump actions/upload-artifact from 3 to 4 by @andife in #6319
                            * Fix missing secrets for publishing of onnxweekly by @andife in #6321
                            * Update main.yml (upgrade github actions download/upload artifact) by @andife in #6320
                            * BF: fix condition for publishing to testpypi (Update create_release.yml) by @andife in #6338
                            * Fix OOB in data propagation of math ops when input is broadcasted to zero by @Yosshi999 in #6323
                            * The latest protobuf pkg 5.28.0 is failing on Windows. use the one pre… by @liqunfu in #6342
                            * Set up codecov test analysis by @justinchuby in #6345
                            * Fix model extraction utility by @gramalingam in #6344
                            * Add missing matrix.target-architecture ? (Update release_mac.yml) by @andife in #6350
                            * Some performance fixes in C++ code, use of emplace instead of insert by @cyyever in #6304
                            * Fix some clang-tidy warnings by @cyyever in #6353
                            * BugFix: make sure that unique files names are used before uploading the wheels b...
                        Read more

                          Contributors

                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            mgorny, petewarden, and 31 other contributors
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 2 etiennelndr and smagellan reacted with thumbs up emoji 🎉 2 thquinn and vocatart reacted with hooray emoji ❤️ 5 LostBeard, justinchuby, libreom, yf711, and tsukumijima reacted with heart emoji 🚀 1 LostBeard reacted with rocket emoji
                                All reactions
                                  * 👍 2 reactions
                                  * 🎉 2 reactions
                                  * ❤️ 5 reactions
                                  * 🚀 1 reaction
                              9 people reacted

                v1.17.0

                              v1.17.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              roborags released this 01 Oct 17:57
                              v1.17.0
                              b8baa84
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          ONNX v1.17.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 22

                            * Update to support bfloat16:
                                + Acos, Acosh, Asin, Asinh, Atan, Atanh, AveragePool, Bernoulli, Conv, ConvTranspose, Cos, Cosh, DeformConv, Det, Dropout, Elu, EyeLike, GRU, GlobalAveragePool, GlobalLpPool, GlobalMaxPool, GridSample, HardSigmoid, HardSwish, InstanceNormalization, LSTM, LpNormalization, LpPool, MaxPool, MaxRoiPool, MaxUnpool, Mish, Multinomial, NegativeLogLikelihoodLoss, RNN, RandomNormal, RandomNormalLike, RandomUniform, RandomUniformLike, RoiAlign, Round, Selu, Sin, Sinh, Softplus, Softsign, Tan, ThresholdedRelu

                          Python Changes

                            * Support for numpy >= 2.0

                          Bug fixes and infrastructure improvements

                            * Fix Check URLs errors 5972
                            * Use CMAKE_PREFIX_PATH in finding libprotobuf 5975
                            * Bump main VERSION_NUMBER to 1.17.0 5968
                            * Fix source and pip tar.gz builds on s390x systems 5984
                            * Fix unique_name 5992
                            * Fix SegFault bug in shape inference 5990
                            * Fix onnx.compose when connecting subgraphs 5991
                            * Fix conversion from split 11 to split 18 6020
                            * Update error messages for NegativeLogLikelihoodLoss inference function 6021
                            * Generalize input/output number check in shape inference 6005
                            * Replace rank inference with shape inference for Einsum op 6010
                            * build from source instruction with latest cmake change 6038
                            * Handle OneHot's depth value during shape inference 5963
                            * Not to install cmake in pyproject.toml on Windows 6045
                            * fix a skipped shape infer code 6049
                            * Include the ".onnxtext" extension in supported serialization format 6051
                            * Allow ReferenceEvaluator to return intermediate results 6066
                            * Fix 1 typo in numpy_helper.py 6041
                            * Remove benchmarking code 6076
                            * Prevent crash on import after GCC 8 builds 6048
                            * Check graph outputs are defined 6083
                            * Enable additional ruff rules 6032
                            * Add missing shape inference check for DequantizeLinear 6080
                            * Add bfloat16 to all relevant ops 6099
                            * fix(ci): install python dependencies with --only-binary :all: in manylinux 6120
                            * fix: install google-re2 with --only-binary option 6129
                            * Specify axis parameter for DequantizeLinear when input rank is 1 6095
                            * Pin onnxruntime to 1.17.3 for release CIs 6143
                            * Fix INT4 TensorProto byte size is 5x larger than expected with negative values 6161
                            * Mitigate tarball directory traversal risks 6164
                            * Fix reference implementation for ScatterND with 4D tensors 6174
                            * Addition of group > 1 in test and in backend for ConvTranspose 6175
                            * Support for bfloat16 for binary, unary operators in reference implementation 6166
                            * Refactor windows workflow to work on standard windows 6190
                            * Fix a few crashes while running shape inference 6195
                            * Update onnx to work with numpy>=2.0 6196
                            * Use sets to improve performance of dfs search 6213
                            * Upgrade reuse to v4.0.0 6216
                            * Makes to_array, from_array support custom numpy dtype, support float16 type in parser 6170
                            * Handle functions in external data helper 6233
                            * Refactor safe extract method to fix issue 6215 6222
                            * move examples dir 6230
                            * Use MACOSX_DEPLOYMENT_TARGET=12.0 for macOS wheels 6242
                            * Handle the optional input in infer_node_outputs 6250
                            * Add check on dimensions in Gemm opset 6 6217
                            * Update broken URLs 6255
                            * The latest protobuf pkg 5.28.0 is failing on Windows. use the one pre… 6342
                            * Remove unused variables 6303

                          Test improvements

                            * Migrate CI to use Github Actions 6075
                            * Add shape inference test for custom op 6068
                            * chore(ci): build and test macOS universal2 wheels on macOS arm64 6117
                            * Fix input names for quantize/dequantize ONNX backend tests 6122
                            * Verify model deletion after testing 6127
                            * Better name for Github Action and fix Windows build on CI 6173
                            * Fix CI on Windows 3.12 6179
                            * Rename test name with duplicated names, add logic to check it does not happen again 6194

                          Documentation updates

                            * Fix typos in the comments and documentation 5944
                            * Add more partner projects to be notified about new releases 6042
                            * Update release process documentation 6043
                            * Update CI pipeline README 6086
                            * Add/Format License/Copyright headers [612...
                        Read more
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              😄 1 yokahealthcare reacted with laugh emoji ❤️ 6 hammaad2002, libreom, andife, TimStraube, rytisaugustauskas, and lin72h reacted with heart emoji 🚀 4 amkrajewski, BowenBao, rytisaugustauskas, and lin72h reacted with rocket emoji 👀 3 Puiching-Memory, libreom, and lin72h reacted with eyes emoji
                                All reactions
                                  * 😄 1 reaction
                                  * ❤️ 6 reactions
                                  * 🚀 4 reactions
                                  * 👀 3 reactions
                              10 people reacted

                v1.16.2

                              v1.16.2
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              cjvolzka released this 01 Aug 13:15
                              v1.16.2
                              3bf92c0
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          ONNX v1.16.2 is a patch release based on v1.16.1.

                          Bug fixes

                            * Mitigate tarball directory traversal risks #6164
                            * Refactor safe extract method #6222
                            * Add check on dimensions in Gemm opset 6 #6217
                            * Update broken URLs #6255

                          Please visit onnx.ai to learn more about ONNX and associated projects.

                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 1 NeilTohno reacted with thumbs up emoji
                                All reactions
                                  * 👍 1 reaction
                              1 person reacted

                v1.16.1

                              v1.16.1
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              cjvolzka released this 23 May 17:50
                              v1.16.1
                              595228d
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          ONNX v1.16.1 is a patch release based on v1.16.0.

                          Bug fixes

                            * Prevent crash on import after GCC 8 builds #6048
                            * Add missing shape inference check for DequantizeLinear #6080
                            * Fix input names for quantize/dequantize ONNX backend tests #6122
                            * fix a skipped shape infer code #6049

                          Please visit onnx.ai to learn more about ONNX and associated projects.

                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 5 etiennelndr, adrianlizarraga, leo-smi, democat3457, and PaulFidika reacted with thumbs up emoji ❤️ 2 amkrajewski and hammaad2002 reacted with heart emoji
                                All reactions
                                  * 👍 5 reactions
                                  * ❤️ 2 reactions
                              7 people reacted
                Previous 1 2 3 4 Next
                Previous Next

  Footer

      © 2026 GitHub, Inc.

    Footer navigation

      * Terms
      * Privacy
      * Security
      * Status
      * Community
      * Docs
      * Contact
      * Manage cookies
      * Do not share my personal information
    You can’t perform that action at this time.
На данный момент различия выполняются в текстовом виде, а не графически, доступен только последний скриншот.

Для создания снимков экрана требуется сборщик контента (Sockpuppetbrowser, selenium и т. д.), поддерживающий снимки экрана.