commit df53903b132ef641d41b635c0f712157f9953f21
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 7a12be59c3ee58a7f26863ddb53b6d6c30a00cc0
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 2145dbfeb2d09ff2853429ae82bec60536c50036
Author: David Meyer <dihm.meyer@gmail.com>
Date: Mon Mar 16 13:46:09 2026 -0400
Fix build and release workflow.
commit fa22b4399a7ebadf138fced63f0a042ed9040c13
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 0248d55a217deeadd4dec6054d7cc12be1e40c25
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 32e46d9cd4543630a9627b45af82e7ec7e27b5f0
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 ac0c63336a0cfe0edc95a2081fedda50882cd239
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 8c5e165216a5b61f3ce417f591a1072956f3b0e9
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 f1ed9cb6c62a849e9f1d8bde19741d858199993b
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 8d2e77332c7b76cf219812b4d7965e35d3ce4e5e
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 6d225b4557f842b872d4d0f05b9ddf7a3e61ee3a
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 d687804f9f68aa03da98e1bf23133f1c97cc81c4
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 3366e572fb99dfb0693518d74121b84b7cad142e
Author: David Meyer <dihm.meyer@gmail.com>
Date: Tue Aug 19 11:59:04 2025 -0400
Improve template whitespace formatting from upstream
commit f504f2d5a640124a0b8418f1254c6157dbab05a4
Author: David Meyer <dihm.meyer@gmail.com>
Date: Tue Aug 19 11:56:40 2025 -0400
Revert "Drop outdated autosummary template"
This reverts commit 18e76cde22f646007f7f647980a8d83a9797af09.
commit 4e630c027fb65791dff1d096a55695fe5af7901d
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 18e76cde22f646007f7f647980a8d83a9797af09
Author: David Meyer <dihm@users.noreply.github.com>
Date: Sat Aug 2 23:56:34 2025 -0400
Drop outdated autosummary template
commit 504524ee3b7ba3e155305bf196c878ae3bc7f581
Author: David Meyer <dihm@users.noreply.github.com>
Date: Sat Aug 2 23:43:15 2025 -0400
Update sphinx pins and refresh build
commit c54de6bddbdc727a738f7cb5a4bad1fbfc11115c
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.
```