The logic for index_name in 1.1.4 didn't account for index names of newly passed DataFrames after the grid has been instantiated. This PR adds logic for that and releases 1.1.5 with this fix.
@gaborbernat Right with you buddy! Added some tests. I think it's time to introduce some visual regression testing, too. Reckon we could set some time aside to think about how to integrate with our CI?
The logic for index_name in 1.1.4 didn't account for index names of newly passed DataFrames after the grid has been instantiated. This PR adds logic for that and releases 1.1.5 with this fix.