Skip to content

Releases: audeering/audformat

Release v0.10.1

31 Mar 15:04
Compare
Choose a tag to compare
  • Fixed: audformat.assert_index() checks for correct dtypes

Release v0.10.0

18 Mar 16:53
Compare
Choose a tag to compare
  • Added: audformat.Database.update()
  • Added: audformat.Table.update()
  • Added: overwrite argument to audformat.utils.concat()
  • Changed: result of audformat.Table.__add__() is no longer assigned to a audformat.Database

Release v0.9.8

23 Feb 07:05
Compare
Choose a tag to compare
  • Added: audformat.Database.license
  • Added: audformat.Database.license_url
  • Added: audformat.Database.author
  • Added: audformat.Database.organization
  • Added: audformat.utils.intersect() for index objects
  • Added: audformat.utils.union() for index objects
  • Changed: Database.load() raises error if table file missing
  • Changed: forbid duplicates in audformat conform indices
  • Fixed: audformat.Table.__add__() returned wrong values
    for some index combinations

Release v0.9.7

01 Feb 09:52
Compare
Choose a tag to compare
  • Added: update_other_formats argument to audformat.Table.save()
    to make sure existing files in other formats are updated as well
  • Changed: use round_trip argument when loading CSV files
    to ensure dataframes are equal after storing and loading again

Release v0.9.6

28 Jan 07:48
Compare
Choose a tag to compare
  • Fixed: implemented audformat.Database.__eq__ and return True
    for identical databases

Release v0.9.5

14 Jan 16:45
Compare
Choose a tag to compare
  • Changed: use nullable Pandas' type 'boolean' for bool schemes
  • Fixed: Scheme.draw() generates boolean values if scheme is bool

Release v0.9.4

11 Jan 13:54
Compare
Choose a tag to compare
  • Changed: add arguments num_workers and verbose to
    audformat.Database.load()

Release v0.9.3

07 Jan 16:17
Compare
Choose a tag to compare
  • Fixed: avoid sphinx syntax in CHANGELOG
    audformat.Database.drop_files(),
    audformat.Database.map_files(),
    audformat.Database.pick_files(),
    audformat.Database.save()
  • Changed: audformat.segmented_index()
  • Fixed: audformat.utils.to_segmented_index()

Release v0.9.1

21 Dec 08:21
Compare
Choose a tag to compare
  • Fixed: add column name to HTML Series output in docs
  • Fixed: removed mentioning of
    NotConformToUnifiedFormat error
    and RedundantArgumentError error
  • Fixed: add missing errors to docstring
    of audformat.Table.set()
    and audformat.Column.set()

Release v0.9.0-rc3

18 Dec 18:28
Compare
Choose a tag to compare
  • name: Prepare Ubuntu
    run: |
    sudo apt-get update
    sudo apt-get install --no-install-recommends --yes graphviz libsndfile1 sox