diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8a7d9..bee72f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ ## Version 0.0.2 (changes since 0.0.2 go here) ### Features -* Added statsmodels inference -* Added support for ordinary least squares regression -* Added support for linear mixed effects models +* Added statsmodels inference [#22](https://github.com/biocore/gneiss/pull/22) +* Added support for ordinary least squares regression [#33](https://github.com/biocore/gneiss/pull/33) +* Added support for linear mixed effects models [#38](https://github.com/biocore/gneiss/pull/38) * Added RegressionResults object to summarize statistics from statistical analyses * Adding in a niche sorting algorithm `gneiss.sort.niche_sort` that can generate a band table given a gradient [#16](https://github.com/biocore/gneiss/pull/16) * Adding in utility functions for handing feature tables, metadata, and trees. [#12](https://github.com/biocore/gneiss/pull/12)