ParaView 5.12.1 Release Notes

ParaView release icon

Bug fixes made since ParaView 5.12.0 are listed in this document. The full list of issues addressed by this release is available here.

Rendering

  • Gradient backgrounds in saved images larger than the render window are now correct. (details)
  • Support for OSPRay is checked only when OSPRay rendering is requested. Previously, it was checked unconditionally and that could lead to a valid but unwanted warning when ParaView runs on a system that does not support OSPRay. (details)
  • Cached geometry is discarded whenever an animation keyframe is edited. This can prevent spurious visualization of geometry when keyframes that modify filter properties are changed. (details)
  • Coloring by partial field data arrays now works correctly. (details)

Filters

  • The Reflect filter on triangle strips now produces correct cells. (details)
  • Slicing image data with multiple components now correctly copies all components to the output. (details)
  • Fixed a crash when loading an unstructured grid containing a VTK_CONVEX_POINT_SET from a VTU file. (details)
  • Removed spurious warning message when the Integrate Variables filter was applied to an empty dataset. (details)
  • The Legacy Ghost Cells Generator filter, which was deprecated in ParaView 5.10 and removed in ParaView 5.11, has been added back. It is available after loading the LegacyGhostCellsGenerator plugin. This filter may work better on large scale runs on particular HPC systems where MPI resources are exhausted when using the regular Ghost Cells Generator. In addition, the Legacy Ghost Cells Generator has a property Minimum Number of Ghosts that matches the name of a property in the Ghost Cells Generator. This makes swapping between the two filters in a Python script simpler. (details)
  • The Gradient filter had a thread race condition fixed (details)

Readers

  • VTK XML file format readers no longer fail when building ParaView against expat 2.6.0. (details)

Writers

  • Saving a multiblock dataset file (VTM) in parallel now uses only rank 0 to create a subdirectory instead of all ranks trying and one rank winning. This resolves a race condition on some file systems where the directory was reported as being created but was not available for writing yet by one of the processes. (details)

General

  • Fixed state saving option when a remote server crashes. (details)

Catalyst

  • Error reporting when creating extracts directory fails now includes the full path of the directory whose creation failed. (details)

Build

  • osmesa is now always built with gcc in the superbuild to avoid core dumps, even when building ParaView with an Intel compiler. (details)
  • Older versions of Python are again supported. (details)

Leave a Reply