Skip to content

Releases: audeering/audformat

Release v0.14.2

02 May 06:11
0531bc1
Compare
Choose a tag to compare
  • Added: audformat.utils.index_has_overlap()
  • Added: audformat.utils.iter_index_by_file()
  • Changed: store categories with integers as int64 instead of Int64
  • Changed: require audeer>=1.18.0
  • Changed: support pandas>=1.4.0
    pandas >=1.1.5,!=1.3.0,!=1.3.1,!=1.3.2,!=1.3.3,!=1.4.0

Release v0.14.1

03 Mar 16:24
cdefcbf
Compare
Choose a tag to compare
  • Added: audformat.utils.map_file_path()

Release v0.14.0

24 Feb 13:22
b67bec3
Compare
Choose a tag to compare
  • Changed: ensure audformat.testing.create_database()
    uses Unix path separators
  • Changed: don't allow \ path entries
    in a portable database
  • Changed: mark deprecated root argument
    of audformat.testing.create_audio_files()
    to be removed in version 1.0.0

Release v0.13.3

07 Feb 14:07
8ceaf75
Compare
Choose a tag to compare
  • Fixed: conversion of pickle protocol 5 files
    to pickle protocol 4 in cache

Release v0.13.2

27 Jan 08:45
7fd300a
Compare
Choose a tag to compare
  • Fixed: reintroduce sorting the output of
    audformat.Database.files and
    audformat.Database.segments

Release v0.13.1

26 Jan 09:25
be08457
Compare
Choose a tag to compare
  • Fixed: changelog for 0.13.0

Release v0.13.0

26 Jan 08:42
Compare
Choose a tag to compare
Release v0.13.0

Release v0.12.4

14 Jan 09:44
2d9d69d
Compare
Choose a tag to compare
  • Changed: the API documentation on the language argument
    of audformat.Database is more verbose now
  • Changed: the difference between
    audformat.define.DataType.TIME
    and audformat.define.DataType.DATE
    is now discussed in the API documentation
  • Fixed: saving a not loaded table to CSV
    when a PKL file is present
  • Fixed: pandas deprecation warnings

Release v0.12.3

03 Jan 15:00
Compare
Choose a tag to compare
  • Removed: Python 3.6 support

Release v0.12.2

18 Nov 10:24
33a43f6
Compare
Choose a tag to compare
  • Added: audformat.assert_no_duplicates()
  • Changed: audformat.assert_index() no longer checks for duplicates