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: 891e3cf1fe18
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: 7a294a2fd966
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 18, 2016

  1. release notes formatting

    jordens committed Mar 18, 2016
    Copy the full SHA
    e2da0ae View commit details
  2. Copy the full SHA
    7a294a2 View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 RELEASE_NOTES.rst
8 changes: 5 additions & 3 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
.. Add new releases at the top to keep important stuff directly visible.
Release notes
=============

1.0 (unreleased)
----------------
Unreleased
----------

* First release
* Experiments (your code) should use ``from artiq.experiment import *``
(and not ``from artiq import *`` as previously)
* Core device flash storage has moved due to increased runtime size.
This requires reflashing the runtime and the flash storage filesystem image
or erase and rewrite its entries.
* ``RTIOCollisionError`` has been renamed to ``RTIOCollision``
* the new API for DDS batches is::

with self.core_dds.batch:
...