From a0450555e2896f1235f836de5d30d19f4f8c66d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Mon, 26 Feb 2024 19:29:31 +0800 Subject: [PATCH] RELEASE_NOTES: units in datasets --- RELEASE_NOTES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 77399000c..d8d5e3029 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -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.