=====
0.5.0
=====

Released on 2023-08-28

* Add `missing_points` parameter
  to :func:`emsarray.operations.point_extraction.extract_points`
  and :func:`emsarray.operations.point_extraction.extract_dataframe`.
  Callers can now choose whether missing points raise an exception,
  are dropped from the returned dataset,
  or filled with a sensible fill value
  (:pr:`90`).
* Align automatic coordinate detection of time and depth with CF Conventions.
  Add :attr:`.Convention.time_coordinate` and :attr:`.Convention.depth_coordinate`,
  deprecate :meth:`.Convention.get_times()` and :meth:`.Convention.get_depths()`
  (:pr:`92`).
* Add :meth:`.Convention.select_variables` (:pr:`93`, :pr:`94`).
* Fix various small issues with the docs.
  Use newer version of ``sphinx-book-theme`` for documentation
  (:pr:`91`).
* Remove shorthand imports such as ``import xarray as xr``
  (:pr:`95`).
* Drop Python 3.8 support.
  Bump minimum dependency versions to those released in the past 18 months
  (:pr:`96`).
