This project is mirrored from https://github.com/labscript-suite/lyse.git.
Pull mirroring updated .
- Jun 11, 2024
-
-
Schabbauer, Johannes authored
-
- Apr 15, 2024
-
-
Schabbauer, Johannes authored
This reverts merge request !3
-
Schabbauer, Johannes authored
Revert "Merge branch 'master' into 'leolab'" See merge request !3
-
Schabbauer, Johannes authored
This reverts merge request !2
-
- Apr 12, 2024
-
-
Schabbauer, Johannes authored
Merge from GitHub See merge request !2
-
- Mar 19, 2024
-
-
Schabbauer, Johannes authored
-
Schabbauer, Johannes authored
Added "clear all" button in filebox, because "clear selected" starts to lag when dataframe gets large.
-
- Feb 09, 2024
-
-
David Meyer authored
Ensure setuptools_scm uses `release-branch-semver`
-
David Meyer authored
Update workflow pins to use node.js 20
-
David Meyer authored
-
David Meyer authored
Also updates pins for setuptools and setuptools_scm in build.
-
David Meyer authored
Found some trivial errors in the lyse doc strings while looking at startup messages
-
spielman authored
-
- Feb 07, 2024
-
-
David Meyer authored
Added missing close event for pulldown menu.
-
- Feb 06, 2024
-
-
Spielman Lab authored
-
spielman authored
-
- Jan 19, 2024
-
-
David Meyer authored
Coerce float to int explicitly.
-
David Meyer authored
Needed for newer python's that don't do implicit conversion anymore.
-
David Meyer authored
Modernize RTD build
-
David Meyer authored
-
- Jan 17, 2024
-
-
Schabbauer, Johannes authored
Added automatic removal of shots from dataframe (prevents freezing if number gets too large if experiment is running without taking data.)
-
- Oct 12, 2023
-
-
David Meyer authored
Break dependency on runmanager by using `labscript_utils.shot_utils.get_shot_globals`
-
David Meyer authored
-
David Meyer authored
-
- Aug 15, 2023
-
-
David Meyer authored
Update tzlocal call in dataframe_utilities
-
David Meyer authored
Pandas can now handle both APIs natively, so just going to rely on that.
-
- May 11, 2023
-
-
Schabbauer, Johannes authored
Merge from GitHub repo See merge request !1
-
Schabbauer, Johannes authored
This reverts commit f67f521a. The change is merged from the upstream GitHub repository.
-
- Apr 19, 2023
-
-
David Meyer authored
Implement optimization described in #92
-
David Meyer authored
-
- Apr 18, 2023
-
-
Chris Billington authored
Resolve issue with Run object choosing group name based on script name
-
chrisjbillington authored
Unsure since when this has been broken, but lyse routines used to work fine outside of lyse, as long as you specified the h5 file. However, prior to this fix, when instantiating a `Run` object whilst running a script outside of lyse, `Run.__init__()` fails to introspect the name of the main script, in order to select the default group name to which results should be saved. The previous introspection code likely predates some changes we made such that traversing a call stack in order to find the top-level script is no longer necessary. The analysis routine appears in `sys.modules` as the `__main__` module, as does the top-level script when running an analysis routine from outside of lyse. So we can just use that. As before, if the `Run` object finds it is being instantiated in an unusual environment where there is no `__main__` module in `sys.modules` or it doesn't have a `__file__`, then we just skip setting the group name. We used to cough a warning about this, but that's no longer needed as the user will instead get an exception if they try to save a result, telling them they they need to set the group first.
-
David Meyer authored
-
David Meyer authored
-
- Apr 17, 2023
-
-
David Meyer authored
-
David Meyer authored
-
David Meyer authored
-
David Meyer authored
Hotfix for lyse figuremanager when in standalone mode
-
David Meyer authored
-
David Meyer authored
-