VTK 9.3.1 is out

:tada: :tada: :tada:

VTK 9.3.1 is out. This release contains fixes for:

  • fmt library has been updated to 10.1.1.
  • Fix SIGSEGV on vtkCompositeDataProbeFilter.
  • Add ComponentName in vtkImageAlgorithm and subclasses.
  • Fix UT record support in vtkDICOMParser
  • Fix for reading binary XML files > 2Gb on Windows.
  • Fix ResampleWithDataSet with an HTG source using MPI.
  • Fix HyperTree iterator in ExtractElements method.
  • Fix incorrect values from vtkOpenGLRenderWindow::GetZBufferData in OpenGL ES 3.0.
  • Fix GPU Ray Cast Volume Rendering with ModelTransformMatrix.
  • Fix Off-axis stereo image separation issue.
  • Fix Display Attribute Inheritance For vtkOpenGLGlyph3DMapper.

Downloads: https://vtk.org/download/

Release notes: https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/release/9.3.md

Thanks to all contributors

:tada: :tada: :tada:

4 Likes

Download page is being currently updated. New release can be still found and downloaded in https://gitlab.kitware.com/vtk/vtk/-/tags/v9.3.1 and Pypi. Conda and Spack package is being updated.

Hello, I looked at
https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/release/9.3.md
but there is no mention of 9.3.1
In particular, is the following bug fix available in 9.3.1? This fix is essential to us.
https://gitlab.kitware.com/vtk/vtk/-/merge_requests/11235
“Avoid over/underflow in shader normal computation”
Merged into master on June 15, 2024.

In particular, is the following bug fix available in 9.3.1? This fix is essential to us.
https://gitlab.kitware.com/vtk/vtk/-/merge_requests/11235
“Avoid over/underflow in shader normal computation”

No, it did not make it in time for 9.3.1

A quick way to know whether a merge request made it or not is to click on the commit sha in the line that reads “Changes merged into master abcdef”

and then look for the “Tags containing commit” and expand it. For this MR, there are no tags.

However, if the commit is part of a tag, gitlab will list them out.

If the commit is not part of any tag, the Tags item will not appear at all.

3 Likes