===== 0.4.3 ===== Released on 2023-06-27 * Fix an issue with negative coordinates in :func:`~emsarray.cli.utils.bounds_argument` (:pr:`74`). * Add a new ``emsarray plot`` subcommand to the ``emsarray`` command line interface (:pr:`76`). * Use :class:`matplotlib.collections.PolyCollection` rather than :class:`~matplotlib.collections.PatchCollection` for significant speed improvements (:pr:`77`). * Added :func:`emsarray.utils.timed_func` for easily logging some performance metrics (:pr:`79`). * Add :attr:`.Convention.bounds` and :attr:`.Convention.geometry` attributes (:pr:`83`). * Fix a number of numpy warnings about unsafe casts (:pr:`85`). * Follow CF Conventions properly when finding latitude / longitude coordinate variables (:issue:`84`, :pr:`86`) * Include a ``py.typed`` file in built packages (:issue:`80`, :pr:`87`).