svn+ssh://bugman@.../svn/relax/trunk
........
r25967 | bugman | 2014-09-23 13:59:05 +0200 (Tue, 23 Sep 2014) | 6 lines
Dependency fix for the auto_analyses.relax_disp_repeat_cpmg module.
This was causing relax to fail. SciPy is an optional dependence for relax, but this module caused
relax to not start if scipy was not installed. This was detected by testing relax with PyPy.
........
r25968 | tlinnet | 2014-09-23 14:41:49 +0200 (Tue, 23 Sep 2014) | 3 lines
Implemented writing out of particular correlation plots to file.
Task #7826 (https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.
........