-------------
**2020-01-17**
* Changed the API to `cf.Field.match_by_construct` and
`cf.FieldList.select_by_construct`.
* Changed the default value of the `cf.Field.collapse` ``group_span``
parameter to `True` and default value of the ``group_contiguous``
parameter to ``1``
(https://github.com/NCAS-CMS/cf-python/issues/28).
* Changed the default values of the `cf.Field.collapse` ``group_by``
and ``coordinate`` parameters to `None`.
* Changed the default value of the ``identity`` parameter to `None`
for `cf.Field.coordinate`, `cf.Field.dimension_coordinate`,
`cf.Field.auxiliary_coordinate`, `cf.Field.field_ancillary`,
`cf.Field.domain_ancillary`, `cf.Field.cell_method`,
`cf.Field.cell_measure`, `cf.Field.coordinate_reference`,
`cf.Field.domain_axis`.
* New keyword parameter to `cf.Field.weights`: ``data``.
* New keyword parameter to `cf.aggregate`: ``field_identity``
(https://github.com/NCAS-CMS/cf-python/issues/29).
* New example field (``5``) available from `cf.example_field`.
* New regridding option: ``'conservative_2nd'``.
* Fixed bug that didn't change the units of bounds when the units of
the coordinates were changed.
* Fixed bug in `cf.Field.domain_axis` that caused an error when no
unique domain axis construct could be identified.
* Changed dependency:``cfunits>=3.2.4``. This fixes a bug that raised
an exception for units specified by non-strings
(https://github.com/NCAS-CMS/cfunits/issues/1).
* Changed dependency: ``ESMF>=to 8.0.0``. This fixes an issue with
second-order conservative regridding, which is now fully documented
and available.
* Converted all remaining instances of Python 2 print statements in the
documentation API reference examples to Python 3.
* Corrected aspects of the API documentation for trigonometric functions.
* Fixed bug whereby `cf.Data.arctan` would not process bounds.
* New methods for hyperbolic operations: `cf.Data.sinh`, `cf.Data.cosh`,
`cf.Data.tanh`, `cf.Data.arcsinh`.
----