Skip to content
  • Manfred Hanke's avatar
    68e47597
    modified xyfit to use dataset-metadata instead of a global variable · 68e47597
    Manfred Hanke authored
    - xy-data, -model and additional xyfit_metadata are now separated from each other
    
    - changed interface for xy-fit-functions,
      such that they can now only modify the model's x- and y-arrays,
      but not have other side effects
    
    - `change_xy_global_data' has been renamed to `set_xyfit_qualifier'
      TODO: The xyfit_qualifiers should be specific to the xy-fit-function
            and not to the xy-dataset.
    
    - load_xydata has been, as also suggested by Moritz Böck, removed
    68e47597
    modified xyfit to use dataset-metadata instead of a global variable
    Manfred Hanke authored
    - xy-data, -model and additional xyfit_metadata are now separated from each other
    
    - changed interface for xy-fit-functions,
      such that they can now only modify the model's x- and y-arrays,
      but not have other side effects
    
    - `change_xy_global_data' has been renamed to `set_xyfit_qualifier'
      TODO: The xyfit_qualifiers should be specific to the xy-fit-function
            and not to the xy-dataset.
    
    - load_xydata has been, as also suggested by Moritz Böck, removed
Loading