onnxruntime 0.2.0 → 0.2.1

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: afd6fe4f0c5f23a4a27142648722ef9c60e5e0489a0dc16d5db02b4a6ab71a0d
4
- data.tar.gz: c83b43e38e32193c0f2c520cbb7ca49f41cdb851cf74e1d90bbc342ecaaaea9f
3
+ metadata.gz: 2405ad6cda55897be52cbb6afd3854d2cf2ed5ed01abc09bf78568557af446ff
4
+ data.tar.gz: 1e04e516b4726f510bf489108c1f684e398f8d63718c9717106ac9659773d3f0
5
5
  SHA512:
6
- metadata.gz: 63aba3f83a48732b607aa78e76d3bc003e486cfe7578a6c77c4794ecfd42c626befe6fd6339ea7e17e059a724dc729c84dde6860fa553ce455e08b2ffcf2e74d
7
- data.tar.gz: 60fbfacb022d8347a0d5fdaefe0313b267ab34f201bae5869b8afbd05dd48c60d2aad3443125ec8e23267053148bf517a8f953ee4b500bebf9185469d0a09ff4
6
+ metadata.gz: a2a38af03a82eecc60e28b6fb7b012c28188af69af9a7521cb4b1e4c2519c99c6d328045f0f20fe509787942d304a15e92e43ad94483c55f895cf4bbaf21b53e
7
+ data.tar.gz: c782475317186f24c7e34285584ee7761522cc1f792e092c896abe32a041cf593ef4e7f0736a12688ad3e7539101234123d8948ab8ebe0c7986bfb40f33ff236
data/CHANGELOG.md CHANGED
@@ -1,21 +1,25 @@
1
- ## 0.2.0
1
+ ## 0.2.1 (2019-12-19)
2
+
3
+ - Updated ONNX Runtime to 1.1.0
4
+
5
+ ## 0.2.0 (2019-10-30)
2
6
 
3
7
  - Added support for ONNX Runtime 1.0
4
8
  - Dropped support for ONNX Runtime < 1.0
5
9
 
6
- ## 0.1.2
10
+ ## 0.1.2 (2019-10-27)
7
11
 
8
12
  - Added support for Numo::NArray
9
13
  - Made thread-safe
10
14
  - Fixed error with JRuby
11
15
 
12
- ## 0.1.1
16
+ ## 0.1.1 (2019-09-03)
13
17
 
14
18
  - Packaged ONNX Runtime with gem
15
19
  - Added support for many more types
16
20
  - Fixed output order with `output_names` option
17
21
  - Fixed `File doesn't exist` on Windows
18
22
 
19
- ## 0.1.0
23
+ ## 0.1.0 (2019-08-26)
20
24
 
21
25
  - First release
data/README.md CHANGED
@@ -71,3 +71,13 @@ Everyone is encouraged to help improve this project. Here are a few ways you can
71
71
  - Fix bugs and [submit pull requests](https://github.com/ankane/onnxruntime/pulls)
72
72
  - Write, clarify, or fix documentation
73
73
  - Suggest or add new features
74
+
75
+ To get started with development and testing:
76
+
77
+ ```sh
78
+ git clone https://github.com/ankane/onnxruntime.git
79
+ cd onnxruntime
80
+ bundle install
81
+ bundle exec rake vendor:all
82
+ bundle exec rake test
83
+ ```
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-30 00:00:00.000000000 Z
11
+ date: 2019-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi