Bug fixes made since ParaView 6.0.0 are listed below:
Faulty default color map in ParaView 6.0.0 fixed
The “Fast” color map, which is the new default in ParaView 6.0.0, was not correctly defined in the ParaView 6.0.0 release. Its color space was set to “Diverging” rather than “Lab”. As a result, the central lightest point in the color map was shifted to the left of center and was too bright.
Comparison of incorrect “Fast” color map in ParaView 6.0.0 (upper legend) vs. corrected “Fast” color map in ParaView 6.0.1 (lower legend).
The “Fast” color map has been corrected in ParaView 6.0.1. If you need to produce images with the same color map as ParaView 6.0.0, you can either:
Choose the color map preset named “ParaView 6.0.0 Default”.
Use the default color map in ParaView 6.0.1 and change the Color Space property in the Color Map Editor to “Diverging”.
In addition, the “Fast”, “Fast (Reds)”, and “Fast (Blues)” color map presets were set to have the color space “RGB” instead of “Lab”. Fortunately, the differences between these color maps interpolated through “RGB” and “Lab” spaces respectively is not perceptually noticable in any of them, though there are slight RGB color differences.
Comparison of “Fast” color map in RGB color space (ParaView 6.0.0 preset, upper legend) vs. Lab color space (ParaView 6.0.1 preset, lower legend).
Comparison of “Fast (Reds)” color map in RGB color space (ParaView 6.0.0 preset, upper legend) vs. Lab color space (ParaView 6.0.1 preset, lower legend).
Comparison of “Fast (Blues)” color map in RGB color space (ParaView 6.0.0 preset, upper legend) vs. Lab color space (ParaView 6.0.1 preset, lower legend).
Interface improvements
Fixed problem where the Adjust Camera dialog could be opened only once during a ParaView session. (details)
Avoid “Missing ‘LookupTable’ property” warning when opening SpreadSheet view. (details)
Fixed crash on rescale to data range over all timesteps. (details)
Pick center now works correctly when picking vertices. If on pick an intersection is expected but none is found, snap to the closest mesh point. (details)
Rendering
Extra lines rendered in Surfaces With Edges representation on Apply Silicon chips are no longer rendered (details)
Default background color with OSPRay path tracer and Background Mode “Environment” has been updated to the new Warm Gray default in ParaView 6.0.0. (details)
Removed warning about OSPRayMaterial property not being found when enabling ray tracing. (details)
Fixed black screen that could result under certain conditions. (details)
Readers
The SPCTH Spy Plot Reader could crash in MacOS binaries available at www.paraview.org. These binaries are now compiled with XCode 16.4, which resolve a compiler bug that was leading to the crash. (details)
Filters
Append Geometry filter cell connectivity has been fixed when appending polygons. (details)
Quadric Decimation no longer crashes when processing degenerate cells. (details)
The Tetrahedralize filter no longer gives incorrect results due to uninitialized memory reads. (details)
Catalyst
ParaViewCatalyst: Ensure catalyst node is set. (details)
Python
When using the Python Shell, fixed errors and potential crash with tab autocomplete. (details)
Close all tabs when exiting the Python Editor. (details)
--venv option now takes effect before Python plugins are automatically loaded using the environment variable PV_PLUGIN_PATH, making it possible to use external Python packages in such plugins. (details)
Fixed a crash when loading a Python state file with the “all properties” field on. (details)
Updated link to Python documentation in Python traces generated by ParaView. (details)
Build
Fixed macOS install on case-sensitive filesystem (details)
viskores: fixed vtkmConfigFilters.h include conditon (details)