Skip to content

UpSetPlot version 0.8.0

Compare
Choose a tag to compare
@jnothman jnothman released this 05 Jan 13:26
· 32 commits to master since this release

Changes in this release:

  • Allowed show_percentages to be provided with a custom formatting string, for example to show more decimal places. (#194)
  • Added include_empty_subsets to UpSet and query to allow the display of all possible subsets. (#185)
  • sort_by and sort_categories_by now accept ‘-’ prefix to their values to sort in reverse. ‘input’ and ‘-input’ are also supported. (#180)
  • Added subsets attribute to QueryResult. (#198)
  • Fixed a bug where more than 64 categories could result in an error. (#193)