Skip to content

Commit d83bb7a

Browse files
authored
Update CHANGELOG.md
1 parent 4fd87b3 commit d83bb7a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# gneiss changelog
22

3+
4+
## Version 0.4.0
5+
* Accelerated the ordinary least squares regression
6+
* Improved summary statistics and cross validation in ordinary least squares regression
7+
* Improved summary visualizations for OLS and MixedLM
8+
39
## Version 0.3.2
410
* Added `balance_boxplot` and `balance_barplot` to make interpretation balance partitions easier.
511
* Added `balance_summary` to summarize a given balance using the q2 cli.
@@ -12,7 +18,6 @@
1218
* Added tree visualizations for unrooted trees with bokeh [#112](https://github.com/biocore/gneiss/pull/112)
1319
* Added support of cross validation for ordinary least squares [#101](https://github.com/biocore/gneiss/pull/101)
1420

15-
1621
## Version 0.2.1
1722
* Added heatmap dendrogram plotting functionality [#87](https://github.com/biocore/gneiss/issues/87)
1823
* Added principal balance analysis heuristic using proportionality and wards clustering algorithm [#83](https://github.com/biocore/gneiss/issues/83)

0 commit comments

Comments
 (0)