NetBSD.se

CVS log for pkgsrc/math/ruby-rb-gsl/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / math / ruby-rb-gsl

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 10 11:23:48 2011 UTC (12 months, 2 weeks ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -4 lines
Update ruby-rb-gsl package to 1.14.7.

* pkgsrc change: fix conflicts of some functions name with newer gsl.


Sat Feb 26 08:18:45 PST 2011
  * Ruby/GSL 1.14.7
    * Fix conversion of non-DFLOAT NArray to GSL::Vector and
      GSL::Vector::Complex.

Thu Feb 24 10:27:08 PST 2011
  * Ruby/GSL 1.14.6
    * Add Vector::Complex support to NArray conversions
    * Raise exception when trying to create View from NArray object of
      incompatible type.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 4 04:09:57 2010 UTC (17 months, 2 weeks ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update ruby-rb-gsl package to 1.14.5.

Sun Nov 14 17:01:07 PST 2010
  * Ruby/GSL 1.14.5
    * Convert docs from rdtool to rdoc
    * Fix object id handling bugs on 64-bit systems
    * Fix Vector's handling of Range parameters

Wed Sep 29 00:37:44 BOT 2010
  * Modification for ruby-1.9.2
    * Replaced STR2CSTR to StringValuePtr

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 31 10:00:06 2010 UTC (2 years, 1 month ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -5 lines
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)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Mar 18 17:22:36 2010 UTC (2 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 20 15:34:33 2008 UTC (3 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -5 lines
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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 19 14:51:16 2008 UTC (3 years, 11 months ago) by taca
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
- Switch to use vendor_dir with Ruby 1.8.7.
- Compile with gsl-1.11 (and maybe later).

Bump PKGREVISION.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Dec 17 23:37:49 2007 UTC (4 years, 5 months ago) by minskim
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import ruby-rb-gsl.

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

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 17 23:37:49 2007 UTC (4 years, 5 months ago) by minskim
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>