sciruby 0.2.7 → 0.2.8
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 +8 -0
- data/gems.yml +13 -3
- data/lib/sciruby/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e74310fed376c57871f6a69d106c4003e05d2ae
|
|
4
|
+
data.tar.gz: 075752449c3fb9f5d5a979e4bdd634b217a06535
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8910a1a68dd18e022ae17180256bc2222d48d5f917e9f4652c17a858f6f371fbcd9be43ed2ed7df8c25b19e6bf2957ec2b1634c9519dc68cc650b252164cf003
|
|
7
|
+
data.tar.gz: 9c99134034cdb956d13dae801ea8e06965d8bacd9a63f44f88a2c310b9375020bc2b1699b89a0c01b062b90e471df7e6e55608e2c012caaf2828048f805b4a94
|
data/CHANGES
CHANGED
data/gems.yml
CHANGED
|
@@ -184,6 +184,11 @@ minimization:
|
|
|
184
184
|
module: Minimization
|
|
185
185
|
owner: sciruby
|
|
186
186
|
version: "~> 0.2"
|
|
187
|
+
mixed_models:
|
|
188
|
+
category: statistics
|
|
189
|
+
description: Fit statistical models
|
|
190
|
+
module: MixedModels
|
|
191
|
+
version: "~> 0.1"
|
|
187
192
|
modshogun:
|
|
188
193
|
category: ai
|
|
189
194
|
description: Machine learning
|
|
@@ -360,7 +365,7 @@ statsample:
|
|
|
360
365
|
statsample-bivariate-extension:
|
|
361
366
|
category: statistics
|
|
362
367
|
description: Statsample extension (Autoloaded)
|
|
363
|
-
|
|
368
|
+
version: "~> 1.2"
|
|
364
369
|
statsample-glm:
|
|
365
370
|
category: statistics
|
|
366
371
|
description: Statistics
|
|
@@ -379,8 +384,8 @@ statsample-sem:
|
|
|
379
384
|
statsample-timeseries:
|
|
380
385
|
category: statistics
|
|
381
386
|
description: Statistics
|
|
382
|
-
|
|
383
|
-
|
|
387
|
+
module: Statsample::TimeSeries
|
|
388
|
+
version: "~> 0.3"
|
|
384
389
|
stuff-classifier:
|
|
385
390
|
category: ai
|
|
386
391
|
description: Machine learning
|
|
@@ -391,6 +396,11 @@ symbolic:
|
|
|
391
396
|
description: Symbolic math
|
|
392
397
|
exclude: Outdated gem
|
|
393
398
|
module: Symbolic
|
|
399
|
+
symengine:
|
|
400
|
+
category: algebra
|
|
401
|
+
description: Symbolic math
|
|
402
|
+
exclude: Gem is broken
|
|
403
|
+
module: SymEngine
|
|
394
404
|
tioga:
|
|
395
405
|
category: plotting
|
|
396
406
|
description: Scientific plots with PDF and TeX
|
data/lib/sciruby/version.rb
CHANGED
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.8
|
|
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-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Scientific gems for Ruby
|
|
14
14
|
email:
|
|
@@ -74,6 +74,7 @@ post_install_message: |+
|
|
|
74
74
|
* measurable - Distance measures for machine learning
|
|
75
75
|
* mikon - Dataframe library
|
|
76
76
|
* minimization - Numerical minimization
|
|
77
|
+
* mixed_models - Fit statistical models
|
|
77
78
|
* modshogun - Machine learning
|
|
78
79
|
* narray - Numerical matrix library
|
|
79
80
|
* nmatrix - Numerical matrix library
|
|
@@ -110,6 +111,7 @@ post_install_message: |+
|
|
|
110
111
|
* statsample-timeseries - Statistics
|
|
111
112
|
* stuff-classifier - Machine learning
|
|
112
113
|
* symbolic - Symbolic math
|
|
114
|
+
* symengine - Symbolic math
|
|
113
115
|
* tioga - Scientific plots with PDF and TeX
|
|
114
116
|
* treat - Natural language processing
|
|
115
117
|
* unit - Calculation with units
|
|
@@ -134,3 +136,4 @@ signing_key:
|
|
|
134
136
|
specification_version: 4
|
|
135
137
|
summary: Scientific gems for Ruby
|
|
136
138
|
test_files: []
|
|
139
|
+
has_rdoc:
|