Skip to content

Commit

Permalink
Release 1.1.0 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Nov 30, 2023
1 parent f0600cd commit b92ddbc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 1.1.0 (2023-11-30)
--------------------------

* Added: ``audformat.Database.get()`` method
to retrieve labels based on their schemes
and independent of the tables
in which they are stored
* Added: ``aggregate_function``
and ``aggregate_strategy``
arguments to ``audformat.utils.concat()``
to support overlapping values
in the objects
that should be concatenated
* Changed: ``audformat.Column.get(map=...)``
now returns dtype of labels
* Changed: ``audformat.Column.get(map=...)``
does no longer raise an error
if some of the mapped values
are not available
when stored in a dictionary
as scheme labels
* Fixed: avoid deprecation warning
by replacing
``pkg_resources``
internally with
``importlib.metadata``


Version 1.0.3 (2023-10-11)
--------------------------

Expand Down

0 comments on commit b92ddbc

Please sign in to comment.