Skip to content

Commit

Permalink
Updated Changes & Bumped Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ambs committed Dec 4, 2014
1 parent 57b477e commit a10332c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
=head1 Math::GSL Changes

=head1 v0.34 - December 2014

- Fixed bug on uncleared error variable (5.8.9)
- Added OO transpose method for matrices (Ivan Baidakou)

=head1 v0.33 - September 2014
- Added OO code for RNG->shuffle, RNG->choose and RNG->sample.
Expand Down
4 changes: 2 additions & 2 deletions lib/Math/GSL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ 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.34_1';
our $VERSION = '0.34';

=head1 NAME
Math::GSL - Perl interface to the GNU Scientific Library (GSL)
=head1 VERSION
Version 0.34_1
Version 0.34
=head1 SYNOPSIS
Expand Down

0 comments on commit a10332c

Please sign in to comment.