onnxruntime 0.11.5 → 0.11.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26f3fa8777af7784a9d6b7ef3a5c34f73e16c81d2076b22acdd3799e9fbcc588
4
- data.tar.gz: 04e1b92e6a756ac8315e4c744c09f92479937ca34bd0faf4b5698e588199cd43
3
+ metadata.gz: b34421aa9d911bd40b6e7cc64875b47272fcf56ab191796fd64b637885071dff
4
+ data.tar.gz: 224806056d5a7516231d410910b644475de3cdc3406df2b2be42be160e940349
5
5
  SHA512:
6
- metadata.gz: 163e134bf40c3af478af39de83e5157d111325b8bde38c0f732bd8f21f3791d00cc273b7ffc5ce89bf626a319b7a8196dd8384092e595b2ea32d30e0ca956864
7
- data.tar.gz: e82f82c5a7b2e0bf75fecbe59daf1dbb0543e4b55ed1ad68dd9fda172e8cb8d93b745d3747a06469dda64ac7f8768d1427d087ee88bbe7d3ecf9e8535cd34455
6
+ metadata.gz: 0b2eb6580538bd351505b154686a6b1066b97380235d1584d436a1a237e707d5cd529f9eb57a2e9c0887ee3276ad7e1e9f3e1c3f233323dc60cf5ff0b80d8fbf
7
+ data.tar.gz: ada7298c362ba2994b47c5e237136b038a4c6195af86c4a430c8fda5c550c641a492338ab8da5ce8953a5aeafcf9aed9e2350131c50c3416b286527e525de7f4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.11.6 (2026-08-12)
2
+
3
+ - Updated ONNX Runtime to 1.29.0
4
+
1
5
  ## 0.11.5 (2026-07-27)
2
6
 
3
7
  - Updated ONNX Runtime to 1.28.0
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.11.5"
2
+ VERSION = "0.11.6"
3
3
  end
@@ -5564,6 +5564,19 @@ in this Software without prior written authorization of the copyright holder.
5564
5564
 
5565
5565
  _____
5566
5566
 
5567
+ Mbed TLS
5568
+
5569
+ https://github.com/Mbed-TLS/mbedtls
5570
+
5571
+ Copyright The Mbed TLS Contributors
5572
+
5573
+ Mbed TLS is available under the Apache License 2.0 OR the GNU General Public
5574
+ License, version 2 or later. This distribution uses Mbed TLS under the Apache
5575
+ License 2.0. The full Apache License 2.0 terms are reproduced above in this
5576
+ file.
5577
+
5578
+ _____
5579
+
5567
5580
  Intel neural-compressor
5568
5581
 
5569
5582
  https://github.com/intel/neural-compressor
@@ -6119,3 +6132,213 @@ Redistribution and use in source and binary forms, with or without modification,
6119
6132
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
6120
6133
 
