Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 13:09
· 12 commits to main since this release
c132807
  • Added: expand format specifications
    to allow parquet files
    as table files
  • Added: support for storing tables as parquet files
    by adding "parquet"
    (audformat.define.TableStorageFormat.PARQUET)
    as an option
    for the storage_format argument
    of audformat.Table.save()
    and audformat.Database.save()
  • Added: support for numpy>=2.0
  • Added: mention text files
    as potential media files
    in the documentation
  • Added: mention in the documentation of audformat.utils.hash()
    that column/level names do not influence its hash value
  • Added: warn in the documentation of audformat.utils.hash()
    that the hash of a dataframe or series,
    containing "Int64" as data type,
    changes with pandas>=2.2.0
  • Fixed: ensure "boolean" data type
    is always used
    in indices of misc tables
    that store boolean values