forked from M-Labs/artiq
RELEASE_NOTES: add item about numpy ints
This commit is contained in:
parent
8a40871f30
commit
a9e944f917
|
@ -46,6 +46,9 @@ unreleased [2.x]
|
||||||
Windows 7.
|
Windows 7.
|
||||||
* The position of the time cursor is kept across experiments and RTIO resets
|
* The position of the time cursor is kept across experiments and RTIO resets
|
||||||
are manual and explicit (inter-experiment seamless handover).
|
are manual and explicit (inter-experiment seamless handover).
|
||||||
|
* All integers manipulated by kernels are numpy integers (numpy.int32,
|
||||||
|
numpy.int64). If you pass an integer as a RPC argument, the target function
|
||||||
|
receives a numpy type.
|
||||||
|
|
||||||
|
|
||||||
1.2
|
1.2
|
||||||
|
|
Loading…
Reference in New Issue