h2o-wave 1.5.0__py3-none-any.whl → 1.5.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of h2o-wave might be problematic. Click here for more details.

h2o_wave/types.py CHANGED
@@ -3922,7 +3922,7 @@ class Table:
3922
3922
  self.pagination = pagination
3923
3923
  """Display a pagination control at the bottom of the table. Set this value using `ui.table_pagination()`."""
3924
3924
  self.events = events
3925
- """The events to capture on this table when pagination is set. One of 'search' | 'sort' | 'filter' | 'download' | 'page_change' | 'reset' | 'select'."""
3925
+ """The events to capture on this table. When pagination is set, one of 'search' | 'sort' | 'filter' | 'download' | 'page_change' | 'reset'. These events are available regardless of pagination: 'select' | 'group_change'."""
3926
3926
  self.single = single
3927
3927
  """True to allow only one row to be selected at time. Mutually exclusive with `multiple` attr."""
3928
3928
  self.value = value
h2o_wave/ui.py CHANGED
@@ -1478,7 +1478,7 @@ def table(
1478
1478
  tooltip: An optional tooltip message displayed when a user clicks the help icon to the right of the component.
1479
1479
  groups: Creates collapsible / expandable groups of data rows. Mutually exclusive with `rows` attr.
1480
1480
  pagination: Display a pagination control at the bottom of the table. Set this value using `ui.table_pagination()`.
1481
- events: The events to capture on this table when pagination is set. One of 'search' | 'sort' | 'filter' | 'download' | 'page_change' | 'reset' | 'select'.
1481
+ events: The events to capture on this table. When pagination is set, one of 'search' | 'sort' | 'filter' | 'download' | 'page_change' | 'reset'. These events are available regardless of pagination: 'select' | 'group_change'.
1482
1482
  single: True to allow only one row to be selected at time. Mutually exclusive with `multiple` attr.
1483
1483
  value: The name of the selected row. If this parameter is set, single selection will be allowed (`single` is assumed to be `True`).
1484
1484
  Returns:
h2o_wave/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '1.5.0'
1
+ __version__ = '1.5.2'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: h2o-wave
3
- Version: 1.5.0
3
+ Version: 1.5.2
4
4
  Summary: Python driver for H2O Wave Realtime Apps
5
5
  Project-URL: Homepage, https://wave.h2o.ai/
6
6
  Project-URL: Documentation, https://wave.h2o.ai/
@@ -8,8 +8,7 @@ Project-URL: Repository, https://github.com/h2oai/wave
8
8
  Project-URL: Changelog, https://github.com/h2oai/wave/releases
9
9
  Author-email: Prithvi Prabhu <prithvi@h2o.ai>
10
10
  Maintainer-email: Martin Turoci <martin.turoci@h2o.ai>, Marek Mihok <marek.mihok@h2o.ai>
11
- License-Expression: Apache-2.0
12
- License-File: LICENSE
11
+ License: Apache-2.0
13
12
  Keywords: Data Science,Low code,Machine Learning,Realtime,UI
14
13
  Classifier: Development Status :: 5 - Production/Stable
15
14
  Classifier: Intended Audience :: Developers
@@ -11,12 +11,12 @@ h2o_wave/routing.py,sha256=de8GVfUAb6bwFXtsWj6NXmjMVGELknlZb03F-R4ManY,10592
11
11
  h2o_wave/server.py,sha256=eAVP8E_fqpeAwYtZjk9cGKSy7cLwGbh0Zj_WBrB1j5M,18706
12
12
  h2o_wave/share.py,sha256=2zgywet8540O6xM-JD3po1glyP2PBJ3lIxaWBJbQvtQ,1164
13
13
  h2o_wave/test.py,sha256=hF_fS5e25bACnzENjpDrikv7nPOs0iENh4MuXX9BaVA,2738
14
- h2o_wave/types.py,sha256=9aW8RCgA4I8Euddm_20UxMm8JsQJVebIOs9TLcck0fM,660143
15
- h2o_wave/ui.py,sha256=SFGRSfR_TWSLVRnIqKBxNqqHg4gcpXcRwM2JZwmxZbw,172373
14
+ h2o_wave/types.py,sha256=oEmWG7pl0EyXCSIQQRLOebPTe6oI_nm2HkjGi6Ry5OM,660213
15
+ h2o_wave/ui.py,sha256=d9woXqoqJLARvgTsrL1hJ5-iLlwW6HmR7NWriSzK2CA,172443
16
16
  h2o_wave/ui_ext.py,sha256=zx_2Ec2-p_ztm8brfVaVF0fTQWVDrb_YxcGfVb-wA10,2325
17
- h2o_wave/version.py,sha256=wShy9YfBfroz0HjRH_aNNehkEu1_PLsd_GjTU5aCDPk,22
18
- h2o_wave-1.5.0.dist-info/METADATA,sha256=LAkPfHQX9Lq3733Cs3c2BHwF1kQ5y4YY-SJSzEX52Pg,2907
19
- h2o_wave-1.5.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
20
- h2o_wave-1.5.0.dist-info/entry_points.txt,sha256=kFeXNqSZlW1_H7YcRdSOhz5V00F4vhDQ0NuDuvRwLGw,43
21
- h2o_wave-1.5.0.dist-info/licenses/LICENSE,sha256=hpuFayniDwysSKD0tHGELH2KJDVyhUrKS29torRIpqY,53
22
- h2o_wave-1.5.0.dist-info/RECORD,,
17
+ h2o_wave/version.py,sha256=l_m-0-0bfRsAKcenvAk4AZVqaiD1LKz6_9X_QfaXbtw,22
18
+ h2o_wave-1.5.2.dist-info/METADATA,sha256=3KTb64fyJkhiN2RHS_X4c3pdzmmgRR8-UDayxdi6H4c,2874
19
+ h2o_wave-1.5.2.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
20
+ h2o_wave-1.5.2.dist-info/entry_points.txt,sha256=kFeXNqSZlW1_H7YcRdSOhz5V00F4vhDQ0NuDuvRwLGw,43
21
+ h2o_wave-1.5.2.dist-info/licenses/LICENSE,sha256=hpuFayniDwysSKD0tHGELH2KJDVyhUrKS29torRIpqY,53
22
+ h2o_wave-1.5.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.25.0
2
+ Generator: hatchling 1.26.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any