Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/artiq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a294a2fd966
Choose a base ref
...
head repository: m-labs/artiq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f6706254378
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 18, 2016

  1. start release-1 branch

    jordens committed Mar 18, 2016
    2
    Copy the full SHA
    8f67062 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 RELEASE_NOTES.rst
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).