From 255bf7328464631446e9a8a99868c30c94cfe05f Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 23 Mar 2009 21:49:48 -0700 Subject: [PATCH] Bump version to 0.18 and touch up Changes --- Changes | 5 +++-- META.yml | 6 +++--- lib/Math/GSL.pm | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index aa98e81..ad8f970 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ =head1 Math::GSL Changes -=head1 v0.18 - March 16 2008 +=head1 v0.18 - March 23 2008 - Make Math::GSL play nice with GSL 1.12 - Added swap() to Vector objects with tests and docs @@ -18,7 +18,8 @@ - Overload '==' and '!=' for MatrixComplex and Matrix objects - Fix amd64 -fPIC compile failure - Add tests to Monte and refactor Sort tests - - Refactor and add error checking to callbacks + - Refactor and improve error checking in callback interface + - Fix 'NaN' test failures =head1 v0.16 - December 14 2008 (Happy Snowpocalypse PDX!) diff --git a/META.yml b/META.yml index 067f460..6a3540f 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: Math-GSL -version: 0.17_02 +version: 0.18 author: - 'Jonathan Leto ' abstract: Interface to the GNU Scientific Library using SWIG @@ -20,7 +20,7 @@ requires: provides: Math::GSL: file: lib/Math/GSL.pm - version: 0.17_03 + version: 0.18 Math::GSL::BLAS: file: lib/Math/GSL/BLAS.pm Math::GSL::BLASc: @@ -519,7 +519,7 @@ provides: file: lib/Math/GSL/Wavelet.pm Math::GSL::Waveletc: file: lib/Math/GSL/Wavelet.pm -generated_by: Module::Build version 0.280801 +generated_by: Module::Build version 0.31012 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.2.html version: 1.2 diff --git a/lib/Math/GSL.pm b/lib/Math/GSL.pm index 84e24ce..c351533 100644 --- a/lib/Math/GSL.pm +++ b/lib/Math/GSL.pm @@ -22,7 +22,7 @@ our %EXPORT_TAGS = ( all => \@EXPORT_OK, ); our ($GSL_PREC_DOUBLE, $GSL_PREC_SINGLE, $GSL_PREC_APPROX ) = 0 .. 2; our $GSL_MODE_DEFAULT = $GSL_PREC_DOUBLE; -our $VERSION = '0.17_03'; +our $VERSION = '0.18'; =head1 NAME @@ -30,7 +30,7 @@ Math::GSL - Perl interface to the GNU Scientific Library (GSL) =head1 VERSION -Version 0.17_03 +Version 0.18 =head1 SYNOPSIS -- 2.11.4.GIT