From 0900b7405f0603a2c2f18178726b39ce3d41e907 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Fri, 5 Jul 2024 12:17:46 +0200 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2bf2139..35b7701 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,22 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 2.1.0 (2024-07-05) +-------------------------- + +* Added: ``audeer.unique()``, + which returns unique values + in the order they appear in a sequence +* Added: ``maximum_refresh_time`` argument + to ``audeer.progress_bar()`` + and ``audeer.run_tasks()``, + which can be used + to force an update interval + of the progress bar +* Fixed: documentation of return value + of ``audeer.run_tasks()`` + + Version 2.0.0 (2024-01-25) --------------------------