Files
vtk-m/vtk-m.changes
Vicente Adolfo Bolea Sanchez f84e5b55ea Accepting request 1191062 from home:vicentebolea:branches:science
- Updated spec to vtk-m 2.2.0.
- Find the release notes at
  <https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.2.0>.
- New features and bugfixes:
  * Enable non-finite values with Intel compiler.
  * Add GetNumberOfComponentsFlat method to ArrayHandle.
  * Support Fill for ArrayHandleStride.
  * Added component extraction support from ArrayHandleConstant.
  * Store constant AMR arrays with less memory.
  * Improved = operators in VecFromPortal.
  * Deprecate the GetCounts() method in Keys objects.
  * Enable new instances of unknown arrays with dynamic sizes.
  * Consolidate WarpScalar and WarpVector filter.
  * Adding MergeDataSets filter.
  * Fix bug with ExtractGeometry filter.
  * New Isosurface Uncertainty Visualization Analysis filter.
  * Deprecated vtkm::filter::FilterField.
  * Adding SliceMultiple filter.
  * Constructors for mesh info classes updated to other filters.
  * Allow floating-point isovalues for contours of integer fields.
  * AtomicArrayExecutionObject: Allow order of atomic operations.
  * Disable Thrust patch that is no longer needed in modern Thrust.
  * Add hints to device adapter scheduler.
  * Support backward compatibility in CMake package.
  * Fix issue with union placeholder on Intel compiler.
  * Fix old cuda atomics.
  * Avoid floating point exceptions in rendering code.
  * Added VTK-m's user guide into the source code.
  * Fix crash when CUDA device is disabled.

OBS-URL: https://build.opensuse.org/request/show/1191062
OBS-URL: https://build.opensuse.org/package/show/science/vtk-m?expand=0&rev=11
2024-08-02 02:36:04 +00:00

70 lines
3.1 KiB
Plaintext

-------------------------------------------------------------------
Thu Aug 1 00:00:00 UTC 2024 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.2.0-0
- Updated spec to vtk-m 2.2.0.
- Find the release notes at
<https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.2.0>.
- New features and bugfixes:
* Enable non-finite values with Intel compiler.
* Add GetNumberOfComponentsFlat method to ArrayHandle.
* Support Fill for ArrayHandleStride.
* Added component extraction support from ArrayHandleConstant.
* Store constant AMR arrays with less memory.
* Improved = operators in VecFromPortal.
* Deprecate the GetCounts() method in Keys objects.
* Enable new instances of unknown arrays with dynamic sizes.
* Consolidate WarpScalar and WarpVector filter.
* Adding MergeDataSets filter.
* Fix bug with ExtractGeometry filter.
* New Isosurface Uncertainty Visualization Analysis filter.
* Deprecated vtkm::filter::FilterField.
* Adding SliceMultiple filter.
* Constructors for mesh info classes updated to other filters.
* Allow floating-point isovalues for contours of integer fields.
* AtomicArrayExecutionObject: Allow order of atomic operations.
* Disable Thrust patch that is no longer needed in modern Thrust.
* Add hints to device adapter scheduler.
* Support backward compatibility in CMake package.
* Fix issue with union placeholder on Intel compiler.
* Fix old cuda atomics.
* Avoid floating point exceptions in rendering code.
* Added VTK-m's user guide into the source code.
* Fix crash when CUDA device is disabled.
-------------------------------------------------------------------
Wed Nov 29 00:00:00 UTC 2023 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.1.0-0
- Updated spec to vtk-m 2.1.0.
- Find the release notes at <https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.1.0>.
-------------------------------------------------------------------
Thu Nov 2 09:13:47 UTC 2023 - Ana Guerrero <ana.guerrero@suse.com>
- Drop support for obsolete openmpi3
-------------------------------------------------------------------
Fri Apr 10 18:00:00 UTC 2023 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.0.0-0
- Updated spec to vtk-m 2.0.0.
- Dropped 0001-fix-soname-lib.patch.
- Find the release notes at <https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.0.0>.
-------------------------------------------------------------------
Tue Oct 18 22:01:07 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Use format_spec_file service to clean up/correct whitespace
- Clean up left over declarations
- Correct library package name for MPI flavors
- Use same variables for prefix etc. as in other _multibuild MPI
flavor subpackages.
- Remove check section, no unittest are actually run (but move
examples build to regular build).
- Replace 0001-fix-soname-lib.patch with upstream version
-------------------------------------------------------------------
Fri Oct 12 18:00:00 UTC 2022 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 1.9.0-0
- Generated initial spec for vtk-m 1.9.0.
- Added OpenMP flavor.
- Added CUDA optional build (using --with cuda).