QuLab 2.10.9__cp311-cp311-win_amd64.whl → 2.10.10__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/cli/config.py CHANGED
@@ -29,7 +29,7 @@ def _get_config_value(option_name,
29
29
  if type_cast is bool:
30
30
  return env_value.lower() in ("true", "1", "yes")
31
31
  if "path" in option_name or issubclass(type_cast, Path):
32
- return os.path.expanduser(env_value)
32
+ return Path(os.path.expanduser(env_value))
33
33
  return type_cast(env_value)
34
34
 
35
35
  # 2. 检查配置文件
@@ -47,7 +47,7 @@ def _get_config_value(option_name,
47
47
  if type_cast is bool:
48
48
  return config_value.lower() in ("true", "1", "yes")
49
49
  if "path" in option_name or issubclass(type_cast, Path):
50
- return os.path.expanduser(config_value)
50
+ return Path(os.path.expanduser(config_value))
51
51
  return type_cast(config_value)
52
52
 
53
53
  return default # 交给 Click 处理默认值
Binary file
qulab/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "2.10.9"
1
+ __version__ = "2.10.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: QuLab
3
- Version: 2.10.9
3
+ Version: 2.10.10
4
4
  Summary: contral instruments and manage data
5
5
  Author-email: feihoo87 <feihoo87@gmail.com>
6
6
  Maintainer-email: feihoo87 <feihoo87@gmail.com>
@@ -2,13 +2,13 @@ qulab/__init__.py,sha256=SH37FtgS2bJcM5G5-BzwZ0EGK08vnv51YS450XENrv0,2060
2
2
  qulab/__main__.py,sha256=FL4YsGZL1jEtmcPc5WbleArzhOHLMsWl7OH3O-1d1ss,72
3
3
  qulab/dicttree.py,sha256=hYjVWjNYFmtzMWcIjIH6NJNDzpIW-g4TZbn2EBarpzg,14759
4
4
  qulab/expression.py,sha256=XuB3Au582g5OhxprvKmZkF4ctvqBUsEVOpGAFzcS_uA,26578
5
- qulab/fun.cp311-win_amd64.pyd,sha256=CNGzGUnwKNL8GwGTbMwXEk8QHRMJJRJAsIX0RdJe3lM,31744
5
+ qulab/fun.cp311-win_amd64.pyd,sha256=3F17bYiNPA9p2mgU7w2ryk-m-Vn7bqcqJtvEHQ2Okgw,31744
6
6
  qulab/typing.py,sha256=PRtwbCHWY2ROKK8GHq4Bo8llXrIGo6xC73DrQf7S9os,71
7
7
  qulab/utils.py,sha256=65N2Xj7kqRsQ4epoLNY6tL-i5ts6Wk8YuJYee3Te6zI,3077
8
- qulab/version.py,sha256=PGIDpdetzgVvxJ_Xq3E443ODmUUNp350X1Y164xoNio,22
8
+ qulab/version.py,sha256=iMPctba7Zmc8k76pU7WvVtu7ECCARmwVtsbglGDvCSg,23
9
9
  qulab/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  qulab/cli/commands.py,sha256=ZTs32yQjvwPIsFjXYWNr4KqEvly0NISIqyh--96qCAY,627
11
- qulab/cli/config.py,sha256=A3UnyaRtiofpokyzYkJnUdwzcsYX7H-xZvBVduIOSdg,5617
11
+ qulab/cli/config.py,sha256=c8AS35o_jMffL-qmwSpHrCo65sPone34JNxrrQbVyL0,5629
12
12
  qulab/cli/decorators.py,sha256=mgAZiiaj2vZvsJEg70gxgB9TWkxR1nQSb2m-73RYHr0,649
13
13
  qulab/executor/__init__.py,sha256=LosPzOMaljSZY1thy_Fxtbrgq7uubJszMABEB7oM7tU,101
14
14
  qulab/executor/analyze.py,sha256=VoSthE2RTarY6Wj3QFKh4FqReMYL7djSAyuitgHs5K0,5837
@@ -99,9 +99,9 @@ qulab/visualization/plot_seq.py,sha256=Uo1-dB1YE9IN_A9tuaOs9ZG3S5dKDQ_l98iD2Wbxp
99
99
  qulab/visualization/qdat.py,sha256=HubXFu4nfcA7iUzghJGle1C86G6221hicLR0b-GqhKQ,5887
100
100
  qulab/visualization/rot3d.py,sha256=jGHJcqj1lEWBUV-W4GUGONGacqjrYvuFoFCwPse5h1Y,757
101
101
  qulab/visualization/widgets.py,sha256=HcYwdhDtLreJiYaZuN3LfofjJmZcLwjMfP5aasebgDo,3266
102
- qulab-2.10.9.dist-info/licenses/LICENSE,sha256=b4NRQ-GFVpJMT7RuExW3NwhfbrYsX7AcdB7Gudok-fs,1086
103
- qulab-2.10.9.dist-info/METADATA,sha256=uzj8VXbXeR474K_o5yYYJdNfubDAKxN427cbqCLu5RM,3947
104
- qulab-2.10.9.dist-info/WHEEL,sha256=fWq2Ny-ILPpur8yMAYhVFY_9RLasIpo77AGvi3AUunY,101
105
- qulab-2.10.9.dist-info/entry_points.txt,sha256=b0v1GXOwmxY-nCCsPN_rHZZvY9CtTbWqrGj8u1m8yHo,45
106
- qulab-2.10.9.dist-info/top_level.txt,sha256=3T886LbAsbvjonu_TDdmgxKYUn939BVTRPxPl9r4cEg,6
107
- qulab-2.10.9.dist-info/RECORD,,
102
+ qulab-2.10.10.dist-info/licenses/LICENSE,sha256=b4NRQ-GFVpJMT7RuExW3NwhfbrYsX7AcdB7Gudok-fs,1086
103
+ qulab-2.10.10.dist-info/METADATA,sha256=FUoRWm7CqGTaxf9d8XGIPMKXgVCcPGSuVhnarI9jOwo,3948
104
+ qulab-2.10.10.dist-info/WHEEL,sha256=fWq2Ny-ILPpur8yMAYhVFY_9RLasIpo77AGvi3AUunY,101
105
+ qulab-2.10.10.dist-info/entry_points.txt,sha256=b0v1GXOwmxY-nCCsPN_rHZZvY9CtTbWqrGj8u1m8yHo,45
106
+ qulab-2.10.10.dist-info/top_level.txt,sha256=3T886LbAsbvjonu_TDdmgxKYUn939BVTRPxPl9r4cEg,6
107
+ qulab-2.10.10.dist-info/RECORD,,