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.3.6 (2025-06-05)¶
Changed: exclude zero durations from
audbcards.Dataset.file_durationsFixed:
audbcards.Dataset.schemes_summaryfor a scheme with namespeakerthat contains a list as labels
Version 0.3.5 (2024-12-09)¶
Fixed: list the first occurrences for datasets that are mirrored in several repositories
Version 0.3.4 (2024-12-08)¶
Fixed: sphinx extension when
audbcards_templatesis empty
Version 0.3.3 (2024-12-08)¶
Added:
template_dirargument toaudbcards.DatacardAdded:
audbcards_templatesconfiguration value to sphinx extension for providing user defined templatesAdded: support for Python 3.12
Added: support for Python 3.13
Added: a sentence on top of the tables table indicating that a table can be previewed
Changed: removed URL link from
audbcards.Dataset.repositoriesas some backends do not have a valid URL
Version 0.3.2 (2024-05-04)¶
Added: number of rows and columns to the table preview
Version 0.3.1 (2024-07-27)¶
Fixed: inclusion of custom CSS and JS file of the sphinx extension
Version 0.3.0 (2024-07-26)¶
Added: table preview for each table of a dataset on the datacard
Added:
audbcards.Dataset.segmentswhich returns the number of unique segments of a datasetAdded:
audbcards.Datasets.segment_durations, which returns a list of all segment durationsAdded:
audbcards.Datacard.segment_duration_distributionChanged: don’t show media examples for datasets that store, on average, more than 100 files per archive
Changed: show video examples as video instead of audio
Changed: depend on
audeer>=2.2.0Changed: depend on
audiofile>=1.5.0
Version 0.2.0 (2024-05-15)¶
Added:
audbcards.config.CACHE_ROOTto configure the default cache rootAdded: store the result of
audb.available()in the sphinx extension to make it reusableAdded:
audbcards.Dataset.example_mediaAdded:
cache_rootargument toaudbcards.DatacardAdded: support for Python 3.11
Changed: speedup caching of
audbcards.DatasetChanged: cache resulting files of
audbcards.Datacard.file_duration_distribution()andaudbcards.Datacard.player()Changed: depend on
audb>=1.7.0Fixed: skip duration distribution plots for datasets that only contain files with the same duration
Fixed: support
|character in dataset descriptionFixed: remove
audbcards.Dataset.propfrom API documentationRemoved:
audbcards.Datacard.example_media, useaudbcards.Dataset.example_mediainstead
Version 0.1.0 (2024-03-27)¶
Added: initial release, including the classes
audbcards.Datacardandaudbcards.Dataset, and theaudbcards.sphinxextension