*****
* Added ``UniqueLoader``, a `pyyaml Loader <https://pyyaml.org/wiki/PyYAMLDocumentation>`_ that dissallows duplicate keys.
* Added three functions for recursivvelly iterating through `hdf5 <https://docs.h5py.org/en/stable/>`_ files/groups:
``recursive_keys()``, ``recursive_values()`` and ``recursive_items()``.
* Renamed ``DtypeLike`` to ``DTypeLike``.