- Dec 04, 2024
-
-
-
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 02, 2024
-
-
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
-
Spiros Tsalikis authored
# By netcdf Upstream * upstream-netcdf: netcdf 2024-11-22 (5ebf5132)
-
Code extracted from: https://gitlab.kitware.com/third-party/netcdf.git at commit 5ebf5132707659fb83c8d0df730a7c6538abc15a (for/vtk-20241123-4.9.2).
-
Spiros Tsalikis authored
-
- Nov 21, 2024
-
- Nov 19, 2024
-
-
74974da0 VTK v9.4.0 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11674
-
- Nov 18, 2024
-
-
Sankhesh Jhaveri authored
-
- Nov 16, 2024
-
-
96998888 Make WrappingTools -pthread flag wasm-specific Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Merge-request: !11673
-
389ba523 ci: move python 3.12 jobs to be nightly-only b734e176 vtkPythonCompatibility: initialize `tp_versions_used` 79ec9350 ci: update aiohttp in windows venv c26767a9 ci: python update numpy version for windows a1425e2b ci: Add setuptools in windows venv cb17cc59 ci: Use python3.13 in windows ci jobs 925ca4cb ci: Add python313 wheels for windows 7f96587d ci: Add python313 wheels for macos ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11666
-
David Gobbi authored
-