Skip to content

Release v1.4.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 10:10
· 2 commits to main since this release
0e96f30
  • Added: include table ID in error messages in the methods
    drop_index(),
    extend_index(),
    pick_index(),
    update()
    of audformat.Table
    and audformat.MiscTable
    if the receiving table is assigned to a database
  • Changed: black list pandas
    versions 3.0.0, 3.0.1, and 3.0.2
    as those contain a serious issue in pd.to_timedelta()
    (pandas#65150 <https://github.com/pandas-dev/pandas/issues/65150>_)
  • Fixed: avoid warning when loading a table
    with data points not matching scheme labels.
    As before those points are set to None.
    This is now documented in audformat.Table.load()