sciruby 0.2.10 → 0.2.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES +4 -0
- data/gems.yml +6 -2
- data/lib/sciruby/version.rb +1 -1
- data/sciruby.gemspec +1 -1
- data/scripts/gems.slim +6 -6
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b8f55f92481e195934b2213fcf6bc5f30abe535
|
4
|
+
data.tar.gz: 577f119ab2e57903035fbaa4b5db23192c6efb27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22923dd27af9e899ea62f0b39dbee483f9f7ae1e94bc15b5561325c394db90f9b5311ccf5c4f725faf4d2615a3951334f8a355a3e9d72f2ece194af44eb425e0
|
7
|
+
data.tar.gz: 8f5442a1a1169dd4047b9e557848a159b9987a3e0ed3338cc2ae42bbff8a395767c3d0c6237724f76c0fdfce50453463fc373f7bcf91af67e82515e64430a191
|
data/CHANGES
CHANGED
data/gems.yml
CHANGED
@@ -187,8 +187,8 @@ minimization:
|
|
187
187
|
mixed_models:
|
188
188
|
category: statistics
|
189
189
|
description: Fit statistical models
|
190
|
-
module: MixedModels
|
191
190
|
exclude: Bad version constraints on daru
|
191
|
+
module: MixedModels
|
192
192
|
modshogun:
|
193
193
|
category: ai
|
194
194
|
description: Machine learning
|
@@ -227,8 +227,8 @@ ode:
|
|
227
227
|
omoikane:
|
228
228
|
category: ai
|
229
229
|
description: Machine learning
|
230
|
-
module: Omoikane
|
231
230
|
exclude: Outdated nmatrix dependency
|
231
|
+
module: Omoikane
|
232
232
|
parallel:
|
233
233
|
category: utilties
|
234
234
|
description: Parallel processing
|
@@ -273,6 +273,10 @@ rb-libsvm:
|
|
273
273
|
module: Libsvm
|
274
274
|
require: libsvm
|
275
275
|
version: "~> 1.3"
|
276
|
+
rbczmq:
|
277
|
+
category: ui
|
278
|
+
description: Needed by iruby
|
279
|
+
version: "~> 1.7"
|
276
280
|
rbmetis:
|
277
281
|
category: graph
|
278
282
|
description: Graph partitioning
|
data/lib/sciruby/version.rb
CHANGED
data/sciruby.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.license = 'BSD'
|
10
10
|
s.homepage = 'http://sciruby.com'
|
11
11
|
s.summary =
|
12
|
-
s.description = "Scientific gems for Ruby. #{__FILE__ =~ /full/ ? 'This is the full installation rigid version constraints.' : 'See the sciruby-full gem for a full installation of many compatible scientific gems.'}"
|
12
|
+
s.description = "Scientific gems for Ruby. #{__FILE__ =~ /full/ ? 'This is the full installation with rigid version constraints.' : 'See the sciruby-full gem for a full installation of many compatible scientific gems.'}"
|
13
13
|
|
14
14
|
if __FILE__ =~ /full/
|
15
15
|
s.files = %w(CHANGES CONTRIBUTING.md README.md LICENSE sciruby-full.gemspec)
|
data/scripts/gems.slim
CHANGED
@@ -3,12 +3,12 @@ doctype html
|
|
3
3
|
html
|
4
4
|
head
|
5
5
|
title SciRuby gems
|
6
|
-
link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.
|
7
|
-
link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.
|
8
|
-
link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.
|
9
|
-
script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.
|
10
|
-
script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.
|
11
|
-
script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.
|
6
|
+
link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
|
7
|
+
link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.10.1/bootstrap-table.min.css"
|
8
|
+
link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"
|
9
|
+
script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"
|
10
|
+
script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
|
11
|
+
script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.10.1/bootstrap-table.min.js"
|
12
12
|
css:
|
13
13
|
td, th { white-space: nowrap; font-size: small; }
|
14
14
|
td .fa-diamond, .fa-close { color: #8B0000 }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SciRuby Development Team
|
@@ -90,6 +90,7 @@ post_install_message: |+
|
|
90
90
|
* pry - Ruby shell
|
91
91
|
* publisci - Publishing toolkit
|
92
92
|
* rb-libsvm - Support vector machines (machine learning)
|
93
|
+
* rbczmq - Needed by iruby
|
93
94
|
* rbmetis - Graph partitioning
|
94
95
|
* rinruby - R interpreter
|
95
96
|
* rsemantic - Machine learning
|