==============================
Features
--------
- Enable computing significance metrics (p-value) for ``weighted_corr``. (:pr:`90`) `Riley Brady`_
- Drop support for Python 2. (:pr:`109`) `Anderson Banihirwe`_
- Nomenclature change: ``compute_mon_climatology``, ``compute_mon_anomaly``, ``compute_ann_mean`` functions are now renamed to ``climatology``, ``anomaly``, and ``resample``. (:pr:`109`) `Anderson Banihirwe`_
- Add ``.esmlab`` accessor allowing users to access functions such as climatology with ``dset.esmlab.set_time().climatology()`` syntax. (:pr:`109`) `Anderson Banihirwe`_
- Add ``compute_mon_mean`` function to compute monthly averages. (:pr:`110`) `Alper Altuntas`_
Bug Fixes
---------
- Fix bug that made computing annual mean with ``resample(ds, freq='ann')`` yield incorrect results. (:issue:`112`) (:pr:`115`) `Anderson Banihirwe`_
- Fix time and time_bounds decoding incosistencies in ``resample(ds, freq='ann')`` results for ``decode_time=True``. (:issue:`111`) (:pr:`115`) `Anderson Banihirwe`_
- Fix cftime datetime decoding/encoding (:issue:`118`) (:pr:`122`) `Anderson Banihirwe`_
Trivial/Internal Changes
-------------------------
- Move regridding utilities to esmlab-regrid repo (:pr:`107`) `Anderson Banihirwe`_
- Switch from versioneer to setuptools-scm (:pr:`120`) `Anderson Banihirwe`_