================
- New utils subpackage, including deprecated decorator and new warning
types. ``astroML.decorators`` has been moved to this subpackage. [141]
API Changes and Other Changes
-----------------------------
- Removed deprecated KDE class. [119]
- Switched to use the updated scikit-learn API for GaussianMixture. This
change depends on scikit-learn 0.18+. [125]
- Minimum required astropy version is now 1.2. [173]
- Deprecated ``astroML.cosmology.Cosmology()`` in favour of
``astropy.cosmology``. [121]
- Deprecated the Lomb-Scargle periodograms from ``astroML.time_series`` in
favour of ``astropy.stats.LombScargle``. [173]
- Deprecated histograms, including Bayesian blocks, as they have been moved
to ``astropy.stats``. [142]
- The book and paper figures has been moved out to their separate
repository (``astroML_figures``).