Skip to content

v0.2.12.1: fix RangeIndex bug

Compare
Choose a tag to compare
@oegedijk oegedijk released this 26 Nov 14:47
· 1048 commits to master since this release

v0.2.12.1

Bug Fix:

  • When X had a RangeIndex, the plot against feature component would not work. This is now fixed (by casting it to a str index)

Improvement

  • hiding orientation dropdown on ShapContributionsGraphComponent by default. (undo by passing hide_orientation=False.)