- Jan 09, 2023
-
-
c7cdc162 gitlab-ci: add jobs for OSMesa wheels bb2a8000 ci: support alternative wheel names in SDK archives 87fed918 ci: add a script to extract the OSMesa build add42f79 ci: add a container to build wheels with OSMesa support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Tested-by:
Bane Sullivan <bane.sullivan@kitware.com> Acked-by:
Håkon Strandenes <h.strandenes@km-turbulenz.no> Merge-request: !9820
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
This will allow the CI to extract a useful image on top of the latest `manylinux2014` image instead of sticking with whatever the image happened to be built with.
-
Ben Boeckel authored
Note that this freezes the wheel SDK while our normal wheels use the floating "latest" tag.
-
1a74caaf Add VTK_VERSION_SUFFIX and VTK_DIST_NAME_SUFFIX for wheel name modification Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9674
-
- Jan 04, 2023
-
-
Bane Sullivan authored
-
f14698e9 vtkXMLTreeReader: protect against possible nullptr dereference Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !9822
-
Vulnerability reported at https://nvd.nist.gov/vuln/detail/CVE-2021-42521. Fixes #17818
-
- Jan 03, 2023
-
-
215c1b55 Fix accidental breakage of interactive X resizing Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9813
-
- Jan 02, 2023
-
-
95efe3df Add vtkmodules/web/errors.py Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !9814
-
David Gobbi authored
When the vtkXRenderWindowInteractor was moved to Rendering/UI (in commit b19ea9ff), the UpdateSizeNoXResize() was inadvertently changed to be identical to the UpdateSize(), causing it to do the XResizeWindow call that it specifically says it will *not* do.
-
Bane Sullivan authored
-
- Dec 30, 2022
-
-
544ae0f5 gitlab-ci: add Python 3.11 jobs bdc97a31 ci: add Python 3.11 support to wheel builds c6c75c6d ci/wheels: support downloading rc releases on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9809
- Dec 29, 2022
-
-
Ben Boeckel authored
(cherry picked from commit 8ddade28)
-
Ben Boeckel authored
(cherry picked from commit d45fe1a4)
-
Ben Boeckel authored
(cherry picked from commit 8992331a)
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Dec 28, 2022
-
-
e81740d1 Web/Python: handle missing dependencies gracefully e1e494de Wep/Python: move Python dependencies to extras_require Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !9727
-
-
This allows `web` dependencies to be skipped if they are not important for wheel users.
-
e81a2fec Workaround using 1.13.1 in provided hdf5 8701b90c Xdmf2: Update HDF5 driver for 1.13.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9690
-
321f3b85 Add baseline for new test 14895036 Add test for BlockVisibility setting with surface opacity 0e834cd1 Move check for visibility to leaf translucency check Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9798
-
- Dec 22, 2022
-
-
9b2769b9 gitlab-ci: remove `linux-3.17` tag b4b1fa98 gitlab-ci: use arch-specific tags for OS selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9789
-
Cory Quammen authored
(cherry picked from commit a6137fa2)
-
Cory Quammen authored
Ensure that vtkCompositePolyDataMapper2 can display multiblock datasets when EnableSurfaceOpacity is on and scalars are displayed, specifically when parent block visibilities are set to false but their children visibilities are set to true. (cherry picked from commit 60abcea5)
-
Cory Quammen authored
When deciding if a composite dataset has translucency, vtkCompositePolyDataMapper2 was incorrectly determining there was no translucency for a subtree of blocks if the visibility of the subtree root was set to false. This is incorrect because children could be set to visible, but the algorithm would not descend the tree to determine that. Fixed this bug by moving the visibility determination down to just before the scalars translucency determination is made. If the block is not visibile, it does not have translucency. (cherry picked from commit cb59e8ec)
-
Ben Boeckel authored
All machines have it, so it doesn't actually mean anything anymore.
-
Ben Boeckel authored
-
66fdb9f0 numpy: avoid `numpy.bool` in MPI-using code Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9795
-
- Dec 21, 2022
-
-
Ben Boeckel authored
-
d698a1d4 vtkProbeLineFilter: Fix not available function Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9787
-
f7c4049b Fix: error: array must be initialized with a brace-enclosed initializer 067cc56f vtkAppendSelection: use vtksys::RegularExpression instead of regex 9f516058 Fix: error: define (copy)constructor Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9728
-
a90a89da Update Web render window serializers and remove print statements Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9766
-
9f7d059e Testing: ignore 9.1.0 deprecation warnings db81ed74 TestGeometryFilter: ignore 9.2.0 deprecation warnings 666c0ad7 TestHyperTreeGrid3DCursorsMandel: use non-deprecated getter a2718893 testing: avoid usage of deprecated `unittest` methods 1439f780 TestNumpyInterface: use non-deprecated `numpy.<type>` replacements Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9788
-