Python implementation of audformat
Project description
Specification and reference implementation of audformat.
audformat stores media data, such as audio or video, together with corresponding annotations in a pre-defined way. This makes it easy to combine or replace databases in machine learning projects.
An audformat database is a folder that contains media files together with a header YAML file and one or several files storing the annotations. The database is represented as an audformat.Database object and can be loaded with audformat.Database.load() or written to disk with audformat.Database.save().
Have a look at the installation and usage instructions and the format specifications as a starting point.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Version 0.11.2 (2021-05-12)
Added: audformat.utils.join_schemes
Version 0.11.1 (2021-05-11)
Added: Database.is_portable
Added: copy_media argument to Database.update()
Changed: remove root argument from testing.create_audio_files() and instead use Database.root
Fixed: utils.concat() converts to nullable dtype
Fixed: utils.concat() returns DataFrame if input contains at least one DataFrame
Version 0.11.0 (2021-05-06)
Note: tables stored from this version upwards cannot be loaded with older versions
Added: Database.root
Added: utils.join_labels()
Added: Scheme.replace_labels()
Changed: set dependency to pandas>=1.1.5
Changed: do not compress pickled table files
Version 0.10.2 (2021-04-22)
Changed: allow_nat argument to utils.to_segmented_index()
Version 0.10.1 (2021-03-31)
Fixed: audformat.assert_index() checks for correct dtypes
Version 0.10.0 (2021-03-18)
Added: audformat.Database.update()
Added: audformat.Table.update()
Added: overwrite argument to audformat.utils.concat()
Changed: result of audformat.Table.__add__() is no longer assigned to a audformat.Database
Version 0.9.8 (2021-02-23)
Added: audformat.Database.license
Added: audformat.Database.license_url
Added: audformat.Database.author
Added: audformat.Database.organization
Added: audformat.utils.intersect() for index objects
Added: audformat.utils.union() for index objects
Changed: Database.load() raises error if table file missing
Changed: forbid duplicates in audformat conform indices
Fixed: audformat.Table.__add__() returned wrong values for some index combinations
Version 0.9.7 (2021-02-01)
Added: update_other_formats argument to audformat.Table.save() to make sure existing files in other formats are updated as well
Changed: use round_trip argument when loading CSV files to ensure dataframes are equal after storing and loading again
Version 0.9.6 (2021-01-28)
Fixed: implemented audformat.Database.__eq__ and return True for identical databases
Version 0.9.5 (2021-01-14)
Changed: use nullable Pandas’ type 'boolean' for bool schemes
Fixed: Scheme.draw() generates boolean values if scheme is bool
Version 0.9.4 (2021-01-11)
Changed: add arguments num_workers and verbose to audformat.Database.load()
Version 0.9.3 (2021-01-07)
Fixed: avoid sphinx syntax in CHANGELOG
Version 0.9.2 (2021-01-07)
Changed: add arguments num_workers and verbose to audformat.Database.drop_files(), audformat.Database.map_files(), audformat.Database.pick_files(), audformat.Database.save()
Changed: audformat.segmented_index() support int and float, which will be interpreted as seconds
Fixed: audformat.utils.to_segmented_index() returns correct index type for NaT
Version 0.9.1 (2020-12-21)
Fixed: add column name to HTML Series output in docs
Fixed: removed mentioning of NotConformToUnifiedFormat error and RedundantArgumentError error
Fixed: add missing errors to docstring of audformat.Table.set() and audformat.Column.set()
Version 0.9.0 (2020-12-18)
Added: initial release public release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file audformat-0.11.2.tar.gz
.
File metadata
- Download URL: audformat-0.11.2.tar.gz
- Upload date:
- Size: 72.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 961ed8b9b2cc44a5d457d8f7e6cb59f5640de94553a6dac50487ba515d195af8 |
|
MD5 | 1e669a466b26fe6a84156198fb47b93a |
|
BLAKE2b-256 | e314b42f2f23022ac72af31d283d8a1c65760e56a84efd573f7cc1161e0221c4 |
File details
Details for the file audformat-0.11.2-py3-none-any.whl
.
File metadata
- Download URL: audformat-0.11.2-py3-none-any.whl
- Upload date:
- Size: 42.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a2a755a423f98a6bcb1e4fb17abf7fe33b13cb3b812004370c34512f8a0630c |
|
MD5 | b3235c590d558837f54a460e5dba3d6b |
|
BLAKE2b-256 | 0d9bd1c3222643e2dd65bb39ddbab9f6f19f7511a21a82bbf78fa9cd65af2af0 |