Merge topic 'probe-point-fields-changelog'

9deb36132 Add release notes for commit abedf61e5cbfaee4abac

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Merge-request: !2603
This commit is contained in:
Sujin Philip 2021-10-14 12:28:57 +00:00 committed by Kitware Robot
commit 02f0a809fb

@ -0,0 +1,9 @@
# Probe always generates point fields
Previously, the `probe` filter, when probing the input's cell fields, would
store the result as the output's cell field. This is a bug since the probing is
done at the geometry's point locations, and the output gets its structure from
the `geometry`.
This behaviour is fixed in this release. Now, irrespective of the type of the
input field being probed, the result field is always a point field.