*1.3.2 __

`summarize_boostrap` now provides normal method (obs +/- 1.96 * std. dev.)
confidence intervals as well as percentile method. Normal method is used in
print statement for summarized boostraps.

Small tweaks to match new CRAN policy/ R behaviour

*1.3.1

Bug fix: Since the last release the pairwise version of Gst_Nei was actually
caclulated Gst_Hedrick. Thanks to Thierry Gosselin for the patch.

*1.3.0 __

MMOD now compatible with adegenet 2.0.

Additional small changes
+ Option to use harmonic means of Hs/Ht in calculation of jost's D
+ Clean up of pairwise function code
+ explicit imports from stats pkg (new CRAN policy)

*1.2.1 __

Small Updates to keep up with best practices (devtools CRAN)

*1.2 __

New function to turn a DNAbin object (from ape) into a genind
with frequency of haplotypes/alleles
Implemented tests for stats functions
Pairwise functions maintain their pop names (thanks Brend Gruber)

* 1.01 __

Fixed bug in Gst_Nei, reported by Aaron Adamack
Sped up dist.codom
Create staticdocs documentation

1.0 __

Mainly small tweaks to existing tools
Bumped to 1.0 as paper describing this software is out (CITATION included)

* 0.3 __

Added Phi_st_Meirmans - a differentiation measure based on the AMOVA framework
Extended the Vignette to include a small discussion on which stats mmod can and
can't calculate and how to chose the right one for your study
Caught some typos and made a number of small changes

* 0.2.1 __

chao_boostrap now uses multinomial distribution to create samples (previously 
it resampled individuals) - this makes very little difference. 

Discussion in chao_bootsrap's documentation about bias in bootstrapping
procedure
Significant speeding up of all functions by using base R as much as possible


* 0.2 __

More documentation. Added a vignette to reproduce analysis for nancycats data

* 0.1.1 __

First release on CRAN - bassic diff. stats including pairwise versions and 
exact test of differentiation. 

