RELEASE_NOTES: units in datasets

pull/2352/head
Sébastien Bourdeauducq 2024-02-26 19:29:31 +08:00
parent b142428607
commit a0450555e2
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ Highlights:
- Hotkeys now organize experiment windows in the order they were last interacted with:
+ CTRL+SHIFT+T tiles experiment windows
+ CTRL+SHIFT+C cascades experiment windows
* Datasets can now be associated with units and scale factors, and displayed accordingly in the dashboard
including applets, like widgets such as ``NumberValue`` already did in earlier ARTIQ versions.
* Persistent datasets are now stored in a LMDB database for improved performance.
* Python's built-in types (such as ``float``, or ``List[...]``) can now be used in type annotations on
kernel functions.