Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Bug List
Member vtkMRMLDoubleArrayNode::SetValues (int index, double *values)

Fix function GetXYAxisValue(int index, double* x, double* y); Get X and Y values at the data point specified by 'index' int GetXYAxisValue(int index, double* x, double* y);

Fix function GetXYAxisValue(int index, double* x, double* y, double* yerr); Get X and Y values with error (or standard deviation) of Y, at the data point specified by 'index' int GetXYAxisValue(int index, double* x, double* y, double* yerr);

Member vtkMRMLNode::CopyWithScene (vtkMRMLNode *node)
Calling vtkMRMLScene::AddNode(vtkMRMLNode*) before CopyWithScene(vtkMRMLNode*) is NOT supported, it will unsynchronize the node internal caches. See #4078