gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsl-cvs] [SCM] GNU Scientific Library annotated tag, release-1-13, crea


From: Brian Gough
Subject: [Gsl-cvs] [SCM] GNU Scientific Library annotated tag, release-1-13, created. release-1-13
Date: Tue, 08 Sep 2009 15:25:49 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Scientific Library".

The annotated tag, release-1-13 has been created
        at  811039997ac82c33c8c39c9661700ed0876c50c3 (tag)
   tagging  530c614a52f0f7ac99a32e4cd8bd8549c499feab (commit)
  replaces  release-1-12
 tagged by  Brian Gough
        on  Tue Sep 8 16:21:17 2009 +0100

- Log -----------------------------------------------------------------
release 1.13
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iJwEAAECAAYFAkqmdm4ACgkQ9U2K2oCCH+qHJgQA2LBU+utNAw32X+nwARvJtbpw
ykWlz/iIqcEog3Q5M8ofaPxbgL5G+OQsiyluT3bSGvT2x5nOQs4wsCdzu7WFYvcF
vTseEWvQnyYfdMzcAcYu/6pdHRAAQ1diQypDKyngnnR7wbYyPa8SkhwCj8/LJ7ik
kTYN0BU0bAy1THWuAyc=
=pfjN
-----END PGP SIGNATURE-----

Brian Gough (114):
      increase version number to 1.12+
      added cross-reference to basis-splines
      fix minor @math/formatting problems, added cross-reference to 
interpolation
      added @tpindex entries for all types
      use -- for ranges in tex
      add @vrindex
      updated information for c99 inline
      added note about annoucements
      added index entries
      tidy examples for line length
      fix @math
      added Ricardo Biloti
      display more precision
      noted useless argument in gsl_sf_ellint_D for 2.0 release
      fix @math
      clarify HAVE_INLINE usage
      use @file for files instead of @code
      update monte results due to changes in generators
      added P.Alken to author list
      applied mathieu patch from L.Johnson
      updated BUGS file, added reference to bug tracker
      update docs - BLAS draft is now published, so not a draft any more
      add note for -L path when linking to atlas
      update url for BLAS standard
      corrected typo in derivation, added notes
      minor proofreading corrections
      [doc] fixed levy skew coefficients in plot (fixes bug #25498)
      updated plots
      clarify wording for array functions
      use gsl_pow_int instead of pow to avoid problems on MinGW [bug #25413]
      updated ISBN number
      added note about C99 inline
      note need for M<N in SVD
      patch for make install prefix=DIR (Peter Johansson)
      added test case for bug #26255
      restores the correct value of t on step failures [bug #26255]
      restore y on step failures
      fix length check in gsl_blas_drotm (Marco Maggi)
      added note about positive vs negative strides
      avoid possible nans in cubic solvers
      Merge branch 'master' of address@hidden:/srv/git/gsl
      automake manual recommends using @include version.texi
      added message about autoreconf
      improve support for C99 inline in configure script
      corrected filenames in comments
      corrected test for c==negative integer in gsl_sf_hyperg_2F1(a,b,c,x)
      proposed fix for discrete bug
      Merge commit '1ad68ab45e46986ec0dc4e237418b2489f64137c'
      avoid problems with rounding in gsl_ran_discrete_preproc (Srećko 
Jurić-Kavelj)
      documentation corrections from Daisuke TOMINAGA
      use U as matrix name instead of Q in hermtd
      tidying whitespace and prototypes
      tidying prototypes
      corrected error message (Pablo Moisset)
      try to produce cleaner defuns from headers
      noted correct spelling of steffensen
      noted that result has two components when used in formulas
      check the return code in hybrid multifit set function
      added note about make -k
      avoid needless use of OFFSET macro
      clarified reference
      removed unnecessary & symbol in examples
      update CODATA reference
      added check for singular matrix
      handle series of the form 1+0+0+0+... as a special case
      added tests for bug#26706
      extended singular matrix checking to complex lu
      clarify libcblas linking
      Merge branch 'master' of address@hidden:/srv/git/gsl
      Merge branch 'eeepc'
      handle NULL argument to functions which free memory, fixes bug #25319
      added some missing bug numbers
      fix bug #25039: gsl_ran_exponential range should be [0,inf]
      use dircategory from Free Software directory
      added randomly oriented Nelder-Mead simplex [bug #25077]
      added Howse minimiser quad_golden (without derivatives) [bug #25329]
      missing file - added Howse minimiser quad_golden (without derivatives) 
[bug #25329]
      add gsl_poly_eval_derivs  polynomial derivatives function (Marc Jourdain)
      initial handling of U(a,b,x=0) as a special case
      fix for bug #22859: gsl_sf_hyperg_U(-2,4,1)
      fix error introduced in RETURN_IF_NULL patch
      added tests for poch(a,x) with negative arguments
      handle negative arguments in the pochhammer functions
      fix for bug #26706 gsl_sf_hyperg_U(-2.0, 0.5, 1.13)
      fix docs for dirichlet distribution
      use #warning to deprecate gsl_const_cgs.h
      handle a wider range of arguments in gumbel1
      fix whitespace
      added changelog and NEWS entries for Greville abscissae
      clarified wording for simplex
      added separate params functions for miser/vegas
      Merge branch 'master' of ssh://192.168.1.10/home/bjg/gsl
      add docs for monte params changes, create separate functions for vegas 
result,err
      added testcase for bug #27180: nmsimplex2 failed to converge (A.Steiner)
      fix for bug #27180: nmsimplex2 failed to converge (A.Steiner)
      make nmsimplex2 ran_unif a static function
      remove unused variable
      whitespace cleanup
      preparing for release 1.13
      avoid invalid free in rk4 allocator, fixes bug #27194
      fix for bug #27236 invalid frees in bspline.c
      fix declaration order for c89, add header for expm1
      added missing header gsl_math.h for c89
      removed electromagnetic constants from gsl_const_cgs.h
      increase tolerance
      improve description for nmsimplex2
      removed old files regarding commercial support
      handle possible excess precision in while((x/=2)>0)
      Increase test tolerance for qawc(f459) elist
      increase test tolerance
      update version to 1.12.91
      copyright notices update
      updated news file
      updating version number for 1.13 release

Patrick Alken (4):
      Add bspline Greville abscissa (Rhys Ulerich)
      Revert "Add bspline Greville abscissa (Rhys Ulerich)"
      Add greville bspline code (Rhys Ulerich)
      Additional fix for greville abscissae

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Scientific Library




reply via email to

[Prev in Thread] Current Thread [Next in Thread]