added the option to split a user function into a global and run-block related part (see MUSR-134)

This commit is contained in:
nemu
2010-11-10 13:13:00 +00:00
parent c4dfc3cbce
commit f4d6e349fe
41 changed files with 2401 additions and 161 deletions

View File

@ -4,6 +4,12 @@
# $Id$
#---------------------------------------------------------------------
musrfit 0.8.0 - changes since 0.7.0
NEW added the option to split a user function into a global and run-block related part (see MUSR-134). If the
global option is used, this can potentially increase the efficiency up to the number of run-blocks since
the time consuming calculations are done only once per changed parameter set. Examples where this approach
is profitable are: Abrikosov vortex lattice fits, Nonlocal Meissner screening.
musrfit 0.7.0 - changes since 0.6.0
===================================
NEW added y-range option to usr_fit_ranges in the PLOT block (MUSR-144).