~~~~~~~~~~~~~
* Added cross-correlation
* Added (some) unit tests
* New interactive slider widget for manipulating models (Spectrum.specfit.add_sliders())
* Subtle but very significant bug-fix: parinfo is now a single uniform
list, based on the ParinfoList class.
* You can now fit based on what you see by using the 'use_window_limits=True' kwarg
.. warning:: This changes the default behavior in interactive mode!
* lmfit-py can now be used for fitting via the 'use_lmfit' kwarg
* BUGFIX: SpectroscopicAxis can be converted between units even when scalar
* velocity frames are read from FITS headers following the VELDEF conventions