Skip to content

Releases: audeering/audbcards

Release v0.3.2

04 Nov 08:55
0b10fb6
Compare
Choose a tag to compare
  • Added: number of rows and columns
    to the table preview

Release v0.3.1

27 Jul 16:31
eb474c4
Compare
Choose a tag to compare
  • Fixed: inclusion of custom CSS and JS file
    of the sphinx extension

Release v0.3.0

26 Jul 20:13
7197440
Compare
Choose a tag to compare
  • Added: table preview for each table of a dataset
    on the datacard
  • Added: audbcards.Dataset.segments
    which returns the number of unique segments of a dataset
  • Added: audbcards.Datasets.segment_durations,
    which returns a list of all segment durations
  • Added: audbcards.Datacard.segment_duration_distribution
  • Changed: 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.0
  • Changed: depend on audiofile>=1.5.0

Release v0.2.0

15 May 08:45
75e27c5
Compare
Choose a tag to compare
  • Added: audbcards.config.CACHE_ROOT
    to configure the default cache root
  • Added: store the result of audb.available()
    in the sphinx extension
    to make it reusable
  • Added: audbcards.Dataset.example_media
  • Added: cache_root argument to audbcards.Datacard
  • Added: support for Python 3.11
  • Changed: speedup caching of audbcards.Dataset
  • Changed: cache resulting files
    of audbcards.Datacard.file_duration_distribution()
    and audbcards.Datacard.player()
  • Changed: depend on audb>=1.7.0
  • Fixed: skip duration distribution plots
    for datasets
    that only contain files with the same duration
  • Fixed: support | character
    in dataset description
  • Fixed: remove audbcards.Dataset.prop
    from API documentation
  • Removed: audbcards.Datacard.example_media,
    use audbcards.Dataset.example_media instead

Release v0.1.0

27 Mar 14:18
03180c3
Compare
Choose a tag to compare
  • Added: initial release,
    including the classes
    audbcards.Datacard
    and audbcards.Dataset,
    and the audbcards.sphinx extension