* Replaced double or triple hash-tags "##" with single hash-tags "#". [https://gna.org/task/?7807 Task #7807: Speed-up of dispersion models for clustered analysis].
* Copyright fixes for all the models, where [https://gna.org/users/tlinnet Troels E. Linnet] have made changes to make them functional for higher dimensional data. [https://gna.org/task/?7807 Task #7807: Speed-up of dispersion models for clustered analysis].
* Copyright fix for model [[TSMFK01]]. [https://gna.org/users/semor Sebastien Morin ] did not take part of implementing the [[TSMFK01]] model. [https://gna.org/task/?7807 Task #7807: Speed-up of dispersion models for clustered analysis].
* Created a super script for profiling the relaxation dispersion models. This script will execute all of the current profiling scripts in the directory test_suite/shared_data/dispersion/profiling for both the current version of relax and any other specified version (current set to the [[relax 3.2.2|3.2.2 relax]] tag). It will run the scripts and relax versions interleaved N=10 times and extract the func_*() target function call profile timings. This interleaving makes the numbers much more consistent. Averages and standard deviations are then calculated, as well as the speed up between the two relax versions. The results are printed out in a format suitable for the relax release messages.
* Increased the number of iterations to 1000 in all of the profiling scripts. This is for better statistics in the disp_profile_all.py script, and makes the number consistent between the different models.