* Fixed: accessing a database in any repository listed after a repository with access restrictions or a non-existing repository in ``audb.config.REPOSITORIES``
1.6.0
--------------------------
* Added: support for new backend API * Changed: depend on ``audbackend>=1.0.0``
1.5.2
--------------------------
* Added: BibTeX reference to README * Fixed: link to Artifactory anonymous access in the documentation * Fixed: enforce reproducible order of media files entries in dependency table during publication
1.5.1
--------------------------
* Changed: require ``audeer>=1.20.0`` * Fixed: ``audb.load()``, ``audb.load_to()``, ``audb.load_media()``, and ``audb.remove_media()`` were failing with ``audeer==1.20.0`` under Windows
1.5.0
--------------------------
* Added: support loading and publishing of database attachments (``audformat.Attachment``) * Added: ``audb.load_attachment()`` to load a single attachment of a database * Added: ``audb.info.attachments()`` to return the attachments entry of a database header * Added: ``attachments`` argument to ``audb.load()`` to load only specific attachments of a database * Changed: raise ``RuntimeError`` in ``audb.publish()`` if the file extension of a media file contains uppercase letters * Changed: raise ``RuntimeError`` in ``audb.publish()`` if a table ID or attachment ID contains a character not in ``[A-Za-z0-9._-]`` * Changed: raise ``ValueError`` in ``audb.publish()`` if ``version`` or ``previous_version`` are not conform to ``audeer.StrictVersion`` * Changed: use emodb v1.4.1 for documentation examples * Changed: require ``audbackend<1.0.0`` as ``audbackend`` will introduce breaking changes * Fixed: speed up ``audb.load_to()`` when loading databases with large tables using ``only_metadata=True``
1.4.2
--------------------------
* Added: support for Python 3.10 * Added: document optional needed overwrite permissions for ``audb.publish()`` when continuing a canceled publishing command * Changed: require ``audbackend>=0.3.17`` * Changed: split API documentation into sub-pages for each function