From 75e27c55961dd628cb25a97e8451f6277705e7ad Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Wed, 15 May 2024 10:40:38 +0200 Subject: [PATCH] Release 0.2.0 (#92) * Release 0.2.0 * Add audb >=1.7.0 * Improve text * Fix spelling --- CHANGELOG.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 738ecc8..06c461e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,33 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 0.2.0 (2024-05-15) +-------------------------- + +* 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 + + Version 0.1.0 (2024-03-27) --------------------------