From: Thomas Fillon Date: Wed, 14 Jan 2015 15:19:44 +0000 (+0100) Subject: Doc: Update News X-Git-Tag: 0.7^2~25 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=958d54be1d5c0c70d2b4d4160208795b0b023749;p=timeside.git Doc: Update News --- 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