Skip to content

Commit

Permalink
Release 0.12.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Nov 10, 2021
1 parent e7b9d75 commit 38d02dc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 0.12.0 (2021-11-10)
---------------------------

* Added: ``as_segmented``, ``allow_nat``, ``root``, ``num_workers``
arguments to ``audformat.Table.get()``
* Added: ``as_segmented``, ``allow_nat``, ``root``, ``num_workers``
arguments to ``audformat.Column.get()``
* Added: ``files_duration`` argument
to ``audformat.utils.to_segmented_index()``
* Added: ``audformat.Database.files_duration()``
* Changed: changed default value of ``load_data`` argument
in ``audformat.Database.load()`` to ``False``
* Changed: speed up ``audformat.Database.files``
and ``audformat.Database.segments``
* Fixed: re-add support for ``pandas>=1.3``


Version 0.11.6 (2021-08-20)
---------------------------

Expand Down

0 comments on commit 38d02dc

Please sign in to comment.