- Nov 09, 2023
-
-
e6b4879a Make Filters/ParallelDIY2 module MPI independent 63bfcb2b Make Filters/ParallelVerdict module MPI independent 6c66636e Make IO/ParallelLSDyna module MPI independent f55be4ed Make Filters/ParallelStatistics module MPI independent Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10685
-
- Nov 08, 2023
-
-
- Nov 07, 2023
-
-
998334fa Update the ref to vtkDICOM remote module Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10613
-
- Nov 01, 2023
-
-
48d9c7ff CPDM: Fix logic for bounds computation Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10539
-
- Oct 30, 2023
-
-
c110f89c Documentation: collate 9.3.0.rc2 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10649
-
- Oct 29, 2023
-
- Oct 27, 2023
-
-
651ee78a Add release note e56e29b9 cmake: Update tpl vtk_module information for libtiff 8d4cc4fd Merge branch 'upstream-tiff' into update-libtiff 26d20ac6 tiff 2023-10-25 (f158d0fc) 8147ad50 tpl: update files to copy for libtiff c98f5107 tpl: Update tag for libtiff Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10634
-
- Oct 26, 2023
-
-
Christos Tsolakis authored
-
Christos Tsolakis authored
-
Christos Tsolakis authored
# By Tiff Upstream * upstream-tiff: tiff 2023-10-25 (f158d0fc)
-
Code extracted from: https://gitlab.kitware.com/third-party/tiff.git at commit f158d0fc5fa2ff47f08b7545b388a7ce7ed85ef5 (for/vtk-20231025-4.6.0).
-
Christos Tsolakis authored
-
Christos Tsolakis authored
-
0cfb2dc3 vtkStaticFaceHashLinksTemplate: Fix PrefixSum with many threads 85f68aee vtkKdTree: Fix kdtree not building Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10628
-
- Oct 23, 2023
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
d4701cb4 Add note for int8 to vtkSignedCharArray conversion 78608d54 Remove numpy.character comments from numpy test 5267f004 Convert np.int8 to VTK_SIGNED_CHAR 2cab0baf Decouple numpy_support from pickle_support Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !10623
-
- Oct 22, 2023
-
-
David Gobbi authored
-
David Gobbi authored
The use of "character" as a dtype in numpy has been deprecated for years (#18097), so comments about supporting it in VTK's numpy interface are out-of-date.
-
- Oct 21, 2023
-
-
-
David Gobbi authored
In a future commit, numpy_support will be changed so that int8 is converted to vtkSignedCharArray rather than vtkCharArray. This change will break pickle_support, unless pickle_support is changed to use numpy directly.
-
- Oct 20, 2023
-
-
d9548d37 c++: remove `inline` from implementations Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10616
-
- Oct 19, 2023
-
-
Ben Boeckel authored
This causes the compiler to not actually put the functions into the library. Remove the specifier from methods declared in headers.
-
7a3d7b00 Merge branch 'upstream-loguru' into loguru-bsd-fixes-release 94f1a607 loguru 2023-10-17 (2fb38400) a2c6a6ba loguru: update for BSD fixes d78e2004 vtkLogger: unsafe_signal_handler moved to signal_options struct Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !10608
-
535a213b Apply vtkClipClosedSurface flags to both outputs b88bfaaf Test for clipping closed surface with InsideOut and multiple planes 6a1d3b80 Add docstring note about convex corners in vtkClipClosedSurface 99c13d7f Keep the generate clip face logic in separate if blocks 70f2e9d3 Release note for the vtkClipClosedSurface features 14db64c9 Test for clipping closed surface with InsideOut and GenerateClipFaceOutput 3a2f71ab Provide clipped triangulated face as output on the vtkClipClosedSurfaceFilter c843a8db Provide an InsideOut flag for vtkClipClosedSurface Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10594
-
- Oct 18, 2023
-
-
Ben Boeckel authored
# By loguru Upstream * upstream-loguru: loguru 2023-10-17 (2fb38400)
-
Code extracted from: https://gitlab.kitware.com/third-party/loguru.git at commit 2fb384000ff663a4528048974361202ece6f2b58 (for/vtk-20231017-2.1.0).
-
Ben Boeckel authored
Includes https://github.com/emilk/loguru/pull/245 and commits needed to allow them to apply cleanly.
-
(cherry picked from commit 064468ae)
-
David Gobbi authored
This allows vtkDICOM to be built against a DCMTK that requires a later version of the C++ standard than was used for VTK itself.
-
Sankhesh Jhaveri authored
GenerateOutline and GenerateFaces should affect both the outputs. Co-authored-by:
David Gobbi <david.gobbi@gmail.com>
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
- Oct 13, 2023
-
-
fe901237 gitlab-ci: disable Python 3.7 testing jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10597
-