Commit 4dbad20
committed
Squashed commit of the following:
commit df53903
Merge: 7a12be5 0248d55
Author: David Meyer <dihm@users.noreply.github.com>
Date: Mon Mar 16 13:54:37 2026 -0400
Merge pull request #121 from Json-To-String/variable-name-bug
Remove try except for variable checking in favor of string.isidentifi…
commit 7a12be5
Merge: 2145dbf 8c5e165
Author: David Meyer <dihm@users.noreply.github.com>
Date: Mon Mar 16 13:52:47 2026 -0400
Merge pull request #117 from dihm/pyside6_fix
Ignore PySide6 import objects in CWD when saving labscript files on compilation
commit 2145dbf
Author: David Meyer <dihm.meyer@gmail.com>
Date: Mon Mar 16 13:46:09 2026 -0400
Fix build and release workflow.
commit fa22b43
Merge: f1ed9cb 32e46d9
Author: David Meyer <dihm@users.noreply.github.com>
Date: Mon Mar 16 12:04:38 2026 -0400
Merge pull request #119 from YinFengQi/fix-#118
fix: set 0 as default `max_BLACS_conn_length`
commit 0248d55
Author: Jason Pruitt <pruitt.jason8164@gmail.com>
Date: Thu Feb 5 10:37:57 2026 -0500
Remove try except for variable checking in favor of string.isidentifier()
commit 32e46d9
Author: YinFengQi <mny23@mails.tsinghua.edu.cn>
Date: Mon Jan 19 01:09:44 2026 +0800
add attribute `BLACS_connection` to class `Device`
- Define the attribute `BLACS_connection` in base class `Device`, to
ensure that all `Device` subclasses have this attribute.
Suggested-by: @dihm
commit ac0c633
Author: YinFengQi <mny23@mails.tsinghua.edu.cn>
Date: Fri Dec 12 16:05:58 2025 +0800
fix: set 0 as default `max_BLACS_conn_length`
- Set the default value of `max_BLACS_conn_length` to 0 so that the
`np.empty` always receives a valid arguement
- Fixes #118
commit 8c5e165
Author: David Meyer <dihm.meyer@gmail.com>
Date: Tue Dec 2 11:23:25 2025 -0500
Ignore PySide6 ephemeral imports from zip that linger in sys.modules as
being in the labscript-suite profile path.
Implemented as a simple string filter for common component names.
commit f1ed9cb
Merge: 8d2e773 c54de6b
Author: David Meyer <dihm@users.noreply.github.com>
Date: Thu Nov 20 14:42:30 2025 -0500
Merge pull request #114 from ispielma/master
Fixed error in a comment that gave the following warning.
commit 8d2e773
Merge: 41d6e1c 6d225b4
Author: David Meyer <dihm@users.noreply.github.com>
Date: Tue Aug 19 17:22:08 2025 -0400
Merge pull request #115 from dihm/sphinx_update
Update sphinx
commit 6d225b4
Author: David Meyer <dihm.meyer@gmail.com>
Date: Tue Aug 19 16:06:34 2025 -0400
Pin numpy<2 for docs builds.
This works around `labscript.core` clobbering from the `pylab` star importing
`numpy.core` into the same namespace.
commit d687804
Author: David Meyer <dihm.meyer@gmail.com>
Date: Tue Aug 19 12:01:04 2025 -0400
Ensure that current project isn't included in intersphinx mapping.
commit 3366e57
Author: David Meyer <dihm.meyer@gmail.com>
Date: Tue Aug 19 11:59:04 2025 -0400
Improve template whitespace formatting from upstream
commit f504f2d
Author: David Meyer <dihm.meyer@gmail.com>
Date: Tue Aug 19 11:56:40 2025 -0400
Revert "Drop outdated autosummary template"
This reverts commit 18e76cd.
commit 4e630c0
Author: David Meyer <dihm@users.noreply.github.com>
Date: Sun Aug 3 01:07:51 2025 -0400
Properly mock h5_lock, which causes issues on RTD builds
commit 18e76cd
Author: David Meyer <dihm@users.noreply.github.com>
Date: Sat Aug 2 23:56:34 2025 -0400
Drop outdated autosummary template
commit 504524e
Author: David Meyer <dihm@users.noreply.github.com>
Date: Sat Aug 2 23:43:15 2025 -0400
Update sphinx pins and refresh build
commit c54de6b
Author: spielman <spielman@umd.edu>
Date: Mon Jul 14 13:31:35 2025 -0400
Fixed error in comment that gave the warning:
```
.../labscript/labscript/utils.py:176: SyntaxWarning: invalid escape sequence '\*'
"""Returns max of the arguments or zero if sequence is empty.
```1 parent 233150a commit 4dbad20
11 files changed
Lines changed: 105 additions & 464 deletions
File tree
- .github/workflows
- docs
- source
- _templates
- labscript
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 12 | + | |
24 | 13 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 14 | + | |
49 | 15 | | |
50 | 16 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
174 | 20 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 21 | + | |
179 | 22 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments