artiq/RELEASE_NOTES.rst

14 lines
441 B
ReStructuredText
Raw Normal View History

Release notes
=============
2016-01-29 12:55:03 +08:00
1.0 (unreleased)
----------------
2016-01-29 12:55:03 +08:00
* 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
2016-01-31 05:50:15 +08:00
or erase and rewrite its entries.
2016-03-08 15:38:08 +08:00
* RTIOCollisionError has been renamed to RTIOCollision