From e199cb98ffcdb4664d416582c4bda5ef48c411ef Mon Sep 17 00:00:00 2001 From: Prithvi Prabhu Date: Mon, 13 Jul 2020 22:17:37 -0700 Subject: [PATCH] Release 0.1.0 --- py/README.rst | 12 ++++++++++++ py/examples/requirements.txt | 2 +- py/setup.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/py/README.rst b/py/README.rst index fa7ca05599..2d233a6c82 100644 --- a/py/README.rst +++ b/py/README.rst @@ -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()``. diff --git a/py/examples/requirements.txt b/py/examples/requirements.txt index d8f8c7183a..dcfe0a5ab3 100644 --- a/py/examples/requirements.txt +++ b/py/examples/requirements.txt @@ -6,4 +6,4 @@ bokeh matplotlib altair vega-datasets -telesync==0.0.7 +telesync==0.1.0 diff --git a/py/setup.py b/py/setup.py index 8f526da43b..5bcd1ad18c 100644 --- a/py/setup.py +++ b/py/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='telesync', - version='0.0.7', + version='0.1.0', author='Prithvi Prabhu', author_email='prithvi@h2o.ai', description='Python driver for H2O Q / Telesync Realtime Apps',