From 0fd8c9acf8113c1e42ddd917da7c7e4e5017392b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Fri, 26 Jan 2018 11:04:21 -0500 Subject: [PATCH] Add "versionadded" note to ArrayBase.alignment. --- loopy/kernel/array.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loopy/kernel/array.py b/loopy/kernel/array.py index 6d8349916..f86c3f9a3 100644 --- a/loopy/kernel/array.py +++ b/loopy/kernel/array.py @@ -614,6 +614,8 @@ class ArrayBase(ImmutableRecord): Default to *None*. If an integer N is given, the array would be declared with ``__attribute__((aligned(N)))`` in code generation for :class:`loopy.CTarget`. + + .. versionadded:: 2018.1 .. automethod:: __init__ .. automethod:: __eq__ -- GitLab