Recent Releases of heatmaply

heatmaply - 0.16.0

What's Changed

  • Update heatmaply.R documentation for na.rm by @washcycle in https://github.com/talgalili/heatmaply/pull/130
  • Scatter by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/133
  • Allow ordering of side colors via levels by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/139
  • Improve tick placement for side color plot colorbars by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/143
  • Fix typo on README.md showing how to install dev prereqs by @daniel-fahey in https://github.com/talgalili/heatmaply/pull/154
  • Just use colname if ncol is 1 by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/166
  • Bugfix for labCol and labRow by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/169
  • Fix plotly error by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/177
  • Use plotly::orca not plotly::export by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/191
  • Resolve #195 by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/206
  • show_dendrogram argument by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/215
  • Vignette by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/220
  • Add more examples to vignette! by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/224
  • Fix for #231 by @huzefaKhalil in https://github.com/talgalili/heatmaply/pull/232
  • Update README to include information how to port d3heatmap functions by @evanbiederstedt in https://github.com/talgalili/heatmaply/pull/252
  • Fix incorrect use of distfunrow and hclustfunrow by @manor in https://github.com/talgalili/heatmaply/pull/254
  • Add GHA by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/261
  • ggheatmap: hide_colorbar and widths options by @jaehyunjoo in https://github.com/talgalili/heatmaply/pull/273
  • Cellnote hoverinfo by @alanocallaghan in https://github.com/talgalili/heatmaply/pull/279
  • Adds height/width arguments to plotly methods by @cole-johanson in https://github.com/talgalili/heatmaply/pull/282

diff from 0.15 to 0.16:

  • Hide row dendrogram axis ticks for plotly by @siddharthab in https://github.com/talgalili/heatmaply/pull/307
  • Add option suppressdefaulthovertext for plot_method = "ggplot" by @mcsimenc in https://github.com/talgalili/heatmaply/pull/301
  • Fix some tests and Rd.

New Contributors

  • @washcycle made their first contribution in https://github.com/talgalili/heatmaply/pull/130
  • @daniel-fahey made their first contribution in https://github.com/talgalili/heatmaply/pull/154
  • @huzefaKhalil made their first contribution in https://github.com/talgalili/heatmaply/pull/232
  • @evanbiederstedt made their first contribution in https://github.com/talgalili/heatmaply/pull/252
  • @manor made their first contribution in https://github.com/talgalili/heatmaply/pull/254
  • @jaehyunjoo made their first contribution in https://github.com/talgalili/heatmaply/pull/273
  • @cole-johanson made their first contribution in https://github.com/talgalili/heatmaply/pull/282
  • @siddharthab made their first contribution in https://github.com/talgalili/heatmaply/pull/307
  • @mcsimenc made their first contribution in https://github.com/talgalili/heatmaply/pull/301

Full Changelog: https://github.com/talgalili/heatmaply/compare/0.13.0...0.16.0

- R
Published by talgalili 7 months ago