- Dec 16, 2021
-
-
Dan Lipsa authored
-
Kitware Robot authored
-
- Dec 15, 2021
-
-
1d7601a6 vtkPythonInterpreter: pass arguments to the initialization f98d3ef5 vtkPythonInterpreter: support initialization with argc/argv Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !8738
-
Ben Boeckel authored
This resolves startup conflicts with Python 3.10 over when `sys.path` gets finalized. Additionally, argument list duplication has been factored out and simplified using RAII to manage the memory. Fixes: #18317
-
-
ee17be26 vtkCONVERGECFDReader: add test to ensure time series are read in order ceee61fd vtkCONVERGECFDReader: fix sorting of file names by time Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yohann Bearzi <yohann.bearzi@kitware.com> Merge-request: !8723
-
ee17be26 vtkCONVERGECFDReader: add test to ensure time series are read in order ceee61fd vtkCONVERGECFDReader: fix sorting of file names by time Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yohann Bearzi <yohann.bearzi@kitware.com> Merge-request: !8723
-
Kitware Robot authored
-
- Dec 14, 2021
-
-
Ben Boeckel authored
With Python 3.8, the new `PyConfig` structure may be used to set up Python before it is ready. With Python 3.10, this is now effectively mandatory as `Py_Main(argc, argv)` will ignore any previously prepared configuration and instead use the arguments to initialize the interpreter state. Instead, put the arguments into `PyConfig` (or manually before Python 3.8).
-
f1e9756f Fix includes and GetCell() return type Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8734
-
2a2923e9 vtkDIYGhostUtilities: Adding fallback for array dispatch Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8736
-
c14a1898 ghost cells generator: fixing output points data type Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8728
-
fd597b06 gitlab-ci: update to using Xcode 13.1 285b7b8e vtkMatplotlibMathTextUtilities: use `Override` setter macros a5cbb6fd vtkMathTextUtilities: add a virtual for C array setting 7b4e1b33 vtkSetGet: add override variants for setter macros ee0c952f vtkSetGet: avoid `class` as a macro argument Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8730
-
Cory Quammen authored
-
Antoine Schieb authored
-
Kitware Robot authored
-
- Dec 13, 2021
-
-
d52847b3 CI: add VTKm+CUDA build cd641e6e VTKm: Enable CUDA compilation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7864
-
Vicente Bolea authored
- This build runs automatically in vtk/vtk. - SCCACHE timeouts time to time due to the lengthy build. - It is currently exclusively mutual with Fides. Co-authored-by:
Ben Boeckel <ben.boeckel@kitware.com>
-
Vicente Bolea authored
This commit allows CUDA compilation which can be enabled by using the flag: VTK_USE_CUDA=ON. Signed-off-by:
Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
-
-
e55d70e0 vtkAMReXGridReader: fix array selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8735
-
e55d70e0 vtkAMReXGridReader: fix array selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8735
-
72b93bb5 vtkCoordinateFrameWidget: Add test 647160a3 Add changelog cd42f785 vtkCoordinateFrameWidget: Implementation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !8697
-
b3b555fd gitlab-ci: add jobs for Python 3.10 wheels 68af8078 ci: support Python 3.10 wheel building 0c1743ee ci: update Python wheel versions for 3.8 and 3.9 faf50070 ci: update OS version arguments for macOS binaries c795a4f8 ci: note that older Python releases are source-only dde1c29b ci: update wheel script to repair the installation 3b96591d FindPython: backport from CMake 3.23-pre Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !8733
-
Yohann Bearzi (Kitware) authored
The fallback that needs called when dispatching arrays was not called. This commit adds a fallback for every array dispatch cells in `vtkDIYGhostUtilities`
-
aec159a1 Cleaning vtkGhostCellsGenerator Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8729
-
38d6ca72 Add a null check and forward to superclass in widget rep 93bce6b1 Shorten some tests by collapsing mousemove events 79c1f078 Added release note for ospray widget support 7473d56b Fix warning about unused variable 04d11b53 Testing for seed and handle widgets with ospray backend abf9d6f3 Fixes translation issue with point handle representation 697d0d2f Support the point handle representations with ospray backend aeaa58d5 Support the vtkSeedWidget with ospray backend ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8475
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Utkarsh Ayachit authored
vtkAMReXGridReader was resetting user specified array selection. This was causing paraview/paraview#20985. Fixed that.
-
f0024ef3 Fix loop variable type in vtkMatplotlibMathTextUtilities Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Thomas Galland <thomas.galland@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8724
-
Kitware Robot authored
-
- Dec 12, 2021
-
-
Ben Boeckel authored
As the scripts to prep a Python release for CI uses installers, newer releases do not work. This should be fine as any updates should not affect APIs that would make wheels built against these releases invalid.
-
Ben Boeckel authored
Without this, newer installers do not actually do anything.
-
Ben Boeckel authored
This adds support for Python 3.10 and Python 3.11.
-
Kitware Robot authored
-
- Dec 11, 2021
-
-
ed3be0c8 Added feature to merge points only if geoemtry and data are equal Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8719
-
Kitware Robot authored
-