Audb

Latest version: v1.7.2

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

1.7.2

--------------------------

* Fixed: loading of dependency table from cache
under Python 3.8,
when stored by an older version of ``audb``

1.7.1

--------------------------

* Fixed: require ``pandas>=2.0.1``
for ``pyarrow`` based data types

1.7.0

--------------------------

* 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__()``

1.6.5

--------------------------

* Added: ``audb.Dependencies.__eq__()``
to compare two dependency tables
* Fixed: let ``audb.available()``
skip incomplete datasets
instead of raising an error

1.6.4

--------------------------

* Fixed: in ``audb.publish()``
updating of multi-file archives
that have been published
before the version
given by the ``previous_version`` argument
* Fixed: speed up most methods
of ``audb.Dependencies``
* Fixed: dtype of the index
of the data frame
returned by ``audb.Dependencies.__call__()``
is now ``string``
instead of ``object``

1.6.3

--------------------------

* Fixed: ``audb.versions()``
when ``audb.config.REPOSITORIES``
includes non-existing Artifactory repositories
or Artifactory repositories without read access

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.