2016-01-26 08:04:33 +08:00
|
|
|
Release notes
|
|
|
|
=============
|
|
|
|
|
2016-01-29 12:55:03 +08:00
|
|
|
1.0 (unreleased)
|
|
|
|
----------------
|
2016-01-26 08:04:33 +08:00
|
|
|
|
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
|
2016-03-09 17:12:50 +08:00
|
|
|
* the new API for DDS batches is:
|
|
|
|
with self.core_dds.batch:
|
|
|
|
...
|
|
|
|
with core_dds a device of type artiq.coredevice.dds.CoreDDS.
|
|
|
|
The dds_bus device should not be used anymore.
|