Skip to content

UpSetPlot version 0.5.0

Compare
Choose a tag to compare
@jnothman jnothman released this 05 Jul 04:37
· 71 commits to master since this release

Change log:

  • Support using input intersection order with sort_by=None (#133
    with thanks to @outlace.
  • Add parameters for filtering by subset size (with thanks to
    @SichongP) and degree. (#134)
  • Fixed an issue where tick labels were not given enough space and overlapped
    category totals. (#132)
  • Fixed an issue where our implementation of sort_by='degree' apparently
    gave incorrect results for some inputs and versions of Pandas. (#134)