onnxruntime 0.7.4-x86_64-darwin → 0.7.6-x86_64-darwin

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: 676a4a7ba672f45360dbb0f00c550a3b4d6a44b29115104a375c81eabfa76975
4
- data.tar.gz: 92f7e6342b2b7403a9a415d69342666fd60cb8705061dbf4a970262f06f8a31b
3
+ metadata.gz: f881d157acc14187151ce00f36c21a25f564c9c31f2180b40875c651fa1d8a10
4
+ data.tar.gz: 415218dc495e171815dbe8ca4fe2c4623f1ebd359b5cf7162f6a3c8e9c348edf
5
5
  SHA512:
6
- metadata.gz: de0cc258ab9b8bad328019160da4e900a2db884ad1b9c1a7a3fdc5bdbd10e7a76af49882f64f263aeda4a3af15464fb5391d0a019369bbba5fea78a7b48af43e
7
- data.tar.gz: 1116898683482e0af1cff708c0c8857ad0db9294908ce42084d45000e147a66f0ac2e524b0091ce0dd13a333528650f7daa9c91db3ae48514ac8bfd0a25ccf49
6
+ metadata.gz: b4f16a8dff69f871030e03d5710bfd97a9c15031465aeab2be76c3d52f162606ca3aa29523744c4f023ebee80b9e67a833b301754060249d9d5c7465f1cebf5b
7
+ data.tar.gz: 12b9f1e13da2d984c4441781e0db434b68893c11043c63b6932dc774889fe3dc0a257cc7680f78dd0a51aba902d68cc715fd8746956e1a0462530dbbd110aebe
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