How can I get the upgrade logs of vtk from 8.0 to 8.2

Hi there. I try to upgrade my software from VTK8.0 to VTK8.2, by simply replacing some vtk dlls and errors occured, showed that cannot find the specified module, I thought that might be some functions were modified or removed in the newer version, so I want to check the logs.
Thanks a lot!

vtkalglib is missed in VTK8.2, seems removed. How can I get the replacement in the latest version for vtalglib?

VTK dropped alglib in favor of Eigen in 8.2.0. See this MR.

1 Like