Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Sep 9, 2020
1 parent b3964db commit a117456
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ <h1 class="title">Package <code>h2o_q</code></h1>
realtime state synchronization between Python and web browsers.</p>
<h1 id="change-log">Change Log</h1>
<ul>
<li><a href="https://github.com/h2oai/qd/releases/tag/v0.3.1">v0.3.1</a> - Sep 8, 2020<ul>
<li>Fixed<ul>
<li>Multiselect dropdown checkboxes do not respond when clicked.</li>
</ul>
</li>
</ul>
</li>
<li><a href="https://github.com/h2oai/qd/releases/tag/v0.3.0">v0.3.0</a> - Sep 8, 2020<ul>
<li>Added<ul>
<li>Native plots inside form cards - <code><a title="h2o_q.ui.visualization" href="ui.html#h2o_q.ui.visualization">visualization()</a></code>.</li>
Expand Down
3 changes: 3 additions & 0 deletions py/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

# Change Log
- [v0.3.1](https://github.com/h2oai/qd/releases/tag/v0.3.1) - Sep 8, 2020
- Fixed
- Multiselect dropdown checkboxes do not respond when clicked.
- [v0.3.0](https://github.com/h2oai/qd/releases/tag/v0.3.0) - Sep 8, 2020
- Added
- Native plots inside form cards - `ui.visualization()`.
Expand Down
2 changes: 1 addition & 1 deletion py/examples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ matplotlib
plotly
altair
vega-datasets
h2o_q==0.3.0
h2o_q==0.3.1
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='h2o_q',
version='0.3.0',
version='0.3.1',
author='Prithvi Prabhu',
author_email='[email protected]',
description='Python driver for H2O Q Realtime Apps',
Expand Down

0 comments on commit a117456

Please sign in to comment.