Skip to content

Commit

Permalink
Bookkeeping before 0.07 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Oct 10, 2011
1 parent db746e1 commit 48849ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension Math::GSLx::ODEIV2.

0.07 Mon Oct 10
- Added additional tests (leto++)
- still need Jacobian tests
- Fixed critical bug when t0 != 0

0.06 Wed Oct 5
- Added h_max parameter and renamed h_step to h_init
- Added Jacobian handling and with it the remaining step types
Expand Down
4 changes: 3 additions & 1 deletion MANIFEST
Expand Up @@ -4,8 +4,10 @@ MANIFEST
ODEIV2.xs
ppport.h
README
t/00-use.t
t/odes_simple.t
t/ode_system.t
t/sine.t
t/sine_bad.t
t/sine_jacobian.t
t/simple_odes.t
lib/Math/GSLx/ODEIV2.pm
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
Math-GSLx-ODEIV2 version 0.06
Math-GSLx-ODEIV2 version 0.07
=============================

Provides a convenient interface to GSL's new (as of version 1.15) odeiv2 ordinary differential equation solver.
Expand Down
2 changes: 1 addition & 1 deletion lib/Math/GSLx/ODEIV2.pm
Expand Up @@ -14,7 +14,7 @@ our @EXPORT_OK = ( qw/ get_gsl_version get_step_types / );
our %EXPORT_TAGS;
push @{$EXPORT_TAGS{all}}, @EXPORT, @EXPORT_OK;

our $VERSION = '0.06';
our $VERSION = '0.07';
$VERSION = eval $VERSION;

our $Verbose = 0;
Expand Down

0 comments on commit 48849ec

Please sign in to comment.