From 8f6706254378269ca2544facfd6ec9c1a805255b Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Sat, 19 Mar 2016 00:12:20 +0100 Subject: [PATCH] start release-1 branch --- RELEASE_NOTES.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index a36a58fd8..c032deb8a 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -3,8 +3,8 @@ Release notes ============= -Unreleased ----------- +1.0rc1 +------ * Experiments (your code) should use ``from artiq.experiment import *`` (and not ``from artiq import *`` as previously) @@ -20,5 +20,5 @@ Unreleased with ``core_dds`` a device of type ``artiq.coredevice.dds.CoreDDS``. The dds_bus device should not be used anymore. * LinearScan now supports scanning from high to low. Accordingly, - it's arguments ``min/max`` have been renamed to ``start/stop`` respectively. + its arguments ``min/max`` have been renamed to ``start/stop`` respectively. Same for RandomScan (even though there direction matters little).