Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.3.0 #455

Merged
merged 6 commits into from
Jul 18, 2024
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-17)
--------------------------

* Added: ``strict`` argument
to ``audformat.utils.hash()``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has a full stop at the end of the sentence. The others do not. What is convention that we are using here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The convention is to not use a full stop at the last sentence in an entry. But for earlier ones we use a full stops:

* 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

As you can see the last hash has no full stop.

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