You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed: use strict index hash for caching results
with audinterface.Process.process_index()
and audinterface.Feature.process_index().
Before, the same cache was used for indices
that only differed in their order,
and the returned results could be in an incorrect order
when using the cache.
This means that caches that were created with an older version
will not be reused with this version.