Skip to content

Release v0.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 08:13
  • 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)