./math/ruby-rb-gsl, Ruby interface to the GNU Scientific Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.14.3, Package name: ruby18-rb-gsl-1.14.3, Maintainer: minskim

Ruby/GSL is a ruby interface to the GSL (GNU Scientific Library), for
numerical computing with Ruby.


Required to run:
[lang/ruby18-base] [math/gsl]

Master sites:

SHA1: b78b617202c1a4152022f92316602869d2c93dd2
RMD160: d767cff2e0da48d0b6c5ce17f9f0487bc2e4a187
Filesize: 759.018 KB

Version history: (Expand)


CVS history: (Expand)


   2010-03-31 12:00:06 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
Update ruby-rb-gsl package to 1.14.3.

Mon Mar 22 23:54:07 MDT 2010
  * GSL-1.14 support
    * Added GSL::Multiset class
    * Added GSL::Function#glfixed(a, b table)

Sun Aug 16 19:01:31 BOT 2009
  * Added Non-negative Matrix Factorization (NMF) support (by Roman Shterenzon)

Sat Aug  8 22:36:24 BOT 2009
  * Added GSL-1.13 features:
    * Added GSL::Monte::Miser#params_get, GSL::Monte::Vegas#params_get
    * Added GSL::BSpline::greville_abscissa(i)
    * Added GSL::Poly#eval_derivs(x)
    * Added a new minimization algorithm "quad_golden"
    * Added a new multimin algorithm "nmsimplex2rand"

Tue Jun  9 10:42:30 JST 2009
  * Fixed bug in linalg.c (bug [#25842])

Thu Feb  2 12:16:38 JST 2009
  * Fixed a bug in GSL::Histogram.alloc_uniform() (bug [#23040])
  * Fixed a bug in GSL::Vector#/ (bug [#23334])

Thu Nov  6 17:34:18 JST 2008
  * Match with the tensor extension version 0.99
    * now not compatible for the versions older than tensor-0.97.

Sat Jul 26 08:23:45 JST 2008
  * GSL::Poly.eval now handles complex numbers (GSL-1.11)
  * Added new quasi-random generators "halton" and \ 
"reversehalton"
  * Added a module function GSL::MultiFit::linear_residuals() (GSL-1.11)
  * Fixed a bug in ODE solver

Mon Jun 30 22:07:24 JST 2008
  * Fixed GSL::Vector#normalize (#20865)

Mon May 26 19:21:15 JST 2008
  * Fixed a bug in GSL::Matrix::to_v (#19757)
  * Fixed a bug in GSL::Vector::Int multiplication (#19924)
   2010-03-18 18:22:36 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Remove two constants that are not defined by gsl any longer (since 1.13).
Fixes build, but bump PKGREVISION anyway since there were some packages
with this version that did build.

Set LICENSE.
   2009-06-14 20:05:51 by Joerg Sonnenberger | Files touched by this commit (88)
Log message:
Remove @dirrm entries from PLISTs
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2008-06-20 17:34:33 by Min Sik Kim | Files touched by this commit (4) | Package updated
Log message:
Update ruby-rb-gsl to 1.10.3.

Major changes since 1.9.2:
* GSL-1.10 support
  * Generalized eigensystems
  * Cholesky routines to complex matrices
  * and more
* NDLINEAR extension support: multi-linear,
  multi-parameter least squares fitting
   2008-06-19 16:51:17 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
- Switch to use vendor_dir with Ruby 1.8.7.
- Compile with gsl-1.11 (and maybe later).

Bump PKGREVISION.
   2007-12-18 00:37:50 by Min Sik Kim | Files touched by this commit (4) | Imported package
Log message:
Import ruby-rb-gsl.

Ruby/GSL is a ruby interface to the GSL (GNU Scientific Library), for
numerical computing with Ruby.