Skip to content

Releases: audeering/audb

Release v1.11.0

06 Dec 14:10
21c0634
Compare
Choose a tag to compare
  • 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

Release v1.10.2

18 Nov 20:42
de9d72b
Compare
Choose a tag to compare
  • Fixed: remove extra "/" at end of dataset names
    in audb.available() for S3 and Minio backends

Release v1.10.1

18 Nov 17:24
c2f085f
Compare
Choose a tag to compare
  • Added: "s3" as a registered backend name
  • Changed: depend on audbackend>=2.2.0
  • Changed: make Artifactory backend optional,
    to allow importing audb in Python>=3.12
  • Fixed: speedup audb.available() for S3 and Minio backends

Release v1.10.0

04 Nov 14:35
3251ec0
Compare
Choose a tag to compare
  • Added: support for repositories
    on S3 and MinIO servers,
    using the minio backend
    of audbackend
  • Changed: depend on audbackend>=2.1.0

Release v1.9.0

22 Aug 08:52
39f059a
Compare
Choose a tag to compare
  • Added: pseudo-streaming support with audb.stream(),
    which returns the new audb.DatabaseIterator object.
    In each iteration
    it will load a few rows from a requested table
    and downloads corresponding media files
  • Added: map argument to audb.load_table(),
    which behaves identical to the map argument
    of audformat.Database.get()
  • Added: pickle_tables argument
    to audb.load(),
    audb.load_to()
    and audb.load_table()
    with default value of True.
    It can be used to disable
    storing tables as pickle files
    in cache/root folder
  • Fixed: audb.load_table() now only loads additional misc tables,
    that are used as scheme labels inside the requested table,
    and not in the whole database

Release v1.8.0

10 Jul 08:40
44249d2
Compare
Choose a tag to compare
  • Added: support for publishing tables as parquet files
  • Changed: depend on audeer >=2.1.0
  • Changed: depend on audformat >=1.2.0
  • Changed: depend on pandas >=2.1.0
  • Fixed: update progress bar at least every second
    in audb.load(),
    audb.load_attachment(),
    audb.load_media(),
    audb.load_tables(),
    audb.load_to(),
    audb.publish()
  • Removed: support for Python 3.8

Release v1.7.4

25 Jun 09:37
0cc7497
Compare
Choose a tag to compare
  • Fixed: ensure correct data types
    in dependency table
    when loaded from a version in cache,
    stored by audb<=1.6.3

Release v1.7.3

04 Jun 07:17
5a6dbf9
Compare
Choose a tag to compare
  • Fixed: ensure correct data types
    in dependency table
    when loaded from cache
  • Fixed: publishing an update of a database
    when the previous version
    was stored in cache
    by an older version of audb
  • Fixed: loading of database attachments
    when audb.config.CACHE_ROOT
    and audb.config.SHARED_CACHE_ROOT
    point to the same folder
  • Fixed: ensure audb.versions()
    does not fail
    when database is not available
    in a repository
  • Fixed: loading of dependency table from cache
    when the previous version
    was stored in cache
    by a different pandas version

Release v1.7.2

16 May 13:01
44df511
Compare
Choose a tag to compare
  • Fixed: loading of dependency table from cache
    under Python 3.8,
    when stored by an older version of audb

Release v1.7.1

14 May 11:56
74d3719
Compare
Choose a tag to compare
  • Fixed: require pandas>=2.0.1
    for pyarrow based data types