khiva 0.1.3 → 0.2.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +3 -3
- data/lib/khiva/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cbb5dadb536979ca07cabb43cbf11903337b2c30981cb27053bba7f1bd45de11
|
|
4
|
+
data.tar.gz: 99c0c9d407e5d7ca7aaeaac2366b11b671a63e9750ef0a52d5872ec1588e0483
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cdde72809e818df31419fc88dbcc69da474881c243b0a032344f12de6b7a32564502a93923b82451c916f9b505e0ab78cee2515f3184b459aa33f82a7775fa7
|
|
7
|
+
data.tar.gz: 968e1aa3638d31ee5ace1dfc8a15f6f39c8d12567e0a1056aed9400fa9d7d3ff20607cdc9f8f87ed15c01c6554a3b2baf1daf6fc0653ab6420fb509c4b097b69
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Khiva
|
|
1
|
+
# Khiva Ruby
|
|
2
2
|
|
|
3
3
|
[Khiva](https://github.com/shapelets/khiva) - high-performance time series algorithms - for Ruby
|
|
4
4
|
|
|
@@ -17,7 +17,7 @@ brew install khiva
|
|
|
17
17
|
Add this line to your application’s Gemfile:
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
20
|
-
gem
|
|
20
|
+
gem "khiva"
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Getting Started
|
|
@@ -835,7 +835,7 @@ Install ArrayFire:
|
|
|
835
835
|
|
|
836
836
|
```sh
|
|
837
837
|
sudo apt-key adv --fetch-key https://repo.arrayfire.com/GPG-PUB-KEY-ARRAYFIRE-2020.PUB
|
|
838
|
-
echo "deb [arch=amd64] https://repo.arrayfire.com/
|
|
838
|
+
echo "deb [arch=amd64] https://repo.arrayfire.com/debian all main" | sudo tee /etc/apt/sources.list.d/arrayfire.list
|
|
839
839
|
sudo apt-get update
|
|
840
840
|
sudo apt-get install arrayfire-unified3 arrayfire-cpu3-openblas arrayfire-opencl3-openblas
|
|
841
841
|
```
|
data/lib/khiva/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: khiva
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Kane
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: andrew@ankane.org
|
|
@@ -48,14 +48,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
48
48
|
requirements:
|
|
49
49
|
- - ">="
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
|
-
version: '2.
|
|
51
|
+
version: '2.7'
|
|
52
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - ">="
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '0'
|
|
57
57
|
requirements: []
|
|
58
|
-
rubygems_version: 3.
|
|
58
|
+
rubygems_version: 3.4.1
|
|
59
59
|
signing_key:
|
|
60
60
|
specification_version: 4
|
|
61
61
|
summary: High-performance time series algorithms for Ruby
|