onnxruntime 0.7.4 → 0.7.6

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: 11d3a1adca09ac14033aae489a3464cb2e106d6a7b469f5bcc48b31c25ce20f1
4
- data.tar.gz: f6d9e19a64396495416cf4cabca100afc235ebd66a69f6847d1422071c0e7df1
3
+ metadata.gz: 86fe914601f01c6fb5df4c86657b6e25534c6827a7fbe915d58e582050542d52
4
+ data.tar.gz: d502c5aafec7290003eaba7855c5e8f80efdd09a746030ee6acce9fea7c7d906
5
5
  SHA512:
6
- metadata.gz: ab2083562e8020eea667e8498e154f2bac4a1f41f069800719e92da61e9c08c9a516cdadf363fc7df4ecc10d8b06edfb58072e957ca110674d6cee985d3b035a
7
- data.tar.gz: e67cd0aa55127ddea50f38aabe59f8c46fef11ea85bf34b618d59097cc93041c679258c8848d823ac06ed8e55c710448691c4e3404d4b69bae96fce675bf9bb0
6
+ metadata.gz: bfcbf9f0ea04d9091575a9571287fc3b8c74fcdd2106765f7b1e57418169e62287d9410e57996b54b0bd1605cb6439662c971f751643e93113fbe742936d2964
7
+ data.tar.gz: e246b7a38d75c86f42da3d4f862c93f302076b742834d5fc7bb2989862f843a1ab5a4f5dd49a13db628b3af1f732c236ccadded8a46fea82d87978faa2df51b8
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