vtk-m/docs/changelog
Kenneth Moreland 72cd0107ee Deprecate Execute with policy
The version of `Filter::Execute` that takes a policy as an argument is now
deprecated. Filters are now able to specify their own fields and types,
which is often why you want to customize the policy for an execution. The
other reason is that you are compiling VTK-m into some other source that
uses a particular types of storage. However, there is now a mechanism in
the CMake configuration to allow you to provide a header that customizes
the "default" types used in filters. This is a much more convenient way to
compile filters for specific types.

One thing that filters were not able to do was to customize what cell sets
they allowed using. This allows filters to self-select what types of cell
sets they support (beyond simply just structured or unstructured). To
support this, the lists `SupportedCellSets`, `SupportedStructuredCellSets`,
and `SupportedUnstructuredCellSets` have been added to `Filter`. When you
apply a policy to a cell set, you now have to also provide the filter.
2020-05-18 12:38:41 -06:00
..
1.3 Require CMake 3.8 to build VTK-m. 2019-01-09 16:01:22 -05:00
1.4 Add release notes for v1.4.0 2019-06-26 12:13:47 -04:00
1.5 Add release notes for v1.5.0 2019-10-15 13:40:46 -04:00
arrayhandlegroupvecvariable.md ConvertNumComponentsToOffsets using ScanExtented vs. ScanExclusive 2020-03-05 10:57:34 -05:00
binary_search_algorithms.md Add vtkm/Algorithms.h header with device-friendly binary search algorithms. 2019-12-20 12:35:10 -05:00
ci-script.md Add scripts to allow developers to replicate CI environments 2020-04-09 13:54:20 -04:00
configurable-default-types.md Enable changing policy used for library compiles 2020-03-19 15:07:07 -06:00
custom_portal_iterators.md Fixup custom portal iterator logic. 2019-12-17 15:39:51 -05:00
decorator_resizing.md Add support for ArrayHandleDecorator resizing. 2019-12-20 17:03:36 -05:00
deprecate-execute-with-policy.md Deprecate Execute with policy 2020-05-18 12:38:41 -06:00
deprecation.md Refactor deprecated macros 2019-11-06 14:47:59 -07:00
google_benchmark.md Port benchmarking framework to Google Benchmark. 2020-01-08 10:58:51 -05:00
image_io.md Implement and test ImageReader and ImageWriter capabilities in the io library 2020-05-13 16:10:21 -06:00
io_reorganize.md Do not add half-baked 1.6 release notes; let Robert consolidate release notes. 2020-05-01 07:31:35 -04:00
list-tag-remove-if.md Add changelog for ListTagRemoveIf 2019-11-02 11:08:34 -06:00
list.md Add List changelog 2019-12-04 17:21:32 -07:00
mask_and_scatters_3d_scheduling.md Add changelog for mask and scatter 3d scheduling support 2020-02-27 08:25:54 -05:00
readportalget.md ReadPortal().Get(idx) is slow in a loop. 2020-05-08 11:30:59 -04:00
scoping-tokens.md Remove locking control ArrayPortals 2020-03-16 07:10:10 -06:00
shorter-fancy-array-handle-classnames.md Shorter StorageTag for ArrayHandleZip 2020-01-07 07:01:34 -07:00
std_porting_headers.md Add porting layer for future std features 2020-03-16 17:12:16 -06:00
tuple.md Add changelog for Tuple 2020-03-16 17:12:17 -06:00