+* There have been major changes to the `heatmap()` method. First, it now supports two grouping variables instead of just one (e.g. `hue1` and `hue2`). Second, it supports the centered log-ratio (CLR) transformation as a normalization option (in addition to `log10`). Third, it now has `kwargs` that are passed to the `seaborn.clustermap()` method (e.g. `xticklabels=False`). Fourth, the bug giving the `FloatingPointError: NaN dissimilarity value.` error when sample-filtered metadata is provided and the `metric='correlation'` argument is used has been fixed. Fifth, the bug giving an error when one of the metadata columns has only zeros has been fixed.
0 commit comments