onnxruntime 0.7.4-x86_64-linux → 0.7.6-x86_64-linux

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: fbdb156eec83a5de7efa279de87d60edae21847c72e46c159364ba0d41b1a053
4
- data.tar.gz: ddb47f30949c04ec79cc55a739b9f00a1ba1ad70ec939b56cd736d99a697a8a7
3
+ metadata.gz: df87962e2cd2c80f9b8cd10af2922e24301264a0cebbe5302d00e9830a0dbe4a
4
+ data.tar.gz: 00246a3b3e67532ccff96781f86dc1986610a835792f4bb06fc8327212fcdf32
5
5
  SHA512:
6
- metadata.gz: a9f114efaa4f296f274dd03ee47cc8c20c107760e7285a223b6b3e2fe02a66a9f324e065a387dad9ea15361849810fc5a3f77eb8b34438317f9fa2adc6dd1acf
7
- data.tar.gz: db8d69e5efae7c2342c49ff98cb13a0608c2fcfda75cd8c14d9dda1b5ee6793894dd8d23cd91991cbe7089a307da3b9a3903ba1cbe5f1c1b2f342fa35456b79f
6
+ metadata.gz: e5355c7ea56424c867e7a04cedb55f0b7f78a4bd26f503ff53b0109aa63fff82ca9166c16dc86f3f290f2c7c155529c612664adadafaa4b14716e155d130fee3
7
+ data.tar.gz: a97b730896cabb328fc0a1f2b088b5158eec3eb7c063ecbc372c7b7e958140c5f1e4b6020d274b8f06b61b8b7ec93c519f2ab1567cc269f9e5b29a2bde951527
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