vtk-m/docs/changelog
Kenneth Moreland 4d02add0e0 Enable new instances of unknown arrays with dynamic sizes
`UnknownArrayHandle` allows you to create a new instance of a compatible
array so that when receiving an array of unknown type, a place to put the
output can be created. However, these methods only worked if the number of
components in each value could be determined statically at compile time.

However, there are some special `ArrayHandle`s that can define the number
of components at runtime. In this case, the `ArrayHandle` would throw an
exception if `NewInstanceBasic` or `NewInstanceFloatBasic` was called.

Although rare, this condition could happen when, for example, an array was
extracted from an `UnknownArrayHandle` with `ExtractArrayFromComponents` or
with `CastAndCallWithExtractedArray` and then the resulting array was
passed to a function with arrays passed with `UnknownArrayHandle` such as
`ArrayCopy`.
2023-11-07 16:59:25 -05: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
2.0 release: 2.1.0-rc1 release notes 2023-08-22 11:03:25 -04:00
2.1 release: 2.1.0-rc2 release notes 2023-10-18 18:24:12 -04:00
add-slice-multiple-filter.md add multislice filter 2023-10-12 10:08:53 -04:00
arrayhandle-getcomponents.md Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
arrayhandleconstant-extract-component.md Support component extraction from ArrayHandleConstant better 2023-08-18 09:44:19 -04:00
constant-amr-arrays.md Store constant AMR arrays with less memory 2023-09-06 10:54:07 -06:00
intel-union-placeholder.md Fix issue with union placeholder on Intel compiler 2023-09-26 07:25:25 -04:00
new-instance-variable-components.md Enable new instances of unknown arrays with dynamic sizes 2023-11-07 16:59:25 -05:00
update-warps.md Consolidate WarpScalar and WarpVector filter 2023-09-26 07:20:09 -04:00
users-guide.md Add VTK-m User's Guide to source 2023-10-17 11:31:27 -04:00
vecfromportal-operators.md Improve = operators in VecFromPortal 2023-08-08 21:43:01 -04:00