Skip to content

Commit

Permalink
Release 1.11.0 (#488)
Browse files Browse the repository at this point in the history
* Release 1.11.0

* Update CHANGELOG.rst

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>

* Fix typos

* Improve text

---------

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
hagenw and sourcery-ai[bot] authored Dec 6, 2024
1 parent 883c358 commit 21c0634
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,35 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 1.11.0 (2024-12-06)
---------------------------

* Added: a sampling rate of 24000 Hz as flavor
* Added: a sampling rate of 22050 Hz as flavor
* Added: support for Python 3.13
(without Artifactory backend)
* Added: support for Python 3.12
(without Artifactory backend)
* Changed: switch default repository
to ``audb-public``,
hosted on S3
* Changed: ``audb.Repository.create_backend_interface()``
and ``audb.publish()``
now raise a ``ValueError``
for a repository with non-registered backends,
or an Artifactory backend under Python>=3.12
* Changed: skip non-registered backends
without raising an error
in all functions with read-only access to repositories
* Changed: simplify quickstart section
of the documentation
* Changed: depend on ``audbackend>=2.2.1``
* Changed: depend on ``audeer>=2.2.0``
* Deprecated: a sampling rate of 22500 Hz as flavor
* Removed: file-system repository from default configuration
* Fixed: handle an empty configuration file


Version 1.10.2 (2024-11-18)
---------------------------

Expand Down

0 comments on commit 21c0634

Please sign in to comment.