Skip to content

Commit a9e944f

Browse files
committedAug 3, 2016
RELEASE_NOTES: add item about numpy ints
1 parent 8a40871 commit a9e944f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎RELEASE_NOTES.rst

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ unreleased [2.x]
4646
Windows 7.
4747
* The position of the time cursor is kept across experiments and RTIO resets
4848
are manual and explicit (inter-experiment seamless handover).
49+
* All integers manipulated by kernels are numpy integers (numpy.int32,
50+
numpy.int64). If you pass an integer as a RPC argument, the target function
51+
receives a numpy type.
4952

5053

5154
1.2

0 commit comments

Comments
 (0)
Please sign in to comment.