forked from M-Labs/artiq
1
0
Fork 0

RELEASE_NOTES: add sections for major releases

This commit is contained in:
Sebastien Bourdeauducq 2018-03-22 13:26:28 +08:00
parent 102e3983b5
commit 9eb0218389
1 changed files with 36 additions and 24 deletions

View File

@ -3,8 +3,11 @@
Release notes Release notes
============= =============
ARTIQ-4
-------
4.0 4.0
--- ***
* RTIO outputs use a new architecture called Scalable Event Dispatcher (SED), * RTIO outputs use a new architecture called Scalable Event Dispatcher (SED),
which allows building systems with large number of RTIO channels more which allows building systems with large number of RTIO channels more
@ -27,32 +30,35 @@ Release notes
to the new bus. to the new bus.
ARTIQ-3
-------
3.6 3.6
--- ***
No further notes. No further notes.
3.5 3.5
--- ***
No further notes. No further notes.
3.4 3.4
--- ***
No further notes. No further notes.
3.3 3.3
--- ***
No further notes. No further notes.
3.2 3.2
--- ***
* To accommodate larger runtimes, the flash layout as changed. As a result, the * To accommodate larger runtimes, the flash layout as changed. As a result, the
contents of the flash storage will be lost when upgrading. Set the values back contents of the flash storage will be lost when upgrading. Set the values back
@ -60,13 +66,13 @@ No further notes.
3.1 3.1
--- ***
No further notes. No further notes.
3.0 3.0
--- ***
* The ``--embed`` option of applets is replaced with the environment variable * The ``--embed`` option of applets is replaced with the environment variable
``ARTIQ_APPLET_EMBED``. The GUI sets this enviroment variable itself and the ``ARTIQ_APPLET_EMBED``. The GUI sets this enviroment variable itself and the
@ -119,50 +125,53 @@ No further notes.
* Packages are no longer available for 32-bit Windows. * Packages are no longer available for 32-bit Windows.
ARTIQ-2
-------
2.5 2.5
--- ***
No further notes. No further notes.
2.4 2.4
--- ***
No further notes. No further notes.
2.3 2.3
--- ***
* When using conda, add the conda-forge channel before installing ARTIQ. * When using conda, add the conda-forge channel before installing ARTIQ.
2.2 2.2
--- ***
No further notes. No further notes.
2.1 2.1
--- ***
No further notes. No further notes.
2.0 2.0
--- ***
No further notes. No further notes.
2.0rc2 2.0rc2
------ ******
No further notes. No further notes.
2.0rc1 2.0rc1
------ ******
* The format of the influxdb pattern file is simplified. The procedure to * The format of the influxdb pattern file is simplified. The procedure to
edit patterns is also changed to modifying the pattern file and calling: edit patterns is also changed to modifying the pattern file and calling:
@ -211,39 +220,42 @@ No further notes.
receives a numpy type. receives a numpy type.
ARTIQ-1
-------
1.3 1.3
--- ***
No further notes. No further notes.
1.2 1.2
--- ***
No further notes. No further notes.
1.1 1.1
--- ***
* TCA6424A.set converts the "outputs" value to little-endian before programming * TCA6424A.set converts the "outputs" value to little-endian before programming
it into the registers. it into the registers.
1.0 1.0
--- ***
No further notes. No further notes.
1.0rc4 1.0rc4
------ ******
* setattr_argument and setattr_device add their key to kernel_invariants. * setattr_argument and setattr_device add their key to kernel_invariants.
1.0rc3 1.0rc3
------ ******
* The HDF5 format has changed. * The HDF5 format has changed.
@ -257,7 +269,7 @@ No further notes.
1.0rc2 1.0rc2
------ ******
* The CPU speed in the pipistrello gateware has been reduced from 83 1/3 MHz to * The CPU speed in the pipistrello gateware has been reduced from 83 1/3 MHz to
75 MHz. This will reduce the achievable sustained pulse rate and latency 75 MHz. This will reduce the achievable sustained pulse rate and latency
@ -267,7 +279,7 @@ No further notes.
1.0rc1 1.0rc1
------ ******
* Experiments (your code) should use ``from artiq.experiment import *`` * Experiments (your code) should use ``from artiq.experiment import *``
(and not ``from artiq import *`` as previously) (and not ``from artiq import *`` as previously)