vtk-m/docs/changelog
Kenneth Moreland 1b541bdd37 Avoid floating point exceptions in rendering code
There were some places in the rendering code where floating point
exceptions (FPE) could happen under certain circumstances. Often we do not
care about invalid floating point operation in rendering as they often
occur in degenerate cases that don't contribute anyway. However,
simulations that might include VTK-m might turn on FPE to check their own
operations. In such cases, we don't want errant rendering arithmetic
causing an exception and bringing down the whole code. Thus, we turn on FPE
in some of our test platforms and avoid such operations in general.
2023-11-20 14:21:38 -07: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
avoid-rendering-fpe.md Avoid floating point exceptions in rendering code 2023-11-20 14:21:38 -07: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
isosurface-uncertainty.md Isosurface Uncertainty Visualization Filter 2023-11-15 21:04:37 -05: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