From: Bruno Turcksin Date: Fri, 19 Mar 2021 21:56:56 +0000 (+0000) Subject: Update changelog X-Git-Tag: v9.3.0-rc1~275^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e3d4a7527c3e1c0824332b5c1a66fbb98ac61c6;p=dealii.git Update changelog --- diff --git a/doc/news/changes/minor/20210319Turcksin b/doc/news/changes/minor/20210319Turcksin new file mode 100644 index 0000000000..a77232142c --- /dev/null +++ b/doc/news/changes/minor/20210319Turcksin @@ -0,0 +1,5 @@ +New: Add nearest neighbor predicate support to ArborXWrappers::BVH(). This +allows to find the `n` closest bounding boxes or points to any given bounding +box or point. +
+(Bruno Turcksin, 2021/03/19)