From 0b0574ed4816c611a08e48a762a0442aa7ad6ceb Mon Sep 17 00:00:00 2001 From: Anna Derington Date: Fri, 24 Jul 2026 09:38:07 +0200 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 23d90c6..545dcac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) --------------------------