Releases: audeering/audb
Releases · audeering/audb
Release v1.1.9
- Added:
name
argument toaudb.cached()
to limit search to given database name - Changed: speedup
audb.available()
by 100% - Changed: use
audiofile.duration(..., sloppy=True)
for estimating durations for dependency files - Fixed:
audb.cached()
for empty or missing shared cache
Release v1.1.8
- Fixed: set
bit_depth
to0
instead ofNone
for non SND formats in the dependency table
Release v1.1.7
- Fixed: store metadata in dependency table for non SND formats
like MP3 and MP4 files
Release v1.1.6
- Added: documentation sub-section on database duration info
- Fixed: made compatible with future versions of
pandas
- Fixed: missing
audb.Repository
documentation
Release v1.1.5
- Fixed:
audb.load()
raises now error for wrong keyword argument - Fixed: look also in shared cache for partial loaded databases
Release v1.1.4
- Fixed: version number shown in the documentation table of content
Release v1.1.3
- Added: discussion of needed system packages for handling audio files
in the documentation - Changed: allow only to publish portable databases
- Fixed: macOS support by relying on new
audresample
version
Release v1.1.2
- Added:
audb.load_media()
- Added:
audb.load_table()
- Added: documentation on how to configure access rights
for shared cache folder - Changed: speedup
audb.Dependencies
methods - Changed: speedup
audb.info
functions - Changed:
audb.info
uses cache as well - Changed: use emodb 1.1.1 in documentation
- Changed: depend on
audformat>=0.11.0
- Fixed: allow
audb.load()
to work offline if database is cached
Release v1.1.1
- Fixed: update removal version of deprecated stuff to 1.2.0
Release v1.1.0
- Added:
audb.Dependencies._remove()
- Changed:
audb.Dependencies
internally usespd.DataFrame
instead ofdict
- Changed: store dependencies with pickle to speed up loading
- Changed: versions of the same flavor share dependency file
- Changed: if possible
audb.load()
copies tables and media files from other versions in the cache - Changed:
audb.Dependencies._add_media()
is now private - Changed:
audb.Dependencies._add_meta()
is now private - Changed:
audb.Dependencies.is_removed
renamed toaudb.Dependencies.removed
- Fixed:
audb.load()
considers format when searching the cache - Fixed:
audb.load()
considers format when resolving missing media - Fixed:
audb.available()
correctly returns versions of the same database from multiple repositories - Fixed: add missing link to
emodb
example repository - Removed:
audb.Dependencies.data