diff --git a/Changes b/Changes index b24a21a..b40b281 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for Perl extension Bio::Graphics. +1.90 Sun Mar 15 01:11:28 EDT 2009 + - Optimized Bio::Graphics::Wiggle to sample directly from disk when the desired visualization + size is significantly (less than 100 fold) smaller than the length of the region to + be sampled. 1.88 Sat Mar 14 23:31:46 EDT 2009 -Cleaned up calculation of min and max values for scaling and introduced the "autoscale" option. 1.87 Sat Mar 14 20:56:47 EDT 2009 diff --git a/lib/Bio/Graphics.pm b/lib/Bio/Graphics.pm index 764f6d7..3079da8 100644 --- a/lib/Bio/Graphics.pm +++ b/lib/Bio/Graphics.pm @@ -2,7 +2,7 @@ package Bio::Graphics; use strict; use Bio::Graphics::Panel; -our $VERSION = '1.89'; +our $VERSION = '1.90'; 1;