From 89c553bd7548de36c451e40ac9cd78c9cdb345da Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 29 Jul 2021 11:00:15 +0200 Subject: [PATCH] Release 0.9.1 --- CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c330451..54eb500 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,16 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 0.9.1 (2021/07/29) +-------------------------- + +* Added: benchmarks for ``audmath.inverse_normal_distribution()`` + against ``scipy`` +* Changed: implement ``audmath.inverse_normal_distribution()`` + in a native vectorized way +* Fixed: missing links in changelog + + Version 0.9.0 (2021/07/28) --------------------------