========================
Changes to accommodate changes introduced in lsqfit 4.2:
- svdcut and svdnum can be 2-tuples now (see lsqfit.nonlinear_fit)
- GPrior replaced by gvar.BufferDict
- removed module dataset as it is no longer needed by corrfitter, which now
uses gvar.dataset.Dataset and gvar.dataset.avg_data instead. A simplified
replacement for the old module is included (called dataset.py) for use
with old code. It is not installed by 'make install'; it can be installed
if needed (for old code) using "make install-dataset" (or "python
dataset-setup.py install --user"). Don't install it if you don't have old
code.
Created by G. Peter Lepage, Cornell University, on 2010-11-26.
Copyright (c) 2010-2015 G. Peter Lepage.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version (see <http://www.gnu.org/licenses/>).
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.