vtk-m/docs/changelog
Kenneth Moreland 63702d5d13 Check to make sure that the fields in a DataSet are the proper length
It is possible in a `DataSet` to add a point field (or coordinate system)
that has a different number of points than reported in the cell set.
Likewise for the number of cells in cell fields. This is very bad practice
because it is likely to lead to crashes in worklets that are expecting
arrays of an appropriate length.

Although `DataSet` will still allow this, a warning will be added to the
VTK-m logging to alert users of the inconsistency introduced into the
`DataSet`. Since warnings are by default printed to standard error, users
are likely to see it.
2022-11-01 12:05:59 -06:00
..
1.3 docs: update gitlab links to include /-/ component 2020-05-26 14:48:49 -04: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
1.5.1 Add release notes for v1.5.1 2020-03-13 12:55:43 -04:00
1.6 1.6.0-rc1 is our 7th official release of VTK-m. 2021-04-06 18:28:53 -04:00
1.7 Add release notes for 1.7.0-rc1 2021-10-21 13:08:40 -04:00
1.7.1 Add release notes for 1.7.1 2022-01-28 18:16:04 -05:00
1.8 Update release notes for 1.8.0 2022-06-16 13:18:02 -04:00
1.9 release: 1.9.0 release notes 2022-10-11 15:06:56 -04:00
build-modules.md Add module mechanism 2022-10-26 12:51:05 -06:00
delete-deprecated.md Remove deprecated virtual methods 2022-10-28 10:56:52 -06:00
expose-variant.md Expose the Variant helper class 2022-11-01 07:52:41 -06:00
external-lib-lists.md Output complete list of libraries for external Makefiles 2022-10-27 06:14:49 -06:00
field-length-checking.md Check to make sure that the fields in a DataSet are the proper length 2022-11-01 12:05:59 -06:00
no-execution-whole-array.md Removed ExecutionWholeArray class 2022-10-27 15:07:41 -06:00
partitioned-cell-locator.md add partitioned cell locator 2022-11-01 11:08:18 +01:00
read-permuted-global-cell-ids.md Fix reading global ids of permuted cells 2022-10-31 16:07:47 -06:00