Skip to content

Release v1.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 14:10
· 4 commits to main since this release
21c0634
  • Added: a sampling rate of 24000 Hz as flavor
  • Added: a sampling rate of 22050 Hz as flavor
  • Added: support for Python 3.13
    (without Artifactory backend)
  • Added: support for Python 3.12
    (without Artifactory backend)
  • Changed: switch default repository
    to audb-public,
    hosted on S3
  • Changed: audb.Repository.create_backend_interface()
    and audb.publish()
    now raise a ValueError
    for a repository with non-registered backends,
    or an Artifactory backend under Python>=3.12
  • Changed: skip non-registered backends
    without raising an error
    in all functions with read-only access to repositories
  • Changed: simplify quickstart section
    of the documentation
  • Changed: depend on audbackend>=2.2.1
  • Changed: depend on audeer>=2.2.0
  • Deprecated: a sampling rate of 22500 Hz as flavor
  • Removed: file-system repository from default configuration
  • Fixed: handle an empty configuration file