sciruby 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/gems.yml +18 -8
  3. data/lib/sciruby/version.rb +1 -1
  4. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c1c00aa11c21be06d80c46b1c8588d54045ac54
4
- data.tar.gz: 1a06f23981ed40e55d32b22ee3b73f014707dce1
3
+ metadata.gz: b2a7e0a4048747ec9aa41b21d1e3bd93ac57ca00
4
+ data.tar.gz: cc12f1781444b55880ddb34cfcf1394e992bf008
5
5
  SHA512:
6
- metadata.gz: 253375acf401e29710f3d365e57c663adf0b616be6d61b44b74c7c71b9df9aeed53c18e9321ef1225b0707e729d2abfedf7268df05bb3fe383d96c8bb85f5559
7
- data.tar.gz: 0d10859851a5ca2958cbccac47018d2c7cd01a21ce47f5bc36900cf6bb86da09ca981587dbaaf3d215cd743d2d44ac51fbc03e20aeaf4bbb297ae8dfbf890922
6
+ metadata.gz: 9dd9d337ed8320911298af5345892ea5cf290a32ee188f3a3ac09f349a8351e14b069589a4c19be3facf77b9f04ad8a04e6163a526fd860b15011fe222926f4c
7
+ data.tar.gz: dcb0821405fe9645ad9299011071764b56047253a7caa75dd029561d98ed13592150097c2f874baea787371c3ddd2f36a9bf8ae1564e9ca0be94be6af8ef07ea
data/gems.yml CHANGED
@@ -91,6 +91,11 @@ gnuplot:
91
91
  description: Plotting library
92
92
  module: Gnuplot
93
93
  version: "~> 2.6"
94
+ gnuplotrb:
95
+ category: plotting
96
+ description: Plotting library
97
+ module: GnuplotRB
98
+ version: "~> 0.2"
94
99
  gphys:
95
100
  category: physics
96
101
  description: Grided physical data
@@ -101,6 +106,18 @@ gruff:
101
106
  description: Plotting library
102
107
  module: Gruff
103
108
  version: "~> 0.6"
109
+ gsl:
110
+ category: numerics
111
+ description: Bindings for the GNU scientific library
112
+ module: GSL
113
+ owner: sciruby
114
+ version: "~> 1.16.0"
115
+ hamster:
116
+ category: utilities
117
+ description: Efficient persistent data structures
118
+ module:
119
+ - Hamster
120
+ version: "~> 1.0"
104
121
  histogram:
105
122
  category: statistics
106
123
  description: Histogram method
@@ -245,13 +262,6 @@ publisci:
245
262
  description: Publishing toolkit
246
263
  module: PubliSci
247
264
  version: "~> 0.1"
248
- rb-gsl:
249
- category: numerics
250
- description: Bindings for the GNU scientific library
251
- exclude: Requires narray
252
- module: GSL
253
- owner: sciruby
254
- require: gsl
255
265
  rb-libsvm:
256
266
  category: ai
257
267
  description: Support vector machines (machine learning)
@@ -356,7 +366,7 @@ statsample-glm:
356
366
  description: Statistics
357
367
  module: Statsample::GLM
358
368
  owner: sciruby
359
- version: "~> 0.2.0"
369
+ version: "~> 0.2"
360
370
  statsample-optimization:
361
371
  category: statistics
362
372
  description: Statsample extension (Autoloaded)
@@ -2,5 +2,5 @@
2
2
  module SciRuby
3
3
  # SciRuby version string
4
4
  # @api public
5
- VERSION = '0.2.6'
5
+ VERSION = '0.2.7'
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.6
4
+ version: 0.2.7
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-02 00:00:00.000000000 Z
11
+ date: 2015-07-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Scientific gems for Ruby
14
14
  email:
@@ -58,8 +58,11 @@ post_install_message: |+
58
58
  * gga4r - Genetic algorithms
59
59
  * gimuby - Genetic algorithms
60
60
  * gnuplot - Plotting library
61
+ * gnuplotrb - Plotting library
61
62
  * gphys - Grided physical data
62
63
  * gruff - Plotting library
64
+ * gsl - Bindings for the GNU scientific library
65
+ * hamster - Efficient persistent data structures
63
66
  * histogram - Histogram method
64
67
  * integration - Numerical integration
65
68
  * irtruby - Machine learning
@@ -84,7 +87,6 @@ post_install_message: |+
84
87
  * plplot - PLplot bindings
85
88
  * pry - Ruby shell
86
89
  * publisci - Publishing toolkit
87
- * rb-gsl - Bindings for the GNU scientific library
88
90
  * rb-libsvm - Support vector machines (machine learning)
89
91
  * rbmetis - Graph partitioning
90
92
  * rinruby - R interpreter
@@ -132,4 +134,3 @@ signing_key:
132
134
  specification_version: 4
133
135
  summary: Scientific gems for Ruby
134
136
  test_files: []
135
- has_rdoc: