Releases: audeering/audb
Releases · audeering/audb
Release v1.0.4
- 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
- Fixed: docstring of
audb.exists()
falsely claimed that it was not
returning a boolean - Fixed: several typos in documentation
Release v1.0.2
- Fixed: renamed
latest_only
argument ofaudb.available()
toonly_latest
as it was before
Release v1.0.1
- Fixed: appearance of documentation TOC by requirering
docutils<0.17
Release v1.0.0
- 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()
toaudb.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