Fix/follow up to #303 - #304
Conversation
|
rerun tests |
Definitely would like to understand whatever is going on with this. I have not seen any other reports about types mutating and I can't find any 2.3+ PRs that seem relevant either |
So its more of a panel issue, whenever we start a dashboard with panel, the bokeh charts with datetime axis gets converted to float. bokeh.io.show works fine, and does not have that issue |
|
rerun tests |
1 similar comment
|
rerun tests |
|
@gpucibot merge |
Follow up PR to #303, fixes theme related bugs, which were introduced in the previous PR, while updating panel and bokeh version support.
This PR also fixes(handles), a weird issue where the bokeh x-axis data in CDS is converted from datetime to float during runtime, which caused a bunch of issues in the computing queries.
Will have to investigate further and try and fix this issue in the base libraries instead of cuxfilter though, more work to follow regarding that.