Skip to content

Commit

Permalink
Release 1.3.0 (#455)
Browse files Browse the repository at this point in the history
* Release 1.3.0

* Update text

* Extend changelog

* Update name of argument

* Update date

* Update date
  • Loading branch information
hagenw committed Jul 18, 2024
1 parent 79d6246 commit 5a8f650
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 1.3.0 (2024-07-18)
--------------------------

* 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


Version 1.2.0 (2024-06-25)
--------------------------

Expand Down

0 comments on commit 5a8f650

Please sign in to comment.