Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e9319f13ae | |||
|
|
6a05fcdcd8 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee66b6bbd33f6ad6f2350e11a7c9328492e53935ba8f66b4b1d01f074eb96341
|
||||
size 73790759
|
||||
3
vtk-m-v2.3.0.tar.gz
Normal file
3
vtk-m-v2.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63f1a0273227463a1be38c046630ea6f606ed958543fe6ff64eb6bb6513a6013
|
||||
size 73936659
|
||||
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 00:00:00 UTC 2025 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.3.0-0
|
||||
|
||||
- Updated spec to vtk-m 2.3.0.
|
||||
- Find the release notes at
|
||||
<https://gitlab.kitware.com/vtk/vtk-m/-/tags/v2.3.0>.
|
||||
- New features and bugfixes:
|
||||
* Add ArraySetValues.
|
||||
* Add a form of CellInterpolate that operates on whole cell sets.
|
||||
* Fix deprecation warning in WorkletCellNeighborhood.
|
||||
* Clip: Improve performance and memory consumption.
|
||||
* Contour Polygons with Marching Cubes.
|
||||
* Better document the creation of Field and CoordinateSystem.
|
||||
* ExternalFaces: Improve performance and memory consumption.
|
||||
* Fixed winding of triangles of flying edges on GPUs.
|
||||
* Enable extracting external faces from curvilinear data.
|
||||
* Load options from environment variables.
|
||||
* Added log entry when a cast and call fallback is used.
|
||||
* Automatically initialize Kokkos.
|
||||
* Fix clang compile issue with a missing tempolate arg list.
|
||||
* Fix include for cub::Swap.
|
||||
* Circumvent shadow warnings with thrust swap.
|
||||
* Simplify CellLocatorBase and PointLocatorBase.
|
||||
* Add constexpr to Vec methods.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 1 00:00:00 UTC 2024 - Vicente Adolfo Bolea Sanchez <vicente.bolea@gmail.com> - 2.2.0-0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package vtk-m
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define flavor @BUILD_FLAVOR@%{nil}
|
||||
%define major_ver 2
|
||||
%define minor_ver 2
|
||||
%define minor_ver 3
|
||||
%define patch_ver 0
|
||||
%define short_ver %{major_ver}.%{minor_ver}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user