Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 1.4.0 (2026/07/24)
--------------------------

* 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.


Version 1.3.2 (2026/05/21)
--------------------------

Expand Down
Loading