vtk-m/docs/changelog
Kenneth Moreland b2997bcbe8 Support backward compatibility in CMake package
VTK-m development is in a mode where backward compatibility should be
maintained between minor versions of the software. (You may get deprecation
warnings, but things should still work.) To match this behavior, the
generated CMake package now supports finding versions with the same major
release and the same or newer minor release. For example, if an external
program does this

``` cmake
find_package(VTKm 2.1 REQUIRED)
```

then CMake will link to 2.1 (of course) as well as newer minor releases
(e.g., 2.2, 2.3, etc.). It will not, however, match older versions (e.g.,
2.0, 1.9), nor will it match any version after the next major release
(e.g., 3.0).
2024-06-21 15:28:42 -04: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
allow-backward-compatibility.md Support backward compatibility in CMake package 2024-06-21 15:28:42 -04:00
contour-int-isovalue.md Allow floating-point isovalues for contours of integer fields 2023-12-15 16:26:17 -07:00
extract-geometry-permutation.md Fix bug with ExtractGeometry filter 2024-05-03 09:22:56 -04:00
fix-old-cuda-atomics.md Fix old cuda atomics 2024-04-02 13:45:15 -04:00
intel-finites.md Enable non-finite values with Intel compiler 2024-04-25 09:38:15 -04:00
obsolete-thrust-patch.md Disable Thrust patch that is no longer needed in modern Thrust 2024-06-04 11:01:43 -04:00
safe-cuda-runtime-config.md Fix crash when CUDA device is disabled 2024-05-03 17:03:20 -04:00