prophet-rb 0.5.2 → 0.6.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 +9 -0
- data/LICENSE.txt +1 -1
- data/data-raw/AUTHORS-holidays.txt +147 -0
- data/data-raw/LICENSE-holidays.txt +5 -2
- data/data-raw/generated_holidays.csv +62114 -38789
- data/lib/prophet/version.rb +1 -1
- metadata +19 -8
data/lib/prophet/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prophet-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-03 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: cmdstan
|
@@ -24,6 +23,20 @@ dependencies:
|
|
24
23
|
- - ">="
|
25
24
|
- !ruby/object:Gem::Version
|
26
25
|
version: '0.2'
|
26
|
+
- !ruby/object:Gem::Dependency
|
27
|
+
name: logger
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
type: :runtime
|
34
|
+
prerelease: false
|
35
|
+
version_requirements: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
27
40
|
- !ruby/object:Gem::Dependency
|
28
41
|
name: numo-narray
|
29
42
|
requirement: !ruby/object:Gem::Requirement
|
@@ -52,7 +65,6 @@ dependencies:
|
|
52
65
|
- - ">="
|
53
66
|
- !ruby/object:Gem::Version
|
54
67
|
version: '0'
|
55
|
-
description:
|
56
68
|
email: andrew@ankane.org
|
57
69
|
executables: []
|
58
70
|
extensions: []
|
@@ -61,6 +73,7 @@ files:
|
|
61
73
|
- CHANGELOG.md
|
62
74
|
- LICENSE.txt
|
63
75
|
- README.md
|
76
|
+
- data-raw/AUTHORS-holidays.txt
|
64
77
|
- data-raw/LICENSE-holidays.txt
|
65
78
|
- data-raw/README.md
|
66
79
|
- data-raw/generated_holidays.csv
|
@@ -151,7 +164,6 @@ homepage: https://github.com/ankane/prophet-ruby
|
|
151
164
|
licenses:
|
152
165
|
- MIT
|
153
166
|
metadata: {}
|
154
|
-
post_install_message:
|
155
167
|
rdoc_options: []
|
156
168
|
require_paths:
|
157
169
|
- lib
|
@@ -159,15 +171,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
159
171
|
requirements:
|
160
172
|
- - ">="
|
161
173
|
- !ruby/object:Gem::Version
|
162
|
-
version: '3'
|
174
|
+
version: '3.2'
|
163
175
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
164
176
|
requirements:
|
165
177
|
- - ">="
|
166
178
|
- !ruby/object:Gem::Version
|
167
179
|
version: '0'
|
168
180
|
requirements: []
|
169
|
-
rubygems_version: 3.
|
170
|
-
signing_key:
|
181
|
+
rubygems_version: 3.6.2
|
171
182
|
specification_version: 4
|
172
183
|
summary: Time series forecasting for Ruby
|
173
184
|
test_files: []
|