v5.8.0 [Jan 29, 2020]
Readers and filters.
- AMR Dual Clip and Contour Accept invalid input datasets.
- Parallel Resample to Image pipeline doesn’t propagate all data.
- Clip filter: Crinkle clip performs a slice rather than a clip.
- AMReX Boxlib Grid Reader fails to the read coordinate range.
- Paraview 5.8.0-RC3 VTK-xml reader: cell offsets cant be unsigned ints.
- amrex: failed to read amrex 2D particles.
- VTP Loading Apparent Regression 5.6.0->5.8.0.
- CGNS files don’t read point data.
- ExtractBlock does not Propagate Global Field Data.
- default Piece Distribution method.
- Glyph filter sometimes produces misplaced arrows.
- Cell size filter dies with CTH AMR.
- Intermittent errors in Cell Centers.
- Glyph filter and stream tracer filter do not propagate Global Field Data.
- AggregateDataSet filter runs into MPI size constraint.
- ParaView 5.8 crashes when slicing nested multi-block in parallel.
Rendering and image export.
- Color legend always shows up in bottom left corner when exporting to EPS or PDF.
- Low resolution vector graphics output.
- Preview mode and window resize.
- Color Map Mapping Data histogram gets confused.
- OpenGL warning when using Zoom to Box.
- Surface with Edges creates extra edges.
- SaveStateAndScreenshot Plugin.
- Create 1280 X 720 preview.
- Preview size not preserved in Save Screenshot for multiple views.
- Background color should be preserved and set by pvsm infrastructure.
- ParaView Preview Resolution not set on PVSM reload.
- Preview mode does not rescale text correctly.
Catalyst.
- File output from Catalyst kills ParaView.
- Export Inspector, Image Extract, Cinema Image database Advanced Options Window incorrectly named.
- Annotate Global Data filter does not work with HyperTree Grids.
- Export Inspector: allow selecting of root directory for pvserver configs.
- writer for vtkNonOverlappingAMR in Catalyst.
User interface and interaction.
- [5.6 rc2] Reset Session reset all customized MACROS shortcuts.
- Preferences -> Camera -> 2D & 3D Mouse Wheel Factor Slider Widgets Inoperable.
- Enhancement Request: Native 3D Connexion Support on macOS.
- AnimationView mode has incorrect behavior when loading a dataset with timesteps.
- Export Inspector: bad Qt layout.
- Add back PARAVIEW_AUTOLOAD_PLUGIN_XXX or similar.
- Paraview 5.8.0 UI elements are too large.
- Grow and Shrink Selection does not work with Find Data.
- text location not shown correctly in GUI.
- Crash on View -> Output Messages during reverse connection.
- error message: Unexpected call to selectionChanged..
- Find data multiple expressions error.
- Find data: Subsetting query causes “ValueError: setting an array element with a sequence.”.
- Keep “Waiting for Server Connection” panel on top of GUI when waiting for connection.
- Find Data breaks with multiple expressions on multiblock data.
- PolyLine source points can’t be changed manually in the GUI.
- Icons for Plot Global Variables Over Time and Plot Selection Over Time are flipped.
Build and installation.
- macOS Catalina: ParaView-5.7.0-MPI-OSX10.12-Python2.7-64bit.pkg” can’t be opened because Apple cannot check it for malicious software..
- ParaView build fails on arm clusters.
- Catalyst: Node class from vtkPlotEdges.cxx name-collides with linked simulations (SPARC).
- Follow-up from “Fix paraview-config script”.
- Spack ParaView should contain ‘-DVTK_ENABLE_KITS:BOOL=ON’.
- Runtime crash on Cray, Debug builds.
- paraview build fails first time through due to cinema-related build order issue on stria/ARM.
- Remove unnecessary Python 2 conflict in ParaView’s Spack file.
- Spack: ParaView installs libraries to prefix/lib64 but creates empty prefix/lib making ParaView’s modulefile invalid.
Third-party library updates.
- Upgrade ParaView CGNS version to 4.0.0.
- Update vendored expat to 2.2.9.
Miscellaneous bug fixes.
- Segfault calling VisRTX_GetContext() at startup.
v4.4.0 [Sep 8, 2015]
May include unspecified updates, enhancements, or bug fixes.
v4.3.1 [Jan 12, 2015]
Orthographic Slice View
Map floating point arrays to colors
Color mapping by string arrays
Color mapping by field data
Adding active values from all visible objects.
v3.1 [Dec 31, 2009]
- includes several performance improvements, bug fixes for users, and plenty of new features for plugin and application developers.
- the plugin loading and management dialog was redesigned to make it easier to load plugins. It's now possible to configure plugins to be auto-loaded every time ParaView starts.
- a couple of GPU-based rendering/visualization techniques have been incorporated along with GPU-based volume rendering support for 3D image volumes, which is accessible through the "Volume Mapper" option on the Display tab. Support for Line Integral Convolution (LIC) is available as a plugin; this support can be used for visualizing vector fields over arbitrary surfaces.
- ParaView now includes (in source form only) an interface to the University of Utah's Manta interactive software ray tracing engine. The Manta plugin provides a new 3D View type which uses Manta instead of OpenGL for rendering. The plugin is primarily being developed for visualization of large datasets on parallel machines. In single processor configuration it has the benefit of allowing realistic rendering effects such as shadows, translucency and reflection.
- for climate simulation folks, this release includes support for NetCDF with CF (Climate and Forecast) conventions. For cosmology researchers, the Cosmo plugin has been substantially revised. The major improvement is that the plugin now works in a data parallel fashion, so that it can be used with higher resolution simulation results.
- AdaptiveParaView, a new experimental application developed using the ParaView application framework is also now available in source format. Like StreamingParaView, AdaptiveParaView processes structured datasets in a piecewise fashion, omitting pieces which are unimportant, in order to make it possible to visualize datasets which do not otherwise fit in RAM.
- PVBlot is a command tool for batch or interactive processing of Exodus data files. It is provided as a plugin. The commands create various mesh visualzations and XY plots of variable versus time, or variable versus variable. The plugin adds an interactive pvblot console to the ParaView Tools menu. Documentation for PVBlot is built into the tool, just type 'help' or 'help '. The SierraTools plugin provides pvblot-like features but exposes the functionality through toolbar buttons and dialogs in place of text commands.