Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jul 14, 2020
1 parent 31fc787 commit e199cb9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions py/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ Links

Change Log
---------------
* v0.1.0
* Added
* Example for displaying iframe content > 2MB.
* Example for plotting using matplotlib.
* Example for plotting using Altair.
* Example for plotting using Vega.
* Example for plotting using Bokeh.
* Example for plotting using custom D3.js Javascript.
* Example for live dashboard with stats cards.
* Example for master-detail user interfaces using ``ui.table()``.
* Example for authoring multi-step wizard user interfaces.
* Unload API: ``q.unload()`` to delete uploaded files.
* v0.0.7
* Added
* Download API: ``q.download()``.
Expand Down
2 changes: 1 addition & 1 deletion py/examples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ bokeh
matplotlib
altair
vega-datasets
telesync==0.0.7
telesync==0.1.0
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='telesync',
version='0.0.7',
version='0.1.0',
author='Prithvi Prabhu',
author_email='[email protected]',
description='Python driver for H2O Q / Telesync Realtime Apps',
Expand Down

0 comments on commit e199cb9

Please sign in to comment.