rb-gsl 1.16.0.1 → 1.16.0.2

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +111 -107
  3. data/ext/gsl/extconf.rb +22 -17
  4. data/lib/gsl/version.rb +1 -1
  5. metadata +18 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3baea03d526d67dd34354f8c5247ca9f322f1ebe
4
- data.tar.gz: 9bb134da00e571869b96733c7da83c11283c1249
3
+ metadata.gz: f8d84ec677e9881209b3a25a5e78c1254bc29155
4
+ data.tar.gz: 1d309471b9bbb6e9776d829e06d6611c817caa31
5
5
  SHA512:
6
- metadata.gz: f10075bbb641ff8048087e0eb61d84b810f105ae2594dddf960fe81592cb98aff8b8d81f15376fc6f87a15005ecd875652a102faa396cf5bea2658f58c9dd3c4
7
- data.tar.gz: 13da69c705a085b5f66c847771727c03f3e24eedb36ade6b11c033e207147ae218ee0be7b8b19f84b2f82c0ee152705845d25da35a0716836a1d70f687cdc549
6
+ metadata.gz: 246c81e8b4e2bca4861b205f842354b8bc343c34fb0ba69abc7858ffcc9a262482d583290fec85d16924891afb2b45628d03a5128ec34f2d7667f3437b43cfb7
7
+ data.tar.gz: 4bc542cb294cc691c0cb3e058af66317ae6c6d77b919b264c7e0446cbe348a27e1692a3a35190c794bd537c135cca56b3f99f3226b24e6b3381dc28880b89d96
data/ChangeLog CHANGED
@@ -1,14 +1,18 @@
1
- Thu Apr 24 16:35:40 CET 2014
1
+ Wed Jul 9 2014
2
+ * Ruby/GSL 1.16.0.2
3
+ * Fixed linking problem.
4
+
5
+ Thu Apr 24 2014
2
6
  * Ruby/GSL 1.16.0.1
3
7
  * Extensive cleanup.
4
8
  * Fixed linking problems.
5
9
  * Required Ruby version >= 1.8.7.
6
10
 
7
- Fri Jan 24 14:46:30 CET 2014
11
+ Fri Jan 24 2014
8
12
  * Ruby/GSL 1.16.0
9
13
  * GSL-1.16 support.
10
14
 
11
- Fri Jan 24 14:16:30 CET 2014
15
+ Fri Jan 24 2014
12
16
  * Ruby/GSL 1.15.3.2
13
17
  * Windows compatibility.
14
18
  * Ruby 2.x compatibility.
@@ -16,36 +20,36 @@ Fri Jan 24 14:16:30 CET 2014
16
20
  * Silenced compilation warnings.
17
21
  * Switched to rake-compiler for compilation.
18
22
 
19
- Sat Feb 26 08:18:45 PST 2011
23
+ Sat Feb 26 2011
20
24
  * Ruby/GSL 1.14.7
21
25
  * Fix conversion of non-DFLOAT NArray to GSL::Vector and
22
26
  GSL::Vector::Complex.
23
27
 
24
- Thu Feb 24 10:27:08 PST 2011
28
+ Thu Feb 24 2011
25
29
  * Ruby/GSL 1.14.6
26
30
  * Add Vector::Complex support to NArray conversions
27
31
  * Raise exception when trying to create View from NArray object of
28
32
  incompatible type.
29
33
 
30
- Sun Nov 14 17:01:07 PST 2010
34
+ Sun Nov 14 2010
31
35
  * Ruby/GSL 1.14.5
32
36
  * Convert docs from rdtool to rdoc
33
37
  * Fix object id handling bugs on 64-bit systems
34
38
  * Fix Vector's handling of Range parameters
35
39
 
36
- Wed Sep 29 00:37:44 BOT 2010
40
+ Wed Sep 29 2010
37
41
  * Modification for ruby-1.9.2
38
42
  * Replaced STR2CSTR to StringValuePtr
39
43
 
40
- Mon Mar 22 23:54:07 MDT 2010
44
+ Mon Mar 22 2010
41
45
  * GSL-1.14 support
42
46
  * Added GSL::Multiset class
43
47
  * Added GSL::Function#glfixed(a, b table)
44
48
 
45
- Sun Aug 16 19:01:31 BOT 2009
49
+ Sun Aug 16 2009
46
50
  * Added Non-negative Matrix Factorization (NMF) support (by Roman Shterenzon)
47
51
 
