Skip to content

Releases: audeering/audb

Release v1.0.4

09 Apr 09:35
Compare
Choose a tag to compare
  • Changed: audb.Dependencies.bit_depth() now always returns an integer
  • Changed: audb.Dependencies.channels() now always returns an integer
  • Changed: audb.Dependencies.duration() now always returns a float
  • Changed: audb.Dependencies.sampling_rate() now always returns an integer
  • Fixed: audb.info.duration() for databases that contain files with a
    duration of 0s
  • Fixed: remove dependency to fire package

Release v1.0.3

08 Apr 06:41
Compare
Choose a tag to compare
  • Fixed: docstring of audb.exists() falsely claimed that it was not
    returning a boolean
  • Fixed: several typos in documentation

Release v1.0.2

07 Apr 14:46
Compare
Choose a tag to compare
  • Fixed: renamed latest_only argument of audb.available()
    to only_latest as it was before

Release v1.0.1

07 Apr 13:16
Compare
Choose a tag to compare
  • Fixed: appearance of documentation TOC by requirering docutils<0.17

Release v1.0.0

07 Apr 12:06
Compare
Choose a tag to compare
  • Added: first public release
  • Added: audb.info.author()
  • Added: audb.info.license()
  • Added: audb.info.license_url()
  • Added: audb.info.organization()
  • Added: audb.Dependencies.archives property
  • Added: section on publication in the documentation
  • Added: introduction texts to documentation
  • Changed: raise error for conversion of non-supported format
  • Changed: audb.exists() to return bool
  • Changed: rename audb.lookup_repository() to audb.repository()
  • Changed: one combined section on load in the documentation
  • Fixed: data types in dataframe returned by audb.cached()
  • Fixed: support files stored in archives with nested folders
  • Fixed: listing of cache entries
  • Removed: command line interface
  • Removed: audb.cached_databases()
  • Removed: audb.define module