Skip to content

Commit

Permalink
start release-1 branch
Browse files Browse the repository at this point in the history
jordens committed Mar 18, 2016
1 parent 7a294a2 commit 8f67062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
@@ -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).

2 comments on commit 8f67062

@sbourdeauducq
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs for QC2 still don't look good, waiting for @dhslichter to update them and kc705.py according to what combination of TTL/SPI he wants ...

@jordens
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's do that as part of the RC process.

Please sign in to comment.