From e1e97086150dc5d0d3ad2ff7415c1cd8bb86fc43 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 8 Nov 2013 09:17:20 +0100 Subject: [PATCH] ortho fix --- doc/source/news.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/source/news.rst b/doc/source/news.rst index 8eb224c..9757745 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -1,6 +1,22 @@ News ===== +0.5.1 + + * Add *parent* processor list to Processor + * Simplify and optimize the grapher system + * Add Grapher abstract generic class + * Add a UUID property to Processor + * Add a SpectrogramLinear grapher + * Add WaveformTransparent grapher + * Fix some assignment issues regarding immutable type in for Analyzer Result + * Simplify analyzer results implementation by introducing a Factory and multiple classes and subclasses to handle the 8 different kinds of results + * Add doctests and improve the unit tests + * Add a OnsetDetectionFunction analyzer + * Update documentation + * Various cleanups + * Various bugfixes + 0.5.0 * Deep refactoring of the analyzer API to handle various new usecases, specifically audio feature extraction -- 2.39.5