Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 08:45
· 27 commits to main since this release
75e27c5
  • 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