sier2 0.40__py2.py3-none-any.whl → 0.41__py2.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 sier2 might be problematic. Click here for more details.

sier2/panel/_panel.py CHANGED
@@ -252,7 +252,7 @@ def _prepare_to_show(dag: Dag):
252
252
 
253
253
  cards.extend(BlockCard(parent_template=template, dag=dag, w=gw, dag_logger=dag_logger) for gw in dag.get_sorted() if gw.block_visible)
254
254
 
255
- template.main.append(pn.Column(*cards))
255
+ template.main.append(pn.panel(pn.Column(*cards)))
256
256
  template.sidebar.append(
257
257
  pn.Column(
258
258
  switch,
@@ -464,4 +464,4 @@ class PanelDag(Dag):
464
464
  _show_dag(self)
465
465
 
466
466
  def servable(self):
467
- _serveable_dag(self)
467
+ _serveable_dag(self)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: sier2
3
- Version: 0.40
3
+ Version: 0.41
4
4
  Summary: Blocks of code that are executed in dags
5
5
  Author: Algol60
6
6
  Author-email: algol60 <algol60@users.noreply.github.com>
@@ -10,9 +10,9 @@ sier2/_version.py,sha256=K5EdVMOTOHqhr-mIMjXhh84WHTSES2K-MJ_b--KryBM,71
10
10
  sier2/panel/__init__.py,sha256=wDEf_v859flQX4udAVYZW1m79sfB1NIrI3pyNIpNiEM,29
11
11
  sier2/panel/_chart.py,sha256=CBqkwoyFC4XEDUTTRvZn8lfiC4tZ1kLFGkAXJMYpD-E,10059
12
12
  sier2/panel/_feedlogger.py,sha256=tsrA8R2FZUecVY2egifVu2qosRfjccgvGRE0lLZSXZY,5270
13
- sier2/panel/_panel.py,sha256=q3oU1afz816_JSfG6YSrb505CjYhlJ_1bKvN0wYA-ak,15723
13
+ sier2/panel/_panel.py,sha256=m7OhDpdMwjpBdZryUnIBwU-uhtm5ubhFwZqSobgv2ac,15734
14
14
  sier2/panel/_panel_util.py,sha256=omcLO0OIHhH00l9YXv09Qv8lnaY6VKsQ1F0qbsrs3vk,2450
15
- sier2-0.40.dist-info/LICENSE,sha256=2AKq0yxLLDdGsj6xQuNjDPG5d2IbFWFGiB_cnCBtMp4,1064
16
- sier2-0.40.dist-info/METADATA,sha256=n9ANWE7DNRMZI6O5Gg5PQNVirADlcB_mWfhNB6iPW0c,2367
17
- sier2-0.40.dist-info/WHEEL,sha256=aiTauIPAnqOMBuVimVqk4bevIILHLWXNdkzTocSR-tg,92
18
- sier2-0.40.dist-info/RECORD,,
15
+ sier2-0.41.dist-info/LICENSE,sha256=2AKq0yxLLDdGsj6xQuNjDPG5d2IbFWFGiB_cnCBtMp4,1064
16
+ sier2-0.41.dist-info/METADATA,sha256=iE3Fu8BgtigppmgefYohypcluQ36E5KSVDe7PC_L98Q,2367
17
+ sier2-0.41.dist-info/WHEEL,sha256=5druYqcII7zHXzX7qmN0TH895Jg3yuTtfjMgJIVBrKE,92
18
+ sier2-0.41.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.1
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2.py3-none-any
File without changes