2021-12-04
----------
ver 0.0.8: Use Peer Build Vis-timeline library, which is designed to work well with other packages from the Vis family, such as Network and Graph2D.

2021-11-27
----------
ver 0.0.7: Basic functionality. Visualizing the timeline of a pandas dataframe with 4 columns = ['content','start','end','group']

dataset.load_as_df(name)
timeline.add_df(df)
timeline.show(filename)
