From 958d54be1d5c0c70d2b4d4160208795b0b023749 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 14 Jan 2015 16:19:44 +0100 Subject: [PATCH] Doc: Update News --- README.rst | 9 +++++++++ doc/source/news.rst | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.rst b/README.rst index 9b8229d..83b5581 100644 --- a/README.rst +++ b/README.rst @@ -111,6 +111,15 @@ For more extensive examples, please see the `full documentation `_ enabling external plugins to be automatically plug into TimeSide (see for example `timeside-diadems `_). + - To properly manage the namespace packages structure, the TimeSide main module is now `timeside.core` and code should now be initialized with `import timeside.core`. + * Move all analyzers developped by the partners of the Diadems project to a new repository: `timeside-diadems `_ + 0.6.1 * Fix various minor bugs diff --git a/doc/source/news.rst b/doc/source/news.rst index 312279e..98cf6bb 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -1,6 +1,15 @@ News ===== +0.7 + + * Code refactoring: + + - Create a new module `timeside.plugins` and move processors therein: timeside.plugins.decodr, timeside.plugins.analyzer, timeside.plugins.encoder, timeside.plugins.fx + - `timeside.plugins` is a `namespace package `_ enabling external plugins to be automatically plug into TimeSide (see for example `timeside-diadems `_). + - To properly manage the namespace packages structure, the TimeSide main module is now `timeside.core` and code should now be initialized with `import timeside.core`. + * Move all analyzers developped by the partners of the Diadems project to a new repository: `timeside-diadems `_ + 0.6.1 * Fix various minor bugs -- 2.39.5