Skip to content

Commit

Permalink
Release 0.15.2 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Aug 17, 2022
1 parent 0f5f9ed commit 5b92791
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 0.15.2 (2022-08-17)
---------------------------

* Added: ``audformat.Table.map_files()``
* Fixed: ``audformat.Database.load()``
for databases that contain a scheme
with labels stored in a misc table
that is using schemes for its columns.
Before it could fail
if the schemes were not loaded in the correct order
* Fixed: ``audformat.Table.drop_index()``
and ``audformat.MiscTable.drop_index()``
when the provided index to drop
contains entries
not present in the index of the table.
Before it was extending the table
by those entries
besides dropping overlapping indices


Version 0.15.1 (2022-08-11)
---------------------------

Expand Down

0 comments on commit 5b92791

Please sign in to comment.