--------------------------
* Added: ``strict`` argument
to ``audformat.utils.hash()``.
If set to ``True``,
the order of the data,
and its level/column names
are taken into account
when calculating the hash
* Changed: store tables per default as parquet files,
by changing the default value of ``storage_format``
to ``"parquet"``
in ``audformat.Table.save()``
and ``audformat.Database.save()``
* Fixed: load csv tables with ``pandas.read_csv()``,
if ``pyarrow.csv.read_csv()`` fails