The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Bio-Community.

0.1.5 2014-03-12
  - Bio::Community::next_member is faster and now returns identical objects
  - In generic and unifrac drivers, write member description if available, or
    ID otherwise
  - Renamed Bio::Tools::RepresentativeIdConverter to Bio::Tools::IdConverter.
    Renamed the corresponding script from bc_use_repr_id to bc_convert_ids. In
    both module and script, added support for BLAST tabular files and conversion
    from member description.
  - Added script bc_add_taxonomy that adds a taxonomic lineage when members have
    a valid taxonomic ID
  - Rarefaction module and script can now assume an infinite number of bootstrap
    repetitions

0.1.4 2014-02-10
  - Changes to script bc_measure_distance:
    * Renamed to bc_measure_beta
    * Can now be passed a list of metrics to compute
  - New script to calculate alpha diversity, bc_measure_alpha
  - Alpha diversity metrics in Bio::Community::Alpha more robust to special cases
  - Bio::Community::Gamma can now use the same metrics as Bio::Community::Alpha
  - bc_manage_samples script now supports wildcards
  - More accurate arithmetic comparisons in Bio::Community::Tools::Summarizer

0.1.3 2014-01-23
  - Added new Beta diversity measures: Sorensen, Jaccard and Morisita-Horn
  - Implemented a Rarefier pseudo-random number generator seed option
  - Fixed bc_correct_mis_assignments script crash under perl 5.12 (reported
    by an anonymous reviewer)
  - Windows compatibility fix in the Table role (patched by Francisco J.
    Ossandon)
  - Removed an "undefined value" warning in the Table role

0.1.2 2013-11-28
  - Fixed code that does not work with released BioPerl version

0.1.1 2013-11-22
  - Use a released version of BioPerl

0.1.0 2013-10-28
  - Initial release