sciruby 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES +8 -0
  3. data/gems.yml +13 -3
  4. data/lib/sciruby/version.rb +1 -1
  5. metadata +5 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2a7e0a4048747ec9aa41b21d1e3bd93ac57ca00
4
- data.tar.gz: cc12f1781444b55880ddb34cfcf1394e992bf008
3
+ metadata.gz: 7e74310fed376c57871f6a69d106c4003e05d2ae
4
+ data.tar.gz: 075752449c3fb9f5d5a979e4bdd634b217a06535
5
5
  SHA512:
6
- metadata.gz: 9dd9d337ed8320911298af5345892ea5cf290a32ee188f3a3ac09f349a8351e14b069589a4c19be3facf77b9f04ad8a04e6163a526fd860b15011fe222926f4c
7
- data.tar.gz: dcb0821405fe9645ad9299011071764b56047253a7caa75dd029561d98ed13592150097c2f874baea787371c3ddd2f36a9bf8ae1564e9ca0be94be6af8ef07ea
6
+ metadata.gz: 8910a1a68dd18e022ae17180256bc2222d48d5f917e9f4652c17a858f6f371fbcd9be43ed2ed7df8c25b19e6bf2957ec2b1634c9519dc68cc650b252164cf003
7
+ data.tar.gz: 9c99134034cdb956d13dae801ea8e06965d8bacd9a63f44f88a2c310b9375020bc2b1699b89a0c01b062b90e471df7e6e55608e2c012caaf2828048f805b4a94
data/CHANGES CHANGED
@@ -1,3 +1,11 @@
1
+ 0.2.8 (2015-08-24)
2
+
3
+ * More gems added
4
+
5
+ 0.2.7 (2015-07-08)
6
+
7
+ * More gems added
8
+
1
9
  0.2.6 (2015-07-02)
2
10
 
3
11
  * More gems added
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
- exclude: Outdated gem
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
- exclude: activesupport version conflict
383
- module: Statsample::Timeseries
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
@@ -2,5 +2,5 @@
2
2
  module SciRuby
3
3
  # SciRuby version string
4
4
  # @api public
5
- VERSION = '0.2.7'
5
+ VERSION = '0.2.8'
6
6
  end
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.7
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-07-08 00:00:00.000000000 Z
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: