1.6611: Wed Dec 17 2014 - SREZIC@cpan.org suggested LC_ALL=C for all tests - using Number::Format vars instead of LC_ALL to fix tests - yeah, that's not going to work... using setlocale() 1.6608: Fri Jan 10 2014 - bug in LSF 1.6607: Mon Jan 23 2012 - forgot to update the copyright to 2012 1.6605: Sat Jan 21 2012 - change env var DEBUG to DEBUG_STATS_B (cpan698301@mstier.de) 1.6603: Mon Jan 24 2011 - fail to load Test::More gracefully, but don't require it even for build. 1.6602: Thu Sep 30 2010 - changes to make this work again in 5.6.x (hint provided by Jerome Provensal) 1.6601: Sat Sep 12 2009 - The debian build devs set TEST_AUTHOR, then created a bug report concerning the results. First things first, make it so setting TEST_AUTHOR doesn't work unless you set a specific code -- are you the author? No? Then don't complain about the suggestions from Perl-Critic - fixed the various things the latest Perl-Critic complains about -- nothing really, and a bug in the critic. 1.6600: Sun Jun 28 2009 - new test: create each object in its empty state, make sure its really empty. - added an importer interface for the %ENV vars - removing the ENV vars (except for pre-compile init) - finished updating the pods for all the 1.66 changes 1.6600: Sat Jun 27 2009 - worked on computed vectors a little. decided it should be possible to insert into them, instead inserting into the input_vector. - finished a lot more 1.66 docs - since two vectors remain separate objects under $v1->set_vector($v2), they shouldn't be linked together from that -- set_vector now copies instead of linking. computed() vectors can serve that role instead. - made sure all the object accessors return the object - made set_vector() take nonscalars like all the export constructors - made the export constructors use the new set_vector() via new() - made all the objects true in bool context 1.6600: Wed Jun 24 2009 - _OVBed: median, StdDev, Variance - fixed bugs resulting from the above - made quite a lot of the methods of Vectors private - trying to make the pods more consistent and informative - renamed size() as query_size() to be really consistent -- but put in an undocumented alias named size() ... maybe deprecate later. - renamed ginsert() append(), but left ginsert() operational, with no real chance of deprecation later 1.6600: Tue Jun 23 2009 - installed a lotta DRY on the two vector classes, will continue this tonight and on lunch break most likely. - worked on the docs, they need a good deal of work - _OVBed Mean - noticed a half-way implemented set_vector fill-disabler, why isn't it finished? - added a query_filled to check to see if a vector is full - made sure the _OVB and _TVB base classes know about the half implemented fill disabler - use query_filled in various places, to make it automagic like everything else - I gave up on the second argument to set_size... it needs to be kinda system wide to work right. Another $ENV{VAR}. *sigh* - _OVBed Mode 1.6600: Mon Jun 22 2009 - started added best practices stuff to the dist 1.6500: Fri May 29 2009 - I get asked, "does S::B handle missing values?" quite a lot. - YES IT DOES! (now) 1.6007: Sat May 2 2009 - fixed copyright information on request - fixed various docbugs - finished a thought about outliers 1.6005: Thu Mar 26 12:22:23 EDT 2009 - META.yml stuff 1.6004: Sun Mar 1 07:15:37 EST 2009 - doc bug found by Raj Chandran 1.6003: Sun Feb 8 17:21:39 EST 2009 - perl 5.8.0 can't deal with this program, requiring 5.8.1: my $o = bless {v1=>1, v2=>2}, "class"; print "K:$_; V:$o->{$_}\n" for keys %$o; print "K:$_; V:$o->{$_}\n" for qw(v1 v2 v3); 1.6002: Mon Jan 19 07:16:55 EST 2009 - I'm skipping the t/60_ tests without recent versions of Math::BigFloat. No idea what causes the problems, but since the module isn't required, it doesn't even tell me the version of the module. - Perl's locale support is embarrassingly buggy. Under certain conditions, Number::Format will die because perl's POSIX getlocale stuff returns some (but not all) of certain locales. This stuff is reproducible on almost any machine, so I didn't bother to report it. WRW installed a fix in NF 1.61(a) that sets the thousands_sep to "" when it's the same as the decimal_point. Fixed (sorta). 1.6001: Thu Nov 6 07:06:24 EST 2008 - noted the population vs sample issue (again) 1.6: Sun Oct 19 07:24:19 EDT 2008 - rather than fixing more of the tests using abs(blah-blarg)