mirror of https://github.com/m-labs/artiq.git
RELEASE_NOTES: deprecated ndecimals
This commit is contained in:
parent
3d0feef614
commit
a2d62e6006
|
@ -68,6 +68,9 @@ Old syntax should be replaced with the form shown on the right.
|
|||
data[key][1] ==> value[key]
|
||||
data[key][2] ==> metadata[key]
|
||||
|
||||
* The ``ndecimals`` parameter in ``NumberValue`` and ``Scannable`` has been renamed to ``precision``.
|
||||
Parameters after and including ``scale`` in both constructors are now keyword-only.
|
||||
Refer to the updated ``no_hardware/arguments_demo.py`` example for current usage.
|
||||
|
||||
|
||||
ARTIQ-7
|
||||
|
|
Loading…
Reference in New Issue