Skip to content

VTK: Update for NetCDF UGRID reader fix of time independent data

This VTK update is motivated by a fix for the NetCDF UGRID reader which produced garbage data arrays for time independent data.

  • David Gobbi: 'fix PYTHONPATH example'
  • David Gobbi: 'polydata stencil threadsafe'
    • 8899461225 Test vtkPolyDataToImageStencil with 32-bit cells
    • 3322af1874 Make vtkPolyDataToImageStencil threading optional
    • 3b0b72a740 Make vtkPolyDatToImageStencil thread-safe
    • f8518e4c16 Move PolyDataToImageStencil helper class to cxx
    • Merge-request: vtk/vtk!9942 (merged)
  • David Gobbi: 'data newinstance'
  • David Gobbi: 'python warning conditional'
  • Tiffany Chhim: 'fixTimeIndependentNetCDFUGRID'
    • 77f48c911a NetCDF UGRID Reader: Fix reading of time independent data arrays
    • Merge-request: vtk/vtk!9926 (merged)
  • Spiros Tsalikis: 'fix tidy warnings'
    • 4879693f56 vtkSurfaceNets3D: Fix tidy warnings related to std::vector usage
    • Merge-request: vtk/vtk!9940 (merged)
  • Jaswant Panchumarti: 'emscripten browser resize'
  • Sankhesh Jhaveri: 'support string arraylisttemplate'
    • 704cecec55 Test: Add test for string arrays in cell data
    • dfd9e2f055 ENH: Support string types in ArrayListTemplates
    • Merge-request: vtk/vtk!9936 (merged)
  • Charles Gueunet: 'FixEnclosureTopo'
    • 725f9d62cf Add test for the enclosing wall bad cell types
    • 66e02070a4 Wrap scalars created an output with empty cells when enclosure was on
    • Merge-request: vtk/vtk!9930 (merged)

Merge request reports