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.2.0 #445

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Changes from all 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
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,35 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


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

* Added: expand format specifications
to allow parquet files
as table files
* Added: support for storing tables as parquet files
by adding ``"parquet"``
(``audformat.define.TableStorageFormat.PARQUET``)
as an option
for the ``storage_format`` argument
of ``audformat.Table.save()``
and ``audformat.Database.save()``
* Added: support for ``numpy>=2.0``
* Added: mention text files
as potential media files
in the documentation
* Added: mention in the documentation of ``audformat.utils.hash()``
that column/level names do not influence its hash value
* Added: warn in the documentation of ``audformat.utils.hash()``
that the hash of a dataframe or series,
containing ``"Int64"`` as data type,
changes with ``pandas>=2.2.0``
* Fixed: ensure ``"boolean"`` data type
is always used
in indices of misc tables
that store boolean values


Version 1.1.4 (2024-05-15)
--------------------------

Expand Down