Skip to content

Commit

Permalink
Release 0.2.0 (#92)
Browse files Browse the repository at this point in the history
* Release 0.2.0

* Add audb >=1.7.0

* Improve text

* Fix spelling
  • Loading branch information
hagenw committed May 15, 2024
1 parent 44d10a6 commit 75e27c5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
--------------------------

Expand Down

0 comments on commit 75e27c5

Please sign in to comment.