From bc57543947b91e84ad3f835ef34e7550a7889e4b Mon Sep 17 00:00:00 2001 From: Hao Gao <gaohao95@gmail.com> Date: Sat, 10 Feb 2018 17:16:02 -0600 Subject: [PATCH] Add versionchanged notice --- pyopencl/algorithm.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyopencl/algorithm.py b/pyopencl/algorithm.py index e4ca85de..2b14a8ef 100644 --- a/pyopencl/algorithm.py +++ b/pyopencl/algorithm.py @@ -795,6 +795,11 @@ class ListOfListsBuilder: and a second time, for a 'generation' stage where the lists are actually filled. A `generate` function that has side effects beyond calling `append` is therefore ill-formed. + + .. versionchanged:: 2018.1 + + Change *eliminate_empty_output_lists* argument type from `bool` to + `list`. """ if devices is None: -- GitLab