From d706cb86ad345e42b797fb0b26d6fc187315163b Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 5 Sep 2019 15:40:39 -0500 Subject: [PATCH] add a changelog entry --- doc/news/changes/minor/20190905MatthiasMaier | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/minor/20190905MatthiasMaier diff --git a/doc/news/changes/minor/20190905MatthiasMaier b/doc/news/changes/minor/20190905MatthiasMaier new file mode 100644 index 0000000000..faeb3488c4 --- /dev/null +++ b/doc/news/changes/minor/20190905MatthiasMaier @@ -0,0 +1,8 @@ +New: compare_and_apply_mask() allows to use a ternary operater idiom with +VectorizedArray that is based on generating a mask via component-wise +comparison. Such a computational idiom is useful as an alternative to +branching whenever the control flow itself would depend on (computed) data +(which is not possible for vectorized data). +
+(Matthias Maier, 2019/09/05) + -- 2.39.5