Releases: audeering/audformat
Releases · audeering/audformat
Release v0.10.1
- Fixed:
audformat.assert_index()
checks for correct dtypes
Release v0.10.0
- Added:
audformat.Database.update()
- Added:
audformat.Table.update()
- Added:
overwrite
argument toaudformat.utils.concat()
- Changed: result of
audformat.Table.__add__()
is no longer assigned to aaudformat.Database
Release v0.9.8
- Added:
audformat.Database.license
- Added:
audformat.Database.license_url
- Added:
audformat.Database.author
- Added:
audformat.Database.organization
- Added:
audformat.utils.intersect()
for index objects - Added:
audformat.utils.union()
for index objects - Changed:
Database.load()
raises error if table file missing - Changed: forbid duplicates in
audformat
conform indices - Fixed:
audformat.Table.__add__()
returned wrong values
for some index combinations
Release v0.9.7
- Added:
update_other_formats
argument toaudformat.Table.save()
to make sure existing files in other formats are updated as well - Changed: use
round_trip
argument when loading CSV files
to ensure dataframes are equal after storing and loading again
Release v0.9.6
- Fixed: implemented
audformat.Database.__eq__
and returnTrue
for identical databases
Release v0.9.5
- Changed: use nullable Pandas' type
'boolean'
forbool
schemes - Fixed:
Scheme.draw()
generates boolean values if scheme isbool
Release v0.9.4
- Changed: add arguments
num_workers
andverbose
to
audformat.Database.load()
Release v0.9.3
- Fixed: avoid sphinx syntax in CHANGELOG
audformat.Database.drop_files()
,
audformat.Database.map_files()
,
audformat.Database.pick_files()
,
audformat.Database.save()
- Changed:
audformat.segmented_index()
- Fixed:
audformat.utils.to_segmented_index()
Release v0.9.1
- Fixed: add column name to HTML Series output in docs
- Fixed: removed mentioning of
NotConformToUnifiedFormat
error
andRedundantArgumentError
error - Fixed: add missing errors to docstring
ofaudformat.Table.set()
andaudformat.Column.set()
Release v0.9.0-rc3
- name: Prepare Ubuntu
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends --yes graphviz libsndfile1 sox