From d83bb7ad9d95092408ca995e516c35a8c94c04a5 Mon Sep 17 00:00:00 2001 From: Jamie Morton Date: Sat, 17 Jun 2017 16:10:00 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7207c..06b0c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # gneiss changelog + +## Version 0.4.0 +* Accelerated the ordinary least squares regression +* Improved summary statistics and cross validation in ordinary least squares regression +* Improved summary visualizations for OLS and MixedLM + ## Version 0.3.2 * Added `balance_boxplot` and `balance_barplot` to make interpretation balance partitions easier. * Added `balance_summary` to summarize a given balance using the q2 cli. @@ -12,7 +18,6 @@ * Added tree visualizations for unrooted trees with bokeh [#112](https://github.com/biocore/gneiss/pull/112) * Added support of cross validation for ordinary least squares [#101](https://github.com/biocore/gneiss/pull/101) - ## Version 0.2.1 * Added heatmap dendrogram plotting functionality [#87](https://github.com/biocore/gneiss/issues/87) * Added principal balance analysis heuristic using proportionality and wards clustering algorithm [#83](https://github.com/biocore/gneiss/issues/83)