biocore / calour

exploratory and interactive microbiome analyses based on heatmaps
BSD 3-Clause "New" or "Revised" License
27 stars 22 forks source link

fix heatmap() inplace colormap modification depracation warning #274

Closed amnona closed 2 years ago

amnona commented 2 years ago

copy the colormap so we don't modify in place (otherwise we get a matplotlib deprecation warning)

amnona commented 2 years ago

@RNAer can you merge?

RNAer commented 2 years ago

conflict to resolve

amnona commented 2 years ago

fixed the confilct. In general, we always get conflicts if we do different branches for different fixes, and write the changelog for each fix. what is the best way to do it?

RNAer commented 2 years ago

hmm, good question. not sure on top of my head...