]> git.parisson.com Git - timeside.git/commitdiff
Doc: Update News
authorThomas Fillon <thomas@parisson.com>
Wed, 14 Jan 2015 15:19:44 +0000 (16:19 +0100)
committerThomas Fillon <thomas@parisson.com>
Wed, 14 Jan 2015 15:22:01 +0000 (16:22 +0100)
README.rst
doc/source/news.rst

index 9b8229d959f0a5a2e966ae193a1dcd6c28425775..83b5581c0deeb22c8b069176227a36b8e4ae5706 100644 (file)
@@ -111,6 +111,15 @@ For more extensive examples, please see the `full documentation <http://files.pa
 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 <https://pythonhosted.org/setuptools/setuptools.html#namespace-packages>`_ enabling external plugins to be automatically plug into TimeSide (see for example `timeside-diadems <https://github.com/ANR-DIADEMS/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 <https://github.com/ANR-DIADEMS/timeside-diadems>`_
+
 0.6.1
 
   * Fix various minor bugs
index 312279e537a79956ea946c1efb63554f50170d95..98cf6bb3c2df5f0dd2dc23805d0fc638f6b06334 100644 (file)
@@ -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 <https://pythonhosted.org/setuptools/setuptools.html#namespace-packages>`_ enabling external plugins to be automatically plug into TimeSide (see for example `timeside-diadems <https://github.com/ANR-DIADEMS/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 <https://github.com/ANR-DIADEMS/timeside-diadems>`_
+
 0.6.1
 
   * Fix various minor bugs