Version 1.1.0
-------------

NEW FEATURES

* Add S3 class for cyclic_shift *#66)
* add an alias for `temporal_torus_translation` (#65)

BUG FIXES

* selectively import from stats and assertthat (#64)
* adjustments to coding consistency (#63)
* import 'stats' and 'permute' package methods (#69)
* Improved function and parameter names

Version 1.0.1
-------------

BUG FIXES

* Fixed bug to ensure data frames are ordered before unlisting (#58)
* Fixed bug in temporal_torus_translation to correctly recognize numeric data (#59)
* Fixed bug in synchrony (Gross) with only 1 spp in a plot (#60)
* Fixed bug in calculating variance ratio if species counts are constant (#61)

Version 1.0.0
-------------

NEW FEATURES

* Initial version (see help topic for 'codyn', e.g. "?codyn")
* Includes functions for temporal community dynamics analysis

NEW FUNCTIONS

* turnover: Calculates species turnover between time periods
* mean_rank_shift: Calculates the mean relative change in species rank abundances 
* rate_change: Calculates the rate change in a community over time
* rate_change_interval: Produces a data frame containing differences in species composition between samples at increasing time intervals
* community_stability: Calculates community stability over time
* variance_ratio: Computes the ratio of the variance of aggregate species abundances in a community
* synchrony: Calculates the degree synchrony in species abundances
* temporal_torus_translation: Calculates a null test statistic using a temporal modification of the torus translation
* temporal_torus_translation_CI: Returns confidence intervals calculated from a temporal modification of the torus translation
