vitessce 3.6.4__py3-none-any.whl → 3.6.6__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.
vitessce/widget.py CHANGED
@@ -147,6 +147,7 @@ def get_uid_str(uid):
147
147
  return uid_str
148
148
 
149
149
 
150
+ # lang: js
150
151
  ESM = """
151
152
  import { importWithMap } from 'https://unpkg.com/dynamic-importmap@0.1.0';
152
153
  const importMap = {
@@ -539,6 +540,7 @@ async function render(view) {
539
540
  export default { render };
540
541
  """
541
542
 
543
+ # lang: js
542
544
  DEFAULT_PLUGIN_ESM = """
543
545
  function createPlugins(utilsForPlugins) {
544
546
  const {
@@ -563,6 +565,7 @@ function createPlugins(utilsForPlugins) {
563
565
  export default { createPlugins };
564
566
  """
565
567
 
568
+ # lang: js
566
569
  DEFAULT_PAGE_ESM = """
567
570
  function createPage(utilsForPage) {
568
571
  const {
@@ -623,7 +626,7 @@ class VitessceWidget(anywidget.AnyWidget):
623
626
 
624
627
  next_port = DEFAULT_PORT
625
628
 
626
- js_package_version = Unicode('3.6.4').tag(sync=True)
629
+ js_package_version = Unicode('3.6.7').tag(sync=True)
627
630
  js_dev_mode = Bool(False).tag(sync=True)
628
631
  custom_js_url = Unicode('').tag(sync=True)
629
632
  plugin_esm = List(trait=Unicode(''), default_value=[]).tag(sync=True)
@@ -636,7 +639,7 @@ class VitessceWidget(anywidget.AnyWidget):
636
639
 
637
640
  store_urls = List(trait=Unicode(''), default_value=[]).tag(sync=True)
638
641
 
639
- def __init__(self, config, height=600, theme='auto', uid=None, port=None, proxy=False, js_package_version='3.6.4', js_dev_mode=False, custom_js_url='', plugins=None, remount_on_uid_change=True, prefer_local=True, invoke_timeout=300000, invoke_batched=True, page_mode=False, page_esm=None, prevent_scroll=True):
642
+ def __init__(self, config, height=600, theme='auto', uid=None, port=None, proxy=False, js_package_version='3.6.7', js_dev_mode=False, custom_js_url='', plugins=None, remount_on_uid_change=True, prefer_local=True, invoke_timeout=300000, invoke_batched=True, page_mode=False, page_esm=None, prevent_scroll=True):
640
643
  """
641
644
  Construct a new Vitessce widget.
642
645
 
@@ -772,7 +775,7 @@ class VitessceWidget(anywidget.AnyWidget):
772
775
  # Launch Vitessce using plain HTML representation (no ipywidgets)
773
776
 
774
777
 
775
- def ipython_display(config, height=600, theme='auto', base_url=None, host_name=None, uid=None, port=None, proxy=False, js_package_version='3.6.4', js_dev_mode=False, custom_js_url='', plugins=None, remount_on_uid_change=True, page_mode=False, page_esm=None):
778
+ def ipython_display(config, height=600, theme='auto', base_url=None, host_name=None, uid=None, port=None, proxy=False, js_package_version='3.6.7', js_dev_mode=False, custom_js_url='', plugins=None, remount_on_uid_change=True, page_mode=False, page_esm=None):
776
779
  from IPython.display import display, HTML
777
780
  uid_str = "vitessce" + get_uid_str(uid)
778
781
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vitessce
3
- Version: 3.6.4
3
+ Version: 3.6.6
4
4
  Summary: Jupyter widget facilitating interactive visualization of spatial single-cell data with Vitessce
5
5
  Project-URL: repository, https://github.com/vitessce/vitessce-python
6
6
  Author-email: Mark Keller <mark_keller@hms.harvard.edu>
@@ -8,7 +8,7 @@ vitessce/repr.py,sha256=qMmefmZ3E-3sRVxeI5q1DTZnfuwbXKiA85eyqk5MCT4,2287
8
8
  vitessce/responses.py,sha256=Z6Wo4AXN-RyzmxMPhSuhpIsHTItHM4GyIgMLGoVEYcU,339
9
9
  vitessce/routes.py,sha256=U8T-L-3QCD_tAbPF8LsUlSMhPWNbyzbLNUnxP9Z9s9o,2140
10
10
  vitessce/utils.py,sha256=obzjj65qsagu60_yuhGc-0jmHO-BW0Y-bDs0FgrBqLY,981
11
- vitessce/widget.py,sha256=gvmfqTy99B7oafSIXM33x46q_5vXENwGd_hxOUA3nRY,34575
11
+ vitessce/widget.py,sha256=KeUX9Il5HO_zeRS7r18ClRV9gOyhWtWayk289o8Idls,34608
12
12
  vitessce/wrappers.py,sha256=garL6KfL5hEqGBQpf3NV_ZsZhaV_-RN1GrCmA1Fc_1I,75557
13
13
  vitessce/data_utils/__init__.py,sha256=3mWi1lMjoj4_dNbhMOvyE-HEJu0qpMzcmkhfz_5T6n8,361
14
14
  vitessce/data_utils/anndata.py,sha256=iLa5-bRezHgBzL_XCHO7w0pc0RQ4urzZbDsqJbBYeCk,10668
@@ -18,7 +18,7 @@ vitessce/data_utils/ome.py,sha256=tJHlSHbZTxpjRgYfTxbYMS9zSnSHQwJVWPZpREAvHtU,55
18
18
  vitessce/widget_plugins/__init__.py,sha256=lto2GXnc7KwjIoT-jvzyRYLj0XTJG3uxoX45Hc9EcWA,82
19
19
  vitessce/widget_plugins/demo_plugin.py,sha256=14S7nOxdlKSxIHw9DUcNCN83NE_U1EMPy2D4k0FDues,1797
20
20
  vitessce/widget_plugins/spatial_query.py,sha256=CYxvmMT1Je_jguikPROQxlegkPgIIzemKGbZSJfZMyI,12314
21
- vitessce-3.6.4.dist-info/METADATA,sha256=sRseqTRfGZiMcogKRMZutfIMsMPcYPAIL0SliFhg8UU,9826
22
- vitessce-3.6.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
- vitessce-3.6.4.dist-info/licenses/LICENSE,sha256=sNNpI0PQ57AW8_XnTAjU5Yw8YBA_DRNkVHrHYpCIhRU,1067
24
- vitessce-3.6.4.dist-info/RECORD,,
21
+ vitessce-3.6.6.dist-info/METADATA,sha256=NobT1eeLcvv2KECjkHrlgnzeDmtFfFcYJchwL7kMIaw,9826
22
+ vitessce-3.6.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
+ vitessce-3.6.6.dist-info/licenses/LICENSE,sha256=sNNpI0PQ57AW8_XnTAjU5Yw8YBA_DRNkVHrHYpCIhRU,1067
24
+ vitessce-3.6.6.dist-info/RECORD,,