~~~~~~~~~~~~~~~~~~~~
* Added Dataset.aperture_scan() to help users find the best aperture choice
* Changed scaling of bg, contam and smear basis functions for decorrelation
from (0,1) to (-1,1). This reduces the strong correlations between the
constant scaling factor "c" and the decorrelation coefficients dfdbg,
dfdsmear and dfdcontam.
* Update examples/Notebooks/KELT-11b for consistency with changes above.
* Change examples/Notebooks/WASP-189 to download data from DACE. Remove
example data examples/Notebooks/CH_PR100041_TG00020?_V0102.tgz
* Catch decorrelation against parameters with zero range in
dataset.lmfit_transit and dataset.lmfit_eclipse. (207)
* Remove power2
* Fixed "warnings is not defined" bug in planetproperties.
* Replace python-dace-client dependency with dace-query.
* Suppress UnitsWarning in Dataset when reading from FITS files.
* Add advice to update config file if psf_file generates KeyError
* Add IPython to requirements in setup.py