onnxruntime 0.7.4-x64-mingw → 0.7.6-x64-mingw

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c44019c47502ac712bc8d4d74af7460c0cb06f7b100687e76b4be1ac418a625
4
- data.tar.gz: 8918d76a60d462a8e0891755a5ca13c010170e22db9d7ca69d1a1da74fb8f75c
3
+ metadata.gz: 591f67e42285881268c3073b53930e194e3c0d4dd6ace602de34ecdd854a0de5
4
+ data.tar.gz: a42f1d8e52e4d9e727f4f205373b1f612840538d600cdebb25819f8fc9f9b200
5
5
  SHA512:
6
- metadata.gz: c3bfa945be000a8aeb8268a292944caaaded0b256d4f19d851c9130dd4878c4c72214f4afce4abfac24ceb71f41b2671a3932d31cbe6a278daebba1537816210
7
- data.tar.gz: e389afa94808062476f9b64a41250d7464ec807393ba3a29e8645f5679b0d074e00684ba6357862ef20416f5f0caedddd0f17e723389fa092d727a921b821bb5
6
+ metadata.gz: f5289339c28cf378fe45a45ca973fb90e888bb5a1e24eedae2187f2358a54338e3382e864244c7b7196ef017884d79423b88a81207019facf6b4d327461ec760
7
+ data.tar.gz: 94c7a35faea9cdb8e72a7e36b48cafc2919c324443907f9fd02a08c1f88029f030c58d81e8f0a31ac4ee02da3aff3c48dbe7351f51dcda35eeaae2d323f3c6c6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.7.6 (2023-05-24)
2
+
3
+ - Updated ONNX Runtime to 1.15.0
4
+
5
+ ## 0.7.5 (2023-02-11)
6
+
7
+ - Updated ONNX Runtime to 1.14.0
8
+
1
9
  ## 0.7.4 (2022-10-30)
2
10
 
3
11
  - Updated ONNX Runtime to 1.13.1
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
 
3
3
  Copyright (c) Microsoft Corporation
4
- Copyright (c) 2019-2022 Andrew Kane
4
+ Copyright (c) 2019-2023 Andrew Kane
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.7.4"
2
+ VERSION = "0.7.6"
3
3
  end