Releases: audeering/audformat
Releases · audeering/audformat
Release v0.14.2
- Added:
audformat.utils.index_has_overlap()
- Added:
audformat.utils.iter_index_by_file()
- Changed: store categories with integers as
int64
instead ofInt64
- Changed: require
audeer>=1.18.0
- Changed: support
pandas>=1.4.0
pandas >=1.1.5,!=1.3.0,!=1.3.1,!=1.3.2,!=1.3.3,!=1.4.0
Release v0.14.1
- Added:
audformat.utils.map_file_path()
Release v0.14.0
- Changed: ensure
audformat.testing.create_database()
uses Unix path separators - Changed: don't allow
\
path entries
in a portable database - Changed: mark deprecated
root
argument
ofaudformat.testing.create_audio_files()
to be removed in version 1.0.0
Release v0.13.3
- Fixed: conversion of pickle protocol 5 files
to pickle protocol 4 in cache
Release v0.13.2
- Fixed: reintroduce sorting the output of
audformat.Database.files
and
audformat.Database.segments
Release v0.13.1
- Fixed: changelog for 0.13.0
Release v0.13.0
Release v0.13.0
Release v0.12.4
- Changed: the API documentation on the
language
argument
ofaudformat.Database
is more verbose now - Changed: the difference between
audformat.define.DataType.TIME
andaudformat.define.DataType.DATE
is now discussed in the API documentation - Fixed: saving a not loaded table to CSV
when a PKL file is present - Fixed:
pandas
deprecation warnings
Release v0.12.3
- Removed: Python 3.6 support
Release v0.12.2
- Added:
audformat.assert_no_duplicates()
- Changed:
audformat.assert_index()
no longer checks for duplicates