From a9e944f9177bc2e02376f0c9e522f128e7b74262 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 3 Aug 2016 14:17:38 +0800 Subject: [PATCH] RELEASE_NOTES: add item about numpy ints --- RELEASE_NOTES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index a2744cc15..4d43d0eae 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -46,6 +46,9 @@ unreleased [2.x] Windows 7. * The position of the time cursor is kept across experiments and RTIO resets 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