vbolea
(Vicente Bolea)
January 28, 2021, 8:37am
1
The ParaView team is very happy to announce that ParaView 5.9.0 is finally available for download at
https://www.paraview.org/download/
In addition, ParaView’s git repository and superbuild repository have been tagged with v5.9.0
and Spack package manager has been updated to include this new release.
All the documentation including tutorial, guides, references, and examples have been updated as well to reflect the all the new features included in this release.
Release notes are available here .
Please let us know if you find any problems.
Thanks!
The ParaView team
7 Likes
olesenm
(Mark)
January 28, 2021, 12:27pm
2
The release notes state that vtkStdString is being removed. Should we just be using std::string everywhere now?
Very impressive, the rendering is so much better.
1 Like
mg65
February 12, 2021, 7:41am
5
Thank you very much for providing version 5.9.0 for downloading!
I am missing the ParaView Guide for version 5.9.0 in the documentation section on the download page.
vbolea
(Vicente Bolea)
February 12, 2021, 12:11pm
6
@mg65 from this release, the ParaView Guide is hosted online using the Read the Docs
framework at the URL https://docs.paraview.org/en/latest/ .
If you prefer to download a pdf
instead, Read the Docs
gives you the possibility to export the documentation to PDF.
mg65
February 15, 2021, 10:51am
7
@vbolea Thank you very much for the information.