- Dec 06, 2024
-
-
b1b2333a cmake: correct java artifacts in pom.xml Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11595 (cherry picked from commit 9d49423c)
-
129e6e28 cmake: correct maven artifact cache var Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11588 (cherry picked from commit f3206e3c)
-
- Dec 04, 2024
-
-
5f2e6e7e Add the new Python constructors to the pyi files Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !11716
-
68658092 gitlab-ci: remove `dependencies` from jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !11720
-
-
9eb732a5 gitlab-ci: remove `dependencies` from jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !11721
-
-
93abfb56 vtkSocket: fix win32 error handling cd00a057 vtkHyperTreeGridAxisCut: add test with coincident plane ffbe4bd9 vtkHyperTreeGridAxisCut: fix floating point number comparison 1fa1ebf3 TableBasedClipDataSet add test 1fcd274d TableBasedClipDataSet scalars deleted array fix 9ec20c8a ScatterPlot: Fix an issue with active plot not updating de5bd541 vtkConduitToDataObject: accept all numbers as time values dabeeb0d fix: add QEvent::HoverMove event to interaction Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviwed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11704
-
93abfb56 vtkSocket: fix win32 error handling cd00a057 vtkHyperTreeGridAxisCut: add test with coincident plane ffbe4bd9 vtkHyperTreeGridAxisCut: fix floating point number comparison 1fa1ebf3 TableBasedClipDataSet add test 1fcd274d TableBasedClipDataSet scalars deleted array fix 9ec20c8a ScatterPlot: Fix an issue with active plot not updating de5bd541 vtkConduitToDataObject: accept all numbers as time values dabeeb0d fix: add QEvent::HoverMove event to interaction Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviwed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11704
-
- Dec 03, 2024
-
-
Ben Boeckel authored
Historically, `needs` specifies the jobs which need to complete successfully and `dependencies` specifies the jobs which provide artifacts which should be used. Modern GitLab discourages using both as `needs` now supports an `artifacts` key to say "depend on but do not use artifacts", so remove `dependencies` and use `needs:artifacts` where necessary. See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
-
Ben Boeckel authored
Historically, `needs` specifies the jobs which need to complete successfully and `dependencies` specifies the jobs which provide artifacts which should be used. Modern GitLab discourages using both as `needs` now supports an `artifacts` key to say "depend on but do not use artifacts", so remove `dependencies` and use `needs:artifacts` where necessary. See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
-
- Dec 02, 2024
-
-
David Gobbi authored
This change makes the type checkers aware that these constructors exist, so that the checkers don't warn about code that calls them.
-
c47ffa1e Skip vtkDataObjectImplicitBackendInstantiateIdType Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11707
-
- Nov 29, 2024
-
-
f1c03d8d Copy release author notes for documentation website 2cdc305f Replace custom markdown emojis with unicode for sphinx Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11705
-
David Gobbi authored
Since vtkIdType is just a typedef for one of the fundamental types for which the template is already instantiated, we must avoid instantiating for vtkIdType since the instantiation will result in duplicate template symbols. Most linkers will handle the duplicated template symbols, but some linkers will generate an error.
-
-
27afa562 vtkHDFReader: fix the ovelappingAMR regarding array naming 3a34dba4 fix(VTKHDF data): version of the overlappingAMR was incorrect 1f8d1201 VTKHDF: bump minor version to 2.3 for temporal OverlappingAMR Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Merge-request: !11701
-
Lucas Givord authored
Previously when encountering an error during a Receive() call, server hangs indefinitely as only WSAENOBUFS was checked. For WSAECONNABORTED we cannot know if the disconnection is expected or not so we don't output an error but log a trace for debugging purpose. (cherry picked from commit c86e3aaa)
-
(cherry picked from commit 8ec1d44d)
-
Fix a bug where the cut plane wasn't considered as intersecting HTG cells due to precision loss during floating point comparison. (cherry picked from commit 08a5f4aa)
-
(cherry picked from commit e6f61ea5)
-
(cherry picked from commit facca32c)
-
(cherry picked from commit 0692322c)
-
Previously, only float values were accepted as time values, preventing "time" or "TimeValue" nodes with dtype of double or int from being used to define time. Fixed by checking that an that the dtype is a number instead. (cherry picked from commit eab43cc0)
-
(cherry picked from commit 2617ad04)
-
- Nov 28, 2024
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
This allows faithful reproduction on the read-the-docs documentation website.
-
Lucas Givord authored
The VTKHDF File Format contains a bug and has been bump to 2.3. The vtkHDFReader has been updated to fix this issue too.
-
Lucas Givord authored
The VTKHDF spec allows temporal overlappingAMR since 2.2. This dataset has a version of 2.1, updated to follow correctly the spec
-
Lucas Givord authored
Few datasets name are inconsistents between temporal OverlappingAMR and other vtk datasets as we miss an 's' for the plural. It concerns: - NumberOfBox -> NumberOfBoxes - AMRBoxOffset -> AMRBoxOffsets - Point/Cell/FieldDataOffset -> Point/Cell/FieldDataOffsets Its fix in the VTKHDF File Format version 2.3.
-
- Nov 27, 2024
-
-
adf298e8 Allow vtk-python override to work with ABCs Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11698
-
-
a49d1f5a MeshQuality: Test empty mesh f1a5bf7a vtkMeshQuality: Fix empty mesh crash Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Tested-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !11697
-
a49d1f5a MeshQuality: Test empty mesh f1a5bf7a vtkMeshQuality: Fix empty mesh crash Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Tested-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !11697
-
David Gobbi authored
The type check in the override() method was too strict, it was not allowing the override to be derived from an abstract base class.
-
- Nov 26, 2024
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
- Nov 25, 2024
-
-
-
13e5abe2 Add changelog 8291c99b Merge branch 'upstream-netcdf' into update-netcdf 832b2075 netcdf 2024-11-22 (5ebf5132) af14dd90 netcdf: update to for/vtk-20241123-4.9.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11655
-
- Nov 23, 2024
-
-
Spiros Tsalikis authored
-