Skip to content

Releases: audeering/audinterface

Release v0.10.2

20 Jan 10:01
d75a214
Compare
Choose a tag to compare
  • Fixed: require sphinx-audeering-theme>=1.2.1
    to ensure the correct theme is used
    for the public documentation

Release v0.10.1

20 Jan 09:29
fddaaa3
Compare
Choose a tag to compare
  • Changed: split API documentation into sub-pages
    for each function
  • Fixed: typo in multi-channel usage example
    in the documentation

Release v0.10.0

24 Oct 08:46
9e487cd
Compare
Choose a tag to compare
  • Changed: audinterface.Feature
    uses multi-level column format
    and names columns after channel ID
    when result has more than one channel

Release v0.9.2

07 Oct 07:23
0cb6d3a
Compare
Choose a tag to compare
  • Changed: require audformat>=0.15.3
  • Fixed: segmented indices are returned
    with file level
    as dtype string
    as introduced with audformat 0.15.0
  • Removed: support for Python 3.7

Release v0.9.1

22 Jul 08:25
562e53b
Compare
Choose a tag to compare
  • Changed: support special arguments
    idx,
    file,
    root
    in processing function

Release v0.9.0

11 Jul 08:01
b944a03
Compare
Choose a tag to compare
  • Added: auinterface.utils.sliding_window()
  • Added: auinterface.utils.to_timedelta()
  • Added: argument
    process_func_applies_sliding_window
    to
    audinterface.Feature
  • Added: arguments
    win_dur and hop_dur
    to
    audinterface.Process
  • Added: arguments
    min_signal_dur and max_signal_dur
    to
    audinterface.Feature,
    audinterface.Process,
    audinterface.Segment
  • Added: argument
    cache_root
    to
    audinterface.Feature.process_index(),
    audinterface.Process.process_index()
  • Changed: extend documentation with docstring examples and usage section
  • Deprecated: unit argument of audinterface.Feature,
    instead specify unit directly when providing duration arguments,
    compare audinterface.utils.to_timedelta()
  • Fixed: audinterface.ProcessWithContext
    requires one output for every segment

Release v0.8.1

07 Feb 14:11
37a4844
Compare
Choose a tag to compare
  • Added: audinterface.Feature does support
    specification of single feature as string
    in addition to list
  • Changed: depend on audresample>=1.1
  • Fixed: handle empty and non-existing folder
    in process_folder() methods

Release v0.8.0

04 Jan 09:49
2acb81e
Compare
Choose a tag to compare
  • Added: Python 3.9 support
  • Added: process_func_args argument to process methods
  • Deprecated: **kwargs in process methods,
    use process_func_args argument instead
  • Removed: deprecated process_unified_format_index() methods
  • Removed: Python 3.6 support

Release v0.7.0

23 Jul 08:13
Compare
Choose a tag to compare
  • Changed: Feature.process_func() supports more shapes, namely
    (features)
    (channels, features)
    (features, frames)
    (channels, features, frames)
  • Changed: Feature.process_func() supports more types
    (e.g. scalars, lists, strings, etc.)
  • Fixed: Feature.__call__() always returns (channels, features, frames)

Release v0.6.8

06 Jul 09:07
Compare
Choose a tag to compare
  • Fixed: CHANGELOG
  • Changed: use keyword argument with pandas.MultiIndex.set_levels()