6121
6134
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6135
+
6136
+ _____
6137
+
6138
+ microsoft/cpp_client_telemetry, https://github.com/microsoft/cpp_client_telemetry/
6139
+
6140
+ Apache License
6141
+
6142
+ Copyright (c) Microsoft Corporation. All rights reserved.
6143
+
6144
+ Apache License
6145
+ Version 2.0, January 2004
6146
+ http://www.apache.org/licenses/
6147
+
6148
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6149
+
6150
+ 1. Definitions.
6151
+
6152
+ "License" shall mean the terms and conditions for use, reproduction,
6153
+ and distribution as defined by Sections 1 through 9 of this document.
6154
+
6155
+ "Licensor" shall mean the copyright owner or entity authorized by
6156
+ the copyright owner that is granting the License.
6157
+
6158
+ "Legal Entity" shall mean the union of the acting entity and all
6159
+ other entities that control, are controlled by, or are under common
6160
+ control with that entity. For the purposes of this definition,
6161
+ "control" means (i) the power, direct or indirect, to cause the
6162
+ direction or management of such entity, whether by contract or
6163
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
6164
+ outstanding shares, or (iii) beneficial ownership of such entity.
6165
+
6166
+ "You" (or "Your") shall mean an individual or Legal Entity
6167
+ exercising permissions granted by this License.
6168
+
6169
+ "Source" form shall mean the preferred form for making modifications,
6170
+ including but not limited to software source code, documentation
6171
+ source, and configuration files.
6172
+
6173
+ "Object" form shall mean any form resulting from mechanical
6174
+ transformation or translation of a Source form, including but
6175
+ not limited to compiled object code, generated documentation,
6176
+ and conversions to other media types.
6177
+
6178
+ "Work" shall mean the work of authorship, whether in Source or
6179
+ Object form, made available under the License, as indicated by a
6180
+ copyright notice that is included in or attached to the work
6181
+ (an example is provided in the Appendix below).
6182
+
6183
+ "Derivative Works" shall mean any work, whether in Source or Object
6184
+ form, that is based on (or derived from) the Work and for which the
6185
+ editorial revisions, annotations, elaborations, or other modifications
6186
+ represent, as a whole, an original work of authorship. For the purposes
6187
+ of this License, Derivative Works shall not include works that remain
6188
+ separable from, or merely link (or bind by name) to the interfaces of,
6189
+ the Work and Derivative Works thereof.
6190
+
6191
+ "Contribution" shall mean any work of authorship, including
6192
+ the original version of the Work and any modifications or additions
6193
+ to that Work or Derivative Works thereof, that is intentionally
6194
+ submitted to Licensor for inclusion in the Work by the copyright owner
6195
+ or by an individual or Legal Entity authorized to submit on behalf of
6196
+ the copyright owner. For the purposes of this definition, "submitted"
6197
+ means any form of electronic, verbal, or written communication sent
6198
+ to the Licensor or its representatives, including but not limited to
6199
+ communication on electronic mailing lists, source code control systems,
6200
+ and issue tracking systems that are managed by, or on behalf of, the
6201
+ Licensor for the purpose of discussing and improving the Work, but
6202
+ excluding communication that is conspicuously marked or otherwise
6203
+ designated in writing by the copyright owner as "Not a Contribution."
6204
+
6205
+ "Contributor" shall mean Licensor and any individual or Legal Entity
6206
+ on behalf of whom a Contribution has been received by Licensor and
6207
+ subsequently incorporated within the Work.
6208
+
6209
+ 2. Grant of Copyright License. Subject to the terms and conditions of
6210
+ this License, each Contributor hereby grants to You a perpetual,
6211
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6212
+ copyright license to reproduce, prepare Derivative Works of,
6213
+ publicly display, publicly perform, sublicense, and distribute the
6214
+ Work and such Derivative Works in Source or Object form.
6215
+
6216
+ 3. Grant of Patent License. Subject to the terms and conditions of
6217
+ this License, each Contributor hereby grants to You a perpetual,
6218
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6219
+ (except as stated in this section) patent license to make, have made,
6220
+ use, offer to sell, sell, import, and otherwise transfer the Work,
6221
+ where such license applies only to those patent claims licensable
6222
+ by such Contributor that are necessarily infringed by their
6223
+ Contribution(s) alone or by combination of their Contribution(s)
6224
+ with the Work to which such Contribution(s) was submitted. If You
6225
+ institute patent litigation against any entity (including a
6226
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
6227
+ or a Contribution incorporated within the Work constitutes direct
6228
+ or contributory patent infringement, then any patent licenses
6229
+ granted to You under this License for that Work shall terminate
6230
+ as of the date such litigation is filed.
6231
+
6232
+ 4. Redistribution. You may reproduce and distribute copies of the
6233
+ Work or Derivative Works thereof in any medium, with or without
6234
+ modifications, and in Source or Object form, provided that You
6235
+ meet the following conditions:
6236
+
6237
+ (a) You must give any other recipients of the Work or
6238
+ Derivative Works a copy of this License; and
6239
+
6240
+ (b) You must cause any modified files to carry prominent notices
6241
+ stating that You changed the files; and
6242
+
6243
+ (c) You must retain, in the Source form of any Derivative Works
6244
+ that You distribute, all copyright, patent, trademark, and
6245
+ attribution notices from the Source form of the Work,
6246
+ excluding those notices that do not pertain to any part of
6247
+ the Derivative Works; and
6248
+
6249
+ (d) If the Work includes a "NOTICE" text file as part of its
6250
+ distribution, then any Derivative Works that You distribute must
6251
+ include a readable copy of the attribution notices contained
6252
+ within such NOTICE file, excluding those notices that do not
6253
+ pertain to any part of the Derivative Works, in at least one
6254
+ of the following places: within a NOTICE text file distributed
6255
+ as part of the Derivative Works; within the Source form or
6256
+ documentation, if provided along with the Derivative Works; or,
6257
+ within a display generated by the Derivative Works, if and
6258
+ wherever such third-party notices normally appear. The contents
6259
+ of the NOTICE file are for informational purposes only and
6260
+ do not modify the License. You may add Your own attribution
6261
+ notices within Derivative Works that You distribute, alongside
6262
+ or as an addendum to the NOTICE text from the Work, provided
6263
+ that such additional attribution notices cannot be construed
6264
+ as modifying the License.
6265
+
6266
+ You may add Your own copyright statement to Your modifications and
6267
+ may provide additional or different license terms and conditions
6268
+ for use, reproduction, or distribution of Your modifications, or
6269
+ for any such Derivative Works as a whole, provided Your use,
6270
+ reproduction, and distribution of the Work otherwise complies with
6271
+ the conditions stated in this License.
6272
+
6273
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
6274
+ any Contribution intentionally submitted for inclusion in the Work
6275
+ by You to the Licensor shall be under the terms and conditions of
6276
+ this License, without any additional terms or conditions.
6277
+ Notwithstanding the above, nothing herein shall supersede or modify
6278
+ the terms of any separate license agreement you may have executed
6279
+ with Licensor regarding such Contributions.
6280
+
6281
+ 6. Trademarks. This License does not grant permission to use the trade
6282
+ names, trademarks, service marks, or product names of the Licensor,
6283
+ except as required for reasonable and customary use in describing the
6284
+ origin of the Work and reproducing the content of the NOTICE file.
6285
+
6286
+ 7. Disclaimer of Warranty. Unless required by applicable law or
6287
+ agreed to in writing, Licensor provides the Work (and each
6288
+ Contributor provides its Contributions) on an "AS IS" BASIS,
6289
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6290
+ implied, including, without limitation, any warranties or conditions
6291
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6292
+ PARTICULAR PURPOSE. You are solely responsible for determining the
6293
+ appropriateness of using or redistributing the Work and assume any
6294
+ risks associated with Your exercise of permissions under this License.
6295
+
6296
+ 8. Limitation of Liability. In no event and under no legal theory,
6297
+ whether in tort (including negligence), contract, or otherwise,
6298
+ unless required by applicable law (such as deliberate and grossly
6299
+ negligent acts) or agreed to in writing, shall any Contributor be
6300
+ liable to You for damages, including any direct, indirect, special,
6301
+ incidental, or consequential damages of any character arising as a
6302
+ result of this License or out of the use or inability to use the
6303
+ Work (including but not limited to damages for loss of goodwill,
6304
+ work stoppage, computer failure or malfunction, or any and all
6305
+ other commercial damages or losses), even if such Contributor
6306
+ has been advised of the possibility of such damages.
6307
+
6308
+ 9. Accepting Warranty or Additional Liability. While redistributing
6309
+ the Work or Derivative Works thereof, You may choose to offer,
6310
+ and charge a fee for, acceptance of support, warranty, indemnity,
6311
+ or other liability obligations and/or rights consistent with this
6312
+ License. However, in accepting such obligations, You may act only
6313
+ on Your own behalf and on Your sole responsibility, not on behalf
6314
+ of any other Contributor, and only if You agree to indemnify,
6315
+ defend, and hold each Contributor harmless for any liability
6316
+ incurred by, or claims asserted against, such Contributor by reason
6317
+ of your accepting any such warranty or additional liability.
6318
+
6319
+ END OF TERMS AND CONDITIONS
6320
+
6321
+ APPENDIX: How to apply the Apache License to your work.
6322
+
6323
+ To apply the Apache License to your work, attach the following
6324
+ boilerplate notice, with the fields enclosed by brackets "[]"
6325
+ replaced with your own identifying information. (Don't include
6326
+ the brackets!) The text should be enclosed in the appropriate
6327
+ comment syntax for the file format. We also recommend that a
6328
+ file or class name and description of purpose be included on the
6329
+ same "printed page" as the copyright notice for easier
6330
+ identification within third-party archives.
6331
+
6332
+ Copyright [yyyy] [name of copyright owner]
6333
+
6334
+ Licensed under the Apache License, Version 2.0 (the "License");
6335
+ you may not use this file except in compliance with the License.
6336
+ You may obtain a copy of the License at
6337
+
6338
+ http://www.apache.org/licenses/LICENSE-2.0
6339
+
6340
+ Unless required by applicable law or agreed to in writing, software
6341
+ distributed under the License is distributed on an "AS IS" BASIS,
6342
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6343
+ See the License for the specific language governing permissions and
6344
+ limitations under the License.
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onnxruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.5
4
+ version: 0.11.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane