Skip to content

Commit

Permalink
Release 1.7.0 (#401)
Browse files Browse the repository at this point in the history
* Release 1.7.0

* Extend entries

* Improve text
  • Loading branch information
hagenw authored May 10, 2024
1 parent 81a0e2d commit b70ec82
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,43 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 1.7.0 (2024-05-10)
--------------------------

* Added: experimental support for text files
as media files
* Added: dependency on ``pyarrow``
* Added: ``audb.Repository.backend_registry``
that maps repository names like ``artifactory``
to corresponding backend classes,
e.g. ``audbackend.backend.Artifactory``
* Added: ``audb.Repository.register()``
to add an entry to ``audb.Repository.backend_registry``
* Added: ``audb.Repository.create_backend_interface()``
returns a backend interface
to access files in the repository
* Changed: improve speed
of loading dependency table to the cache.
E.g. for version 1.0.0 of the database musan
loading time is reduced by 35%
* Changed: improve speed
of downloading a database to the cache.
E.g. for version 1.0.0 of the database musan
loading time is reduced by 40%
when using 8 threads
* Changed: depend on ``audbackend>=2.0.0``
* Changed: dependency table dataframe
returned by ``audb.Dependencies.__call__()``
now uses ``pyarrow`` based data types
* Changed: dependency table
is now stored as a PARQUET file
on the backend,
instead as a CSV file
* Fixed: ``audb.versions()``
for non-existing repositories
* Fixed: documentation of ``audb.Repository.__eq__()``


Version 1.6.5 (2024-03-28)
--------------------------

Expand Down

0 comments on commit b70ec82

Please sign in to comment.