48
- Sat Aug 8 22:36:24 BOT 2009
52
+ Sat Aug 8 2009
49
53
  * Added GSL-1.13 features:
50
54
  * Added GSL::Monte::Miser#params_get, GSL::Monte::Vegas#params_get
51
55
  * Added GSL::BSpline::greville_abscissa(i)
@@ -53,49 +57,49 @@ Sat Aug 8 22:36:24 BOT 2009
53
57
  * Added a new minimization algorithm "quad_golden"
54
58
  * Added a new multimin algorithm "nmsimplex2rand"
55
59
 
56
- Tue Jun 9 10:42:30 JST 2009
60
+ Tue Jun 9 2009
57
61
  * Fixed bug in linalg.c (bug [#25842])
58
62
 
59
- Thu Feb 2 12:16:38 JST 2009
63
+ Thu Feb 2 2009
60
64
  * Fixed a bug in GSL::Histogram.alloc_uniform() (bug [#23040])
61
65
  * Fixed a bug in GSL::Vector#/ (bug [#23334])
62
66
 
63
- Thu Nov 6 17:34:18 JST 2008
67
+ Thu Nov 6 2008
64
68
  * Match with the tensor extension version 0.99
65
69
  * now not compatible for the versions older than tensor-0.97.
66
70
 
67
- Sat Jul 26 08:23:45 JST 2008
71
+ Sat Jul 26 2008
68
72
  * GSL::Poly.eval now handles complex numbers (GSL-1.11)
69
73
  * Added new quasi-random generators "halton" and "reversehalton"
70
74
  * Added a module function GSL::MultiFit::linear_residuals() (GSL-1.11)
71
- * Fixed a bug in ODE solver
75
+ * Fixed a bug in ODE solver
72
76
 
73
- Mon Jun 30 22:07:24 JST 2008
77
+ Mon Jun 30 2008
74
78
  * Fixed GSL::Vector#normalize (#20865)
75
79
 
76
- Mon May 26 19:21:15 JST 2008
80
+ Mon May 26 2008
77
81
  * Fixed a bug in GSL::Matrix::to_v (#19757)
78
82
  * Fixed a bug in GSL::Vector::Int multiplication (#19924)
79
83
 
80
- Sat Dec 8 23:44:47 2007
84
+ Sat Dec 8 2007
81
85
  * Version 1.10.3
82
86
 
83
- Tue Dec 2 16:30:15 2007
87
+ Tue Dec 2 2007
84
88
  * Improved GSL::Vector#get for a Range arg
85
89
  * Improved GSL::Vector#concat for an Array arg
86
90
  * Fixed a bug in GSL::Matrix.alloc with column vector arguments
87
91
 
88
- Thu Dec 2 10:58:37 2007
92
+ Thu Dec 2 2007
89
93
  * Added methods GSL::Vector#pow(p), GSL::Vector#pow!(p)
90
94
 
91
- Wed Oct 17 04:04:39 2007
95
+ Wed Oct 17 2007
92
96
  * Fixed a bug in poly_source.c
93
97
 
94
- Sun Oct 7 14:18:31 2007
98
+ Sun Oct 7 2007
95
99
  * Version 1.10.0
96
100
  * ndlinear extension support
97
101
 
98
- Sat Sep 22 01:49:57 2007
102
+ Sat Sep 22 2007
99
103
  Added GSL-1.10 features
100
104
  * Added generalized eigensystem methods
101
105
  * Added method GSL::Stats::correlation(v1, v2) to compute
@@ -110,15 +114,15 @@ Sat Sep 22 01:49:57 2007
110
114
  and GSL::Linalg::Chomplex::Cholesky::svx
111
115
  * Added method GSL::hypot3(x, y, z)
112
116
 
113
- Sat Aug 11 00:45:48 2007
117
+ Sat Aug 11 2007
114
118
  * Modified ext/extconf.rb: Check gsl_stats_correlation()
115
119
 
116
- Sun Aug 5 15:46:51 2007
120
+ Sun Aug 5 2007
117
121
  * Improved GSL::Vector::filescan()
118
- Tue May 15 13:35:49 2007
122
+ Tue May 15 2007
119
123
  * Fixed a bug in Vector#get (Thank to Daigo Moriwaki)
120
124
 
121
- Sun Feb 18 00:08:15 2007
125
+ Sun Feb 18 2007
122
126
  * Completed GSL-1.8.90 features
123
127
  * Change names "unsymm" ---> "nonsymm" for non-symmetric eigen systems
124
128
  * Added Mathieu functions
@@ -126,44 +130,44 @@ Sun Feb 18 00:08:15 2007
126
130
  * Added knuthran2002 generator
127
131
  * Added a new minimization method GSL::MultiMin::FdfMinimizer::BFGS2
128
132
 
129
- Sun Dec 31 01:34:29 2006
133
+ Sun Dec 31 2006
130
134
  * Remove the module function GSL::equal?, which breaks the Ruby policy.
131
-
132
- Sun Dec 24 16:51:34 2006
135
+
136
+ Sun Dec 24 2006
133
137
  * Added Basis splines
134
138
  * CQP and Bundle extentions support
135
-
136
- Wed Dec 13 01:02:09 2006
139
+
140
+ Wed Dec 13 2006
137
141
  * OOL extension support (OOL version 0.2)
138
142
  * OOL: Open Optimization Library
139
-
140
- Mon Dec 11 01:04:19 2006
141
- * Add a quasi-random sequence generator hdsobol
143
+
144
+ Mon Dec 11 2006
145
+ * Add a quasi-random sequence generator hdsobol
142
146
  (require the qrngextra extension)
143
-
144
- Tue Sep 26 18:58:26 BOT 2006
147
+
148
+ Tue Sep 26 2006
145
149
  * Fixed a bug in GSL::Vector#*
146
150
 
147
- Sun Sep 24 10:37:49 BOT 2006
151
+ Sun Sep 24 2006
148
152
  * Fixed a bug in GSL::Matrix.vandermonde()
149
153
  * Added methods GSL::Vector#join, zip, cumsum, cumprod
150
154
 
151
- Thu Sep 21 20:03:39 BOT 2006
155
+ Thu Sep 21 2006
152
156
  * Added methods to calculate eigenvectors of nonsymmetric matrices
153
157
  * Added test scripts tests/eigen/unsymm.rb, tests/eigen/unsymmv.rb
154
158
 
155
- Wed Aug 23 00:51:12 BOT 2006
159
+ Wed Aug 23 2006
156
160
  * Added methods to calculate eigenvalues of nonsymmetric matrices
157
161
 
158
- Fri Aug 18 20:47:05 BOT 2006
162
+ Fri Aug 18 2006
159
163
  * Fixed bug in Sf::hypot
160
164
 
161
- Sat Apr 29 12:29:10 JST 2006
165
+ Sat Apr 29 2006
162
166
  * Applied patch provided by Cameron McBride, to fix a bug in
163
167
  randist.c
164
168
  * Applied patched by zunda to fix some test/ scripts.
165
169
 
166
- Thu Apr 13 22:21:02 JST 2006
170
+ Thu Apr 13 2006
167
171
  * Version 1.8.0
168
172
  * Added cumulative distribution functions under the module GSL::Cdf:
169
173
  binomial, poisson, geometric, negative binomial, pascal and hypergeometric.
@@ -177,10 +181,10 @@ Thu Apr 13 22:21:02 JST 2006
177
181
  * Added GSL::Spline#min_size
178
182
  * Added the Debye unit to physical constants.
179
183
 
180
- Fri Dec 2 19:05:30 JST 2005
184
+ Fri Dec 2 2005
181
185
  * Singleton method "new" ---> "alloc"
182
186
 
183
- Sun Nov 27 14:01:12 JST 2005
187
+ Sun Nov 27 2005
184
188
  * Apply patch by zunda to improve multifit.
185
189
  * Fix bug in dirac.c
186
190
 
@@ -188,7 +192,7 @@ Tue Apr 3 JST 2005
188
192
  * Added Vector#collect!, Matrix#collect!
189
193
  * Added lib/rbgsl.rb, in which the GSL module is not included by default
190
194
 
191
- Wed Apr 27 21:21:58 JST 2005
195
+ Wed Apr 27 2005
192
196
  * The following Linalg methods now can handle NArray objects:
193
197
  * GSL::Linalg::
194
198
  * LU.decomp(m)
@@ -209,47 +213,47 @@ Wed Apr 27 21:21:58 JST 2005
209
213
  * HH.solve(m, b)
210
214
  * HH.svx(m, bx)
211
215
 
212
- Mon Apr 18 23:27:16 JST 2005
216
+ Mon Apr 18 2005
213
217
  * Improved gsl_narray.c (thanks to T. Horinouchi)
214
218
  * Modified extconf.rb
215
219
  * Automatic finding of NArray
216
220
  * Applied a patch by zunda
217
221
 
218
- Thu Apr 7 18:26:08 JST 2005
222
+ Thu Apr 7 2005
219
223
  * Modified extconf.rb
220
224
 
221
- Mon Mar 21 23:17:56 JST 2005
225
+ Mon Mar 21 2005
222
226
  * Version 1.6.2
223
227
 
224
- Sat Mar 19 01:00:15 JST 2005
228
+ Sat Mar 19 2005
225
229
  * Fixed Blas.dgemm, .zgemm
226
230
  * Fixed method re-definitions
227
231
 
228
- Tue Mar 15 23:20:15 JST 2005
232
+ Tue Mar 15 2005
229
233
  * Added class GSL::Block::Byte, GSL::Block::Index
230
234
  * Added NArray-like methods, Vector#eq, ne, gt, where, any? etc.
231
- * Added methods Vector#floor, Vector#ceil,
235
+ * Added methods Vector#floor, Vector#ceil,
232
236
  and Vector#round (if the system has)
233
237
 
234
- Sat Mar 12 14:49:47 JST 2005
238
+ Sat Mar 12 2005
235
239
  * Fixed Vector#get
236
240
 
237
- Sat Feb 26 11:18:22 JST 2005
241
+ Sat Feb 26 2005
238
242
  * Ruby 1.9.0 support
239
243
 
240
- Sat Feb 5 03:24:28 JST 2005
244
+ Sat Feb 5 2005
241
245
  * Version 1.6.1
242
246
 
243
- Wed Jan 26 23:28:07 JST 2005
247
+ Wed Jan 26 2005
244
248
  * Added in-place FFT methods
245
249
  * Fixed FFT document
246
250
 
247
- Thu Jan 20 00:55:26 JST 2005
251
+ Thu Jan 20 2005
248
252
  * Added Vector#decimate, Vector#diff
249
253
  * Added Matrix#rot90
250
254
  * Fixed Matrix::Complex
251
255
 
252
- Thu Jan 06 18:46:02 JST 2005
256
+ Thu Jan 06 2005
253
257
  * Some methods which receive GSL::Vector now can also manipulate
254
258
  NArray objects.
255
259
  * Special functions
@@ -262,18 +266,18 @@ Thu Jan 06 18:46:02 JST 2005
262
266
  * Added method Vector#decimate
263
267
  * Sf::exp now can receive Complex or Vector::Complex
264
268
 
265
- Tue Jan 04
269
+ Tue Jan 04
266
270
  * Version 1.6.0
267
271
 
268
- Thu Dec 30 04:34:14 JST 2004 Yoshiki Tsunesada
272
+ Thu Dec 30 2004 Yoshiki Tsunesada
269
273
  * Update for GSL-1.5.90
270
274
  * Added Sf::psi_1
271
275
  * Added ODE stepper rk2simp
272
276
  * Added LQ, PTLQ decompositions
273
277
  * Added methods Cdf::exppow_P, Cdf::exppow_Q
274
278
 
275
- Mon Dec 27 22:19:55 JST 2004 Yoshiki Tsunesada
276
- * All Ruby/GSL classes are defined as derivatives of the base class
279
+ Mon Dec 27 2004 Yoshiki Tsunesada
280
+ * All Ruby/GSL classes are defined as derivatives of the base class
277
281
  GSL::Object.
278
282
  * Defined the method GSL::Object#info
279
283
  * Added Vector#histogram
@@ -281,35 +285,35 @@ Mon Dec 27 22:19:55 JST 2004 Yoshiki Tsunesada
281
285
  * Modified the methods Histogram#increment, accumulate
282
286
  * Added methods Poly.fit, Poly.wfit, MultiFit.polyfit
283
287
  * Added methods Vector::Complex#abs2, abs, arg
284
- * Modified FFT methods: now they return FFTed data as a new vector,
288
+ * Modified FFT methods: now they return FFTed data as a new vector,
285
289
  and do not destroy the input vector.
286
290
 
287
- Sat Dec 11 21:45:30 JST 2004 Yoshiki Tsunesada
291
+ Sat Dec 11 2004 Yoshiki Tsunesada
288
292
  * Modified Histogram#integral
289
293
 
290
- Fri Dec 10 14:28:38 JST 2004 Yoshiki Tsunesada
294
+ Fri Dec 10 2004 Yoshiki Tsunesada
291
295
  * Added methods Histogram#reverse, Histogram2d#integrate,
292
296
  Histogram2d#normalize
293
297
 
294
- Mon Dec 6 01:15:03 JST 2004 Yoshiki Tsunesada
298
+ Mon Dec 6 2004 Yoshiki Tsunesada
295
299
  * Version 1.5.4
296
300
 
297
- Fri Dec 3 22:33:46 JST 2004 Yoshiki Tsunesada
301
+ Fri Dec 3 2004 Yoshiki Tsunesada
298
302
  * Added Histogram#rebin
299
303
 
300
- Fri Nov 26 21:17:17 JST 2004 Yoshiki Tsunesada
304
+ Fri Nov 26 2004 Yoshiki Tsunesada
301
305
  * Added method Vector#to_m
302
306
  * Added methods Matrix#reverse_rows, Matrix#reverse_columns
303
307
 
304
- Tue Nov 16 23:35:27 JST 2004 Yoshiki Tsunesada
305
- * The method Matrix#** is now obsolete, use "*"
308
+ Tue Nov 16 2004 Yoshiki Tsunesada
309
+ * The method Matrix#** is now obsolete, use "*"
306
310
  for matrix multiplication instead.
307
311
  * Improved Matrix#* and Vetor#*
308
- * Added methods Vector#to_m_diagonal, Vector#to_m_circulant,
312
+ * Added methods Vector#to_m_diagonal, Vector#to_m_circulant,
309
313
  Vector#collect
310
314
  * Added methods Matrix.hilbert, Matrix.invhilbert, Matrix.pascal,
311
315
  Matrix.vandermonde, Matrix.toeplitz, Matrix.circulant
312
- * Added methods Vector.indgen, Vector#indgen,
316
+ * Added methods Vector.indgen, Vector#indgen,
313
317
  Matrix.indgen, Matrix#indgen (mimics NArray)
314
318
  * Added class GSL::Histogram3d
315
319
  * Checked GSL lower version compatibilities
@@ -318,110 +322,110 @@ Tue Nov 16 23:35:27 JST 2004 Yoshiki Tsunesada
318
322
  * gsl-0.9.3 or older: not tested
319
323
  * gsl-1.6 (development version, CVS Nov2004): OK
320
324
 
321
- Sun Nov 7 00:56:11 JST 2004 Yoshiki Tsunesada
325
+ Sun Nov 7 2004 Yoshiki Tsunesada
322
326
  * Support the gsl_tensor package
323
327
  * http://sources.redhat.com/ml/gsl-discuss/2004-q4/msg00053.html
324
328
  * Added class GSL::Tensor, GSL::Tensor::Int
325
329
  * The methods Vector#get, Vector#[] now receive multiple
326
330
  arguments, or an Array, or a Range object.
327
331
 
328
- Thu Nov 4 21:13:38 JST 2004 Yoshiki Tsunesada
329
- * Added class GSL::Histogram::Integral, which represents the
332
+ Thu Nov 4 2004 Yoshiki Tsunesada
333
+ * Added class GSL::Histogram::Integral, which represents the
330
334
  cumulative distribution.
331
335
  * Added method GSL::Histogram#integrate, which creates a
332
336
  GSL::Histogram::Integral object.
333
337
  * Added methods GSL::Histogram2d#xproject, yproject, normalize, increment2.
334
338
 
335
- Sun Oct 31 02:34:28 JST 2004 Yoshiki Tsunesada
339
+ Sun Oct 31 2004 Yoshiki Tsunesada
336
340
  * Fix the document for Polynomials
337
341
  * Added methods Poly::hermite(n), Poly::cheb(n), and Poly::cheb_II(n) etc..
338
342
  * Added method Poly#compan, which returns the companion matrix.
339
343
  * The method Matrix#/ is improved: if a Vector is given, this method
340
344
  solves the linear system.
341
345
 
342
- Mon Oct 25 01:25:12 JST 2004 Yoshiki Tsunesada
346
+ Mon Oct 25 2004 Yoshiki Tsunesada
343
347
  * Split the source file "randist.c" into "randist.c" and "cdf.c"
344
348
  * Split the source file "diff.c" into "diff.c" and "deriv.c"
345
349
  * Split the source file "interp.c" into "interp.c" and "spline.c"
346
350
  * Added methods Vector#abs, sqrt, square, normalize
347
351
  * Added sample scripts odeiv/frei1.rb, fft/frei2.rb
348
- and eigen/qhoscillator.rb, which deal with quantum mechanical
349
- calculations. These are translated from the C++ code in the
350
- Harald Wiedemann's textbook "Numerische Physik"
352
+ and eigen/qhoscillator.rb, which deal with quantum mechanical
353
+ calculations. These are translated from the C++ code in the
354
+ Harald Wiedemann's textbook "Numerische Physik"
351
355
  (Springer 2004, ISBN 3-540-40774-X).
352
356
 
353
- Sat Oct 23 19:08:02 JST 2004 Yoshiki Tsunesada
357
+ Sat Oct 23 2004 Yoshiki Tsunesada
354
358
  * Added a method GSL::Vector#logspace2. The following two are
355
359
  equivalent:
356
360
  v1 = Vector.logspace(1, 3, 5)
357
361
  v2 = Vector.logspace2(10, 1000, 5)
358
362
 
359
- Tue Oct 19 23:23:38 JST 2004 Yoshiki Tsunesada
363
+ Tue Oct 19 2004 Yoshiki Tsunesada
360
364
  * Support the rngextra package
361
365
  * http://www.network-theory.co.uk/download/rngextra/
362
366
  * Added two random number generators "rngextra_rng1" and "rngextra_rng2"
363
367
  * Fixed a bug in the method Vector#subvector_with_stride
364
368
 
365
- Mon Oct 18 22:22:21 JST 2004 Yoshiki Tsunesada
369
+ Mon Oct 18 2004 Yoshiki Tsunesada
366
370
  * Added a sample script dht.rb
367
371
 
368
- Fri Oct 8 23:09:00 JST 2004 Yoshiki Tsunesada
372
+ Fri Oct 8 2004 Yoshiki Tsunesada
369
373
  * Version 1.5.3
370
374
 
371
- Thu Oct 7 22:47:59 JST 2004 Yoshiki Tsunesada
375
+ Thu Oct 7 2004 Yoshiki Tsunesada
372
376
  * The methods Vector.graph and GSL::graph improved.
373
377
  * Added sample scripts of special functions and probability distribution
374
378
  functions.
375
379
 
376
- Sat Oct 2 23:13:49 JST 2004 Yoshiki Tsunesada
380
+ Sat Oct 2 2004 Yoshiki Tsunesada
377
381
  * Discrete wavelet transform (experimental)
378
- * Presently this is only for CVS trackers,
382
+ * Presently this is only for CVS trackers,
379
383
  since DWT is not supported in the latest version GSL-1.5.
380
384
  * Added methods Vector.connect, Vector#connect
381
385
 
382
- Thu Sep 30 22:56:47 JST 2004 Yoshiki Tsunesada
383
- * The methods Vector#[] and Vector#[]= accept an index of
384
- negative integer. For example, v[-1] returns the last element
386
+ Thu Sep 30 2004 Yoshiki Tsunesada
387
+ * The methods Vector#[] and Vector#[]= accept an index of
388
+ negative integer. For example, v[-1] returns the last element
385
389
  of the vector v, v[-2] does the second last, and so on.
386
390
 
387
- Fri Sep 24 21:52:06 JST 2004 Yoshiki Tsunesada
391
+ Fri Sep 24 2004 Yoshiki Tsunesada
388
392
  * Fixed bug in Sf::legendre_Ql
389
393
 
390
- Wed Sep 1 19:02:42 JST 2004 Yoshiki Tsunesada
394
+ Wed Sep 1 2004 Yoshiki Tsunesada
391
395
  * Version 1.5.2
392
396
 
393
- Fri Aug 27 03:18:46 JST 2004 Yoshiki Tsunesada
397
+ Fri Aug 27 2004 Yoshiki Tsunesada
394
398
  * Experimental implementation of GNU plotutils graph and GNUPLOT interfaces
395
399
  * Added unary minus operators for GSL::Vector, GSL::Matrix
396
400
 
397
- Thu Aug 19 14:28:08 JST 2004 Yoshiki Tsunesada
401
+ Thu Aug 19 2004 Yoshiki Tsunesada
398
402
  * Added class GSL::Matrix::Int
399
403
  * Correct descriptions of GSL::Matrix#get_row, get_col
400
404
  * Changed behaviour of methods NArray#to_gv, NArray#to_gm,
401
405
  added methods NArray#to_gv_view, NArray#to_gm_view
402
406
 
403
- Wed Aug 18 02:38:20 JST 2004
407
+ Wed Aug 18 2004
404
408
  * Added method GSL::set_error_handler
405
409
 
406
- Tue Aug 17 20:59:39 JST 2004
410
+ Tue Aug 17 2004
407
411
  * Version 1.5.1
408
412
 
409
- Sat Aug 14 16:27:05 JST 2004 Yoshiki Tsunesada
413
+ Sat Aug 14 2004 Yoshiki Tsunesada
410
414
  * Changed behaviour of the methods Odeiv::Evolve#apply, Odeiv::Solver#apply
411
415
  * Fixed bug in GSL::Histogram#get
412
416
  * Fixed buf in GSL::Vector#matrix_view_with_tda
413
417
  * Added class GSL::Vector::Int
414
418
  * Added test suite
415
419
 
416
- Wed Aug 11 14:39:17 JST 2004 Yoshiki Tsunesada
420
+ Wed Aug 11 2004 Yoshiki Tsunesada
417
421
  * Fixed bug in GSL::Sf::legendle_Ql_e
418
422
  * Fixed bug in GSL::MultiFit.linear
419
423
 
420
- Tue Aug 10 10:31:21 JST 2004 Yoshiki Tsunesada
424
+ Tue Aug 10 2004 Yoshiki Tsunesada
421
425
  * Fixed bugs in GSL::Cdf::gumbel2_P, gumbel2_Q
422
426
  * Version 1.5.0
423
427
 
424
- Fri Aug 6 00:58:29 JST 2004 Yoshiki Tsunesada
428
+ Fri Aug 6 2004 Yoshiki Tsunesada
425
429
  * Fixed bug in Histogram2d.new_uniform
426
430
 
427
431
  4.Aug.2004
@@ -429,7 +433,7 @@ Fri Aug 6 00:58:29 JST 2004 Yoshiki Tsunesada
429
433
 
430
434
  2.Aug.2004
431
435
  * Added methods GSL::Vector#dot (inner product)
432
- * Added classes GSL::Vector::Col < GSL::Vector,
436
+ * Added classes GSL::Vector::Col < GSL::Vector,
433
437
  GSL::Vector::Col::View < GSL::Vector::Col
434
438
 
435
439
  1.Aug.2004
@@ -453,7 +457,7 @@ Fri Aug 6 00:58:29 JST 2004 Yoshiki Tsunesada
453
457
 
454
458
  20.Jul.2004
455
459
  * Added methods GSL::heapsort, Vector#heapsort, Vector::Complex#heapsort
456
- * Added methods GSL::heapsort_index, Vector#heapsort_index,
460
+ * Added methods GSL::heapsort_index, Vector#heapsort_index,
457
461
  Vector::Complex#heapsort_index
458
462
  * version 0.9.4
459
463
 
@@ -497,7 +501,7 @@ Fri Aug 6 00:58:29 JST 2004 Yoshiki Tsunesada
497
501
  * Fixed a bug in the method GSL::Sf::bessel_sequence_Jnu_e
498
502
 
499
503
  5.Jul.2004
500
- * Compile test with -Wall option:
504
+ * Compile test with -Wall option:
501
505
  * remove unused variables, check missing prototype declarations
502
506
  * Fixed a bug in the method GSL::Multimin::test_size (wrong binding)
503
507
 
@@ -530,7 +534,7 @@ Fri Aug 6 00:58:29 JST 2004 Yoshiki Tsunesada
530
534
 
531
535
  09.Jun.2004
532
536
  * ver 0.4.1
533
- * Add random number generators borosh13, coveyou, fishman18,
537
+ * Add random number generators borosh13, coveyou, fishman18,
534
538
  fishman20, fishman2x, knuthran, knuthran2, lecuyer21, waterman14.
535
539
  * Correct the documentation on random number generators
536
540
  * Add functions expint_E1_scaled,expint_E2_scaled, and others
@@ -565,10 +569,10 @@ Fri Aug 6 00:58:29 JST 2004 Yoshiki Tsunesada
565
569
 
566
570
  13.Apr.2004
567
571
  * Poly divided-difference reporesentation, Taylor expansion
568
- * Apply patch by S. Nishizawa, for type checks in C code,
572
+ * Apply patch by S. Nishizawa, for type checks in C code,
569
573
  and some modifications in sample scripts
570
574
 
571
- 12.Apr.2004, version 0.3.7
575
+ 12.Apr.2004, version 0.3.7
572
576
  * Add mathematical functions ldexp, frexp
573
577
  * Add gsl_sf_hazard function
574
578
  * QRng bug fix
@@ -582,4 +586,4 @@ version 0.3.3 Nonlinear least-squared fitting
582
586
  versoin 0.3.2 Least-squared fitting
583
587
  version 0.3.1 One dimensional root-finding
584
588
  version 0.3.0 FFTs, Ordinary differential equations
585
- 2002 version 0.2.5
589
+ 2002 version 0.2.5
data/ext/gsl/extconf.rb CHANGED
@@ -21,8 +21,24 @@ def gsl_have_library(func)
21
21
  have_func(func) if have_library('gsl', func)
22
22
  end
23
23
 
24
- def gsl_dir_config(target)
25
- dir_config(target, $sitearchdir, $sitearchdir)
24
+ def gsl_dir_config(target, idir = nil, ldir = idir)
25
+ dir_config(target, idir || $sitearchdir, ldir || $sitearchdir)
26
+ end
27
+
28
+ def gsl_gem_config(target, dir = 'ext')
29
+ path = begin
30
+ require 'rubygems'
31
+
32
+ spec = Gem::Specification.find_by_path("#{target}.h")
33
+ File.join(spec.full_gem_path, dir) if spec
34
+ rescue LoadError
35
+ end
36
+
37
+ gsl_dir_config(target, path)
38
+
39
+ $LOCAL_LIBS += " -l:#{target}.so" if arg_config("--force-link-#{target}") ||
40
+ $CFLAGS.include?('-Wl,--no-undefined') ||
41
+ $LDFLAGS.include?('-Wl,--no-undefined')
26
42
  end
27
43
 
28
44
  $CFLAGS += ' -Wall -Iinclude'
@@ -94,24 +110,13 @@ gsl_have_library('gsl_poly_solve_quartic')
94
110
 
95
111
  gsl_def(:HAVE_GNU_GRAPH) if find_executable('graph')
96
112
 
97
- narray = gsl_dir_config('narray')
98
-
99
- begin
100
- require 'rubygems'
101
-
102
- if spec = Gem::Specification.find_by_path('narray.h')
103
- $LOCAL_LIBS = "-L#{File.join(narray = spec.full_gem_path, 'src')} " + $LOCAL_LIBS
104
- $CPPFLAGS = "-I#{File.join(narray, spec.require_path)} " + $CPPFLAGS
105
-
106
- $LOCAL_LIBS += ' -l:narray.so' if RUBY_PLATFORM.include?('linux')
107
- end
108
- rescue LoadError
109
- end
113
+ gsl_gem_config('narray', 'src')
110
114
 
111
115
  have_header('narray.h')
112
- have_library('narray') if narray && RUBY_PLATFORM =~ /cygwin|mingw/
116
+ have_library('narray') if RUBY_PLATFORM =~ /cygwin|mingw/
113
117
 
114
- if !arg_config('--disable-tamu-anova') && gsl_dir_config('tamu_anova')
118
+ unless arg_config('--disable-tamu-anova')
119
+ gsl_dir_config('tamu_anova')
115
120
  gsl_have_header('tamuanova', 'tamu_anova/tamu_anova.h')
116
121
  end
117
122
 
data/lib/gsl/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module GSL
2
2
 
3
- RUBY_GSL_VERSION = RB_GSL_VERSION = '1.16.0.1'
3
+ RUBY_GSL_VERSION = RB_GSL_VERSION = '1.16.0.2'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb-gsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0.1
4
+ version: 1.16.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoshiki Tsunesada
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-04-24 00:00:00.000000000 Z
13
+ date: 2014-07-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: narray
@@ -54,6 +54,20 @@ dependencies:
54
54
  - - ">="
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
+ - !ruby/object:Gem::Dependency
58
+ name: rake-compiler
59
+ requirement: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ type: :development
65
+ prerelease: false
66
+ version_requirements: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
57
71
  - !ruby/object:Gem::Dependency
58
72
  name: test-unit
59
73
  requirement: !ruby/object:Gem::Requirement
@@ -749,7 +763,7 @@ metadata: {}
749
763
  post_install_message:
750
764
  rdoc_options:
751
765
  - "--title"
752
- - Ruby/GSL (v1.16.0.1)
766
+ - Ruby/GSL (v1.16.0.2)
753
767
  - "--charset"
754
768
  - UTF-8
755
769
  - "--line-numbers"
@@ -778,7 +792,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
778
792
  requirements:
779
793
  - GSL (http://www.gnu.org/software/gsl/)
780
794
  rubyforge_project:
781
- rubygems_version: 2.2.2.x
795
+ rubygems_version: 2.3.0
782
796
  signing_key:
783
797
  specification_version: 4
784
798
  summary: Ruby interface to the GNU Scientific Library [Ruby 2.x and GSL 1.16 compatible