Release v0.7.0
- 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)