sciruby 0.2.5 → 0.2.6
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/CHANGES +4 -0
- data/README.md +1 -1
- data/gems.yml +43 -7
- data/lib/sciruby/version.rb +1 -1
- data/scripts/helper.rb +3 -1
- metadata +12 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c1c00aa11c21be06d80c46b1c8588d54045ac54
|
|
4
|
+
data.tar.gz: 1a06f23981ed40e55d32b22ee3b73f014707dce1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 253375acf401e29710f3d365e57c663adf0b616be6d61b44b74c7c71b9df9aeed53c18e9321ef1225b0707e729d2abfedf7268df05bb3fe383d96c8bb85f5559
|
|
7
|
+
data.tar.gz: 0d10859851a5ca2958cbccac47018d2c7cd01a21ce47f5bc36900cf6bb86da09ca981587dbaaf3d215cd743d2d44ac51fbc03e20aeaf4bbb297ae8dfbf890922
|
data/CHANGES
CHANGED
data/README.md
CHANGED
data/gems.yml
CHANGED
|
@@ -46,6 +46,10 @@ cmath:
|
|
|
46
46
|
description: Stdlib cmath module
|
|
47
47
|
module: CMath
|
|
48
48
|
owner: stdlib
|
|
49
|
+
ctioga2:
|
|
50
|
+
category: plotting
|
|
51
|
+
description: Command line tool for tioga
|
|
52
|
+
version: "~> 0.1"
|
|
49
53
|
daru:
|
|
50
54
|
category: data
|
|
51
55
|
description: Dataframe library
|
|
@@ -53,7 +57,7 @@ daru:
|
|
|
53
57
|
version: "~> 0.0"
|
|
54
58
|
darwinning:
|
|
55
59
|
category: optimization
|
|
56
|
-
description:
|
|
60
|
+
description: Genetic algorithms
|
|
57
61
|
module: Darwinning
|
|
58
62
|
version: "~> 0.0"
|
|
59
63
|
decisiontree:
|
|
@@ -74,7 +78,7 @@ extendmatrix:
|
|
|
74
78
|
version: "~> 0.4"
|
|
75
79
|
gga4r:
|
|
76
80
|
category: optimization
|
|
77
|
-
description:
|
|
81
|
+
description: Genetic algorithms
|
|
78
82
|
module: GeneticAlgorithm
|
|
79
83
|
version: "~> 0.9"
|
|
80
84
|
gimuby:
|
|
@@ -87,6 +91,11 @@ gnuplot:
|
|
|
87
91
|
description: Plotting library
|
|
88
92
|
module: Gnuplot
|
|
89
93
|
version: "~> 2.6"
|
|
94
|
+
gphys:
|
|
95
|
+
category: physics
|
|
96
|
+
description: Grided physical data
|
|
97
|
+
exclude: narray dependency
|
|
98
|
+
module: GPhys
|
|
90
99
|
gruff:
|
|
91
100
|
category: plotting
|
|
92
101
|
description: Plotting library
|
|
@@ -182,6 +191,12 @@ nyaplot:
|
|
|
182
191
|
description: Plotting library
|
|
183
192
|
module: Nyaplot
|
|
184
193
|
version: "~> 0.1"
|
|
194
|
+
octave-ruby:
|
|
195
|
+
category: numerics
|
|
196
|
+
description: Interface to Octave
|
|
197
|
+
exclude: Native dependencies
|
|
198
|
+
module: Octave
|
|
199
|
+
require: octave
|
|
185
200
|
ode:
|
|
186
201
|
category: numerics
|
|
187
202
|
description: Ordinary differential equations
|
|
@@ -210,6 +225,11 @@ plotrb:
|
|
|
210
225
|
description: Plotting library
|
|
211
226
|
module: Plotrb
|
|
212
227
|
version: "~> 0.0"
|
|
228
|
+
plplot:
|
|
229
|
+
category: plotting
|
|
230
|
+
description: PLplot bindings
|
|
231
|
+
exclude: Outdated gem
|
|
232
|
+
module: PLplot
|
|
213
233
|
prime:
|
|
214
234
|
category: algebra
|
|
215
235
|
description: Stdlib prime module
|
|
@@ -230,6 +250,7 @@ rb-gsl:
|
|
|
230
250
|
description: Bindings for the GNU scientific library
|
|
231
251
|
exclude: Requires narray
|
|
232
252
|
module: GSL
|
|
253
|
+
owner: sciruby
|
|
233
254
|
require: gsl
|
|
234
255
|
rb-libsvm:
|
|
235
256
|
category: ai
|
|
@@ -245,10 +266,15 @@ rbmetis:
|
|
|
245
266
|
rinruby:
|
|
246
267
|
category: statistics
|
|
247
268
|
description: R interpreter
|
|
269
|
+
exclude: Outdated gem
|
|
248
270
|
module:
|
|
249
271
|
- R
|
|
250
272
|
- RinRuby
|
|
251
|
-
|
|
273
|
+
rsemantic:
|
|
274
|
+
category: ai
|
|
275
|
+
description: Machine learning
|
|
276
|
+
exclude: GSL dependency
|
|
277
|
+
module: RSemantic
|
|
252
278
|
rserve-client:
|
|
253
279
|
category: statistics
|
|
254
280
|
description: R interpreter
|
|
@@ -295,6 +321,7 @@ ruby-opencv:
|
|
|
295
321
|
description: Computer vision
|
|
296
322
|
exclude: Native dependencies
|
|
297
323
|
module: OpenCV
|
|
324
|
+
require: opencv
|
|
298
325
|
ruby-pgplot:
|
|
299
326
|
category: plotting
|
|
300
327
|
description: Plotting
|
|
@@ -319,17 +346,17 @@ statsample:
|
|
|
319
346
|
description: Statistics
|
|
320
347
|
module: Statsample
|
|
321
348
|
owner: sciruby
|
|
322
|
-
version: "~>
|
|
349
|
+
version: "~> 2.0"
|
|
323
350
|
statsample-bivariate-extension:
|
|
324
351
|
category: statistics
|
|
325
352
|
description: Statsample extension (Autoloaded)
|
|
326
|
-
|
|
353
|
+
exclude: Outdated gem
|
|
327
354
|
statsample-glm:
|
|
328
355
|
category: statistics
|
|
329
356
|
description: Statistics
|
|
330
357
|
module: Statsample::GLM
|
|
331
358
|
owner: sciruby
|
|
332
|
-
version: "~> 0.
|
|
359
|
+
version: "~> 0.2.0"
|
|
333
360
|
statsample-optimization:
|
|
334
361
|
category: statistics
|
|
335
362
|
description: Statsample extension (Autoloaded)
|
|
@@ -347,8 +374,17 @@ statsample-timeseries:
|
|
|
347
374
|
stuff-classifier:
|
|
348
375
|
category: ai
|
|
349
376
|
description: Machine learning
|
|
377
|
+
exclude: Outdated gem
|
|
350
378
|
module: StuffClassifier
|
|
351
|
-
|
|
379
|
+
symbolic:
|
|
380
|
+
category: algebra
|
|
381
|
+
description: Symbolic math
|
|
382
|
+
exclude: Outdated gem
|
|
383
|
+
module: Symbolic
|
|
384
|
+
tioga:
|
|
385
|
+
category: plotting
|
|
386
|
+
description: Scientific plots with PDF and TeX
|
|
387
|
+
version: "~> 1.19"
|
|
352
388
|
treat:
|
|
353
389
|
category: linguistics
|
|
354
390
|
description: Natural language processing
|
data/lib/sciruby/version.rb
CHANGED
data/scripts/helper.rb
CHANGED
|
@@ -66,10 +66,12 @@ module Helper
|
|
|
66
66
|
warnings << "Last update #{gem[:date]}" if Time.now - gem[:spec].date > 2*365*24*3600
|
|
67
67
|
warnings << 'Outdated version constraint' if gem[:version] && !Gem::Dependency.new(gem[:name], *gem[:version]).matches_spec?(gem[:spec])
|
|
68
68
|
warnings << 'Github repository unknown' unless gem[:github]
|
|
69
|
+
vname = "#{gem[:name]}/#{gem[:spec].version}"
|
|
69
70
|
else
|
|
70
71
|
warnings << 'Gem not found' unless gem[:exclude] || gem[:owner] == 'stdlib'
|
|
72
|
+
vname = gem[:name]
|
|
71
73
|
end
|
|
72
|
-
warnings << %{<a href="https://versioneye.com/ruby/#{
|
|
74
|
+
warnings << %{<a href="https://versioneye.com/ruby/#{vname}">Outdated dependencies</a>} if versioneye(vname)
|
|
73
75
|
warnings
|
|
74
76
|
end
|
|
75
77
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sciruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SciRuby Development Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Scientific gems for Ruby
|
|
14
14
|
email:
|
|
@@ -49,14 +49,16 @@ post_install_message: |+
|
|
|
49
49
|
* bio - Bioinformatics suite
|
|
50
50
|
* cassowary - Incremental constraint solver
|
|
51
51
|
* classifier - Machine learning
|
|
52
|
+
* ctioga2 - Command line tool for tioga
|
|
52
53
|
* daru - Dataframe library
|
|
53
|
-
* darwinning -
|
|
54
|
+
* darwinning - Genetic algorithms
|
|
54
55
|
* decisiontree - Machine learning
|
|
55
56
|
* distribution - Statistical distributions
|
|
56
57
|
* extendmatrix - Helper methods for Matrix
|
|
57
|
-
* gga4r -
|
|
58
|
+
* gga4r - Genetic algorithms
|
|
58
59
|
* gimuby - Genetic algorithms
|
|
59
60
|
* gnuplot - Plotting library
|
|
61
|
+
* gphys - Grided physical data
|
|
60
62
|
* gruff - Plotting library
|
|
61
63
|
* histogram - Histogram method
|
|
62
64
|
* integration - Numerical integration
|
|
@@ -73,17 +75,20 @@ post_install_message: |+
|
|
|
73
75
|
* narray - Numerical matrix library
|
|
74
76
|
* nmatrix - Numerical matrix library
|
|
75
77
|
* nyaplot - Plotting library
|
|
78
|
+
* octave-ruby - Interface to Octave
|
|
76
79
|
* ode - Ordinary differential equations
|
|
77
80
|
* omoikane - Machine learning
|
|
78
81
|
* parallel - Parallel processing
|
|
79
82
|
* phys-units - Calculation with units
|
|
80
83
|
* plotrb - Plotting library
|
|
84
|
+
* plplot - PLplot bindings
|
|
81
85
|
* pry - Ruby shell
|
|
82
86
|
* publisci - Publishing toolkit
|
|
83
87
|
* rb-gsl - Bindings for the GNU scientific library
|
|
84
88
|
* rb-libsvm - Support vector machines (machine learning)
|
|
85
89
|
* rbmetis - Graph partitioning
|
|
86
90
|
* rinruby - R interpreter
|
|
91
|
+
* rsemantic - Machine learning
|
|
87
92
|
* rserve-client - R interpreter
|
|
88
93
|
* rsruby - R interpreter
|
|
89
94
|
* ruby-band - Data mining
|
|
@@ -102,6 +107,8 @@ post_install_message: |+
|
|
|
102
107
|
* statsample-sem - Statistics
|
|
103
108
|
* statsample-timeseries - Statistics
|
|
104
109
|
* stuff-classifier - Machine learning
|
|
110
|
+
* symbolic - Symbolic math
|
|
111
|
+
* tioga - Scientific plots with PDF and TeX
|
|
105
112
|
* treat - Natural language processing
|
|
106
113
|
* unit - Calculation with units
|
|
107
114
|
|
|
@@ -125,3 +132,4 @@ signing_key:
|
|
|
125
132
|
specification_version: 4
|
|
126
133
|
summary: Scientific gems for Ruby
|
|
127
134
|
test_files: []
|
|
135
|
+
has_rdoc:
|