QuLab 2.9.0__cp311-cp311-win_amd64.whl → 2.9.1__cp311-cp311-win_amd64.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.
- qulab/executor/load.py +2 -1
- qulab/fun.cp311-win_amd64.pyd +0 -0
- qulab/version.py +1 -1
- {qulab-2.9.0.dist-info → qulab-2.9.1.dist-info}/METADATA +1 -1
- {qulab-2.9.0.dist-info → qulab-2.9.1.dist-info}/RECORD +9 -9
- {qulab-2.9.0.dist-info → qulab-2.9.1.dist-info}/WHEEL +1 -1
- {qulab-2.9.0.dist-info → qulab-2.9.1.dist-info}/entry_points.txt +0 -0
- {qulab-2.9.0.dist-info → qulab-2.9.1.dist-info}/licenses/LICENSE +0 -0
- {qulab-2.9.0.dist-info → qulab-2.9.1.dist-info}/top_level.txt +0 -0
qulab/executor/load.py
CHANGED
@@ -357,7 +357,8 @@ def load_workflow_from_template(template_path: str,
|
|
357
357
|
path = target_path
|
358
358
|
|
359
359
|
file = base_path / path
|
360
|
-
if not file.exists() or file.stat().st_mtime < mtime
|
360
|
+
if not file.exists() or (file.stat().st_mtime < mtime
|
361
|
+
and file.read_text() != content):
|
361
362
|
file.parent.mkdir(parents=True, exist_ok=True)
|
362
363
|
with open(file, 'w') as f:
|
363
364
|
f.write(content)
|
qulab/fun.cp311-win_amd64.pyd
CHANGED
Binary file
|
qulab/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "2.9.
|
1
|
+
__version__ = "2.9.1"
|
@@ -1,16 +1,16 @@
|
|
1
1
|
qulab/__init__.py,sha256=RrWRvG8Lw27zMr7XP8s-z43b09-wiwPi0ZtiNWbky-c,328
|
2
2
|
qulab/__main__.py,sha256=FL4YsGZL1jEtmcPc5WbleArzhOHLMsWl7OH3O-1d1ss,72
|
3
3
|
qulab/dicttree.py,sha256=ZoSJVWK4VMqfzj42gPb_n5RqLlM6K1Me0WmLIfLEYf8,14195
|
4
|
-
qulab/fun.cp311-win_amd64.pyd,sha256=
|
4
|
+
qulab/fun.cp311-win_amd64.pyd,sha256=mNjHfWE0_ArVHQBRPaUC9mVVFlw9tNdUhLACodVw3VM,31744
|
5
5
|
qulab/typing.py,sha256=PRtwbCHWY2ROKK8GHq4Bo8llXrIGo6xC73DrQf7S9os,71
|
6
6
|
qulab/utils.py,sha256=65N2Xj7kqRsQ4epoLNY6tL-i5ts6Wk8YuJYee3Te6zI,3077
|
7
|
-
qulab/version.py,sha256=
|
7
|
+
qulab/version.py,sha256=PI0CClL_hygeEn74dTBxg_JTTS5dp_WnkPKZJhTgaAo,21
|
8
8
|
qulab/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
qulab/cli/commands.py,sha256=6xd2eYw32k1NmfAuYSu__1kaP12Oz1QVqwbkYXdWno4,588
|
10
10
|
qulab/cli/config.py,sha256=7h3k0K8FYHhI6LVWt8BoDdKrX2ApFDBAUAUuXhHwst4,3799
|
11
11
|
qulab/executor/__init__.py,sha256=LosPzOMaljSZY1thy_Fxtbrgq7uubJszMABEB7oM7tU,101
|
12
12
|
qulab/executor/cli.py,sha256=8d-8bRWZ5lmsMtjASsl1zu1rV-syeAESMNVthvIQxlo,10018
|
13
|
-
qulab/executor/load.py,sha256=
|
13
|
+
qulab/executor/load.py,sha256=zWofQqHujDyS6HykKEj3fytazA2qEGmB2ZF3OPScSFY,17566
|
14
14
|
qulab/executor/schedule.py,sha256=0BV5LGxhqdIlGwW6-o5_5mljAtdtL1La8EDNBFi8pzU,18585
|
15
15
|
qulab/executor/storage.py,sha256=OA_XMDoFDfPZCU89caf9-VZ3D6qaWib8MpJno10KUfc,20770
|
16
16
|
qulab/executor/template.py,sha256=KOSOC-MTcHHCudtBVgZwNpK5dstTz_os7bcU1Yx0mAs,10372
|
@@ -97,9 +97,9 @@ qulab/visualization/plot_seq.py,sha256=Uo1-dB1YE9IN_A9tuaOs9ZG3S5dKDQ_l98iD2Wbxp
|
|
97
97
|
qulab/visualization/qdat.py,sha256=HubXFu4nfcA7iUzghJGle1C86G6221hicLR0b-GqhKQ,5887
|
98
98
|
qulab/visualization/rot3d.py,sha256=jGHJcqj1lEWBUV-W4GUGONGacqjrYvuFoFCwPse5h1Y,757
|
99
99
|
qulab/visualization/widgets.py,sha256=HcYwdhDtLreJiYaZuN3LfofjJmZcLwjMfP5aasebgDo,3266
|
100
|
-
qulab-2.9.
|
101
|
-
qulab-2.9.
|
102
|
-
qulab-2.9.
|
103
|
-
qulab-2.9.
|
104
|
-
qulab-2.9.
|
105
|
-
qulab-2.9.
|
100
|
+
qulab-2.9.1.dist-info/licenses/LICENSE,sha256=b4NRQ-GFVpJMT7RuExW3NwhfbrYsX7AcdB7Gudok-fs,1086
|
101
|
+
qulab-2.9.1.dist-info/METADATA,sha256=CID0ygA0Z09taGtHmwIb0lQRA0GnuNg_s_A-H-85KrM,3826
|
102
|
+
qulab-2.9.1.dist-info/WHEEL,sha256=_ZWIY2n7n6SpiuIFl1-RvcMp4Ty36T57FKf-7NzqZHM,101
|
103
|
+
qulab-2.9.1.dist-info/entry_points.txt,sha256=b0v1GXOwmxY-nCCsPN_rHZZvY9CtTbWqrGj8u1m8yHo,45
|
104
|
+
qulab-2.9.1.dist-info/top_level.txt,sha256=3T886LbAsbvjonu_TDdmgxKYUn939BVTRPxPl9r4cEg,6
|
105
|
+
qulab-2.9.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|