onnxruntime 0.7.2 → 0.7.3

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: 568455e61e66f60d5135f06ad302096d5d3c1af8eff530a036a807183569dc44
4
- data.tar.gz: 2a63b14c46e9080cb9bacb0aa2b55e49629868d0b3f808bb6b657a4d8d393caa
3
+ metadata.gz: 319aa838b46ffb8d022e015d2f6d1162f7d553cc2bec76d7c34f78e1738a1584
4
+ data.tar.gz: 576b30458a43140c30382c5ae7a05075664c31d4fb30a5918d463cfff1c2bb2c
5
5
  SHA512:
6
- metadata.gz: 3e166c7e3296b2f65790add1e9abe52a3c67f13965af0542c0c7a6e205b8b2c57d6c38959f096b8f5549976afd944cf48e8c8d8c6dcc0113b0fd00743007a116
7
- data.tar.gz: 2264c1e7687c3979c9f2a618d5387f5d8326a30e0c816156075e03952964b67084a6328962437e6246994823cbff9f408dcecc78bcfa926c72859f69deb207a3
6
+ metadata.gz: 176f2290a9ccade813725237fb326780dd8640823c463065da7b9c259ec5754b712a37a5028527e987de35ac40b261aee2a34fab35384eb27e62e30407b88f52
7
+ data.tar.gz: 0a2cb5ccb5aa10389d92205e01e6ba222099bc38aca3cc457058fdf06c8f5b9134111cae57eba1f6ba7d9583c19e252b78cb3aa5da9766335b370981ae1a077b
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- ## 0.7.2 (2022-05-03)
1
+ ## 0.7.3 (2022-07-23)
2
+
3
+ - Updated ONNX Runtime to 1.12.0
4
+
5
+ ## 0.7.2 (2022-05-04)
2
6
 
3
7
  - Updated ONNX Runtime to 1.11.1
4
8
 
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  end
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onnxruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-04 00:00:00.000000000 Z
11
+ date: 2022-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi