You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v1.10.7, the timestamp was incorrectly rendered due to timezones (as was documented), but the fix in #3075 actually just removed support for Timestamps entirely on VLine.
hv.VLine(pd.to_datetime('06:00'))
"works" in v1.10.7:
I get the following error message in v1.10.9:
The text was updated successfully, but these errors were encountered:
In #3075, support for timestamps was removed.
In v1.10.7, the timestamp was incorrectly rendered due to timezones (as was documented), but the fix in #3075 actually just removed support for Timestamps entirely on VLine.
"works" in v1.10.7:
I get the following error message in v1.10.9:
The text was updated successfully, but these errors were encountered: