Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jul 12, 2020
1 parent a7977aa commit a9ab91a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
23 changes: 21 additions & 2 deletions py/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Hello world
)
# Save the page
page.sync()
page.save()
Run ``hello.py``:

Expand All @@ -67,6 +67,25 @@ Links

Change Log
---------------
* v0.0.7
* Added
* Download API: ``q.download()``.
* Vega-lite support: ``ui.vega_card()``.
* Context menu support to all cards.
* ``refresh`` attribute on ``meta_card`` allows static pages to stop receiving live updates.
* Passing ``-debug`` when starting server displays site stats at ``/_d/site``.
* Drag and drop support for file upload component.
* Template expression support for markdown cards.
* All APIs and examples documented.
* All 110 examples now ship with the Sphinx documentation.
* Documentation now ships with release download.
* Changed
* API consistency: ``ui.vis()`` renamed to ``ui.plot()``.
* All stats cards now have descriptive names.
* API consistency: ``ui.mark.mark`` renamed to ``ui.mark.type``.
* API consistency: ``page.sync()`` and ``page.push()`` renamed to ``page.save()``.
* Removed
* ``ui.dashboard_card()`` and ``ui.notebook_card()``.
* v0.0.6
* Added
* Log network traffic when logging is set to debug mode.
Expand All @@ -75,7 +94,7 @@ Change Log
* Toolbar component.
* Tabs component.
* Nav component.
* Upload API: ``q.upload()``
* Upload API: ``q.upload()``.
* Changed
* ``q.session`` renamed to ``q.user``
* v0.0.5
Expand Down
2 changes: 1 addition & 1 deletion py/examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pygments
Faker
telesync==0.0.6
telesync==0.0.7
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.6',
version='0.0.7',
author='Prithvi Prabhu',
author_email='[email protected]',
description='Python driver for H2O Q / Telesync Realtime Apps',
Expand Down

0 comments on commit a9ab91a

Please sign in to comment.