]> git.parisson.com Git - timeside.git/commitdiff
update news again
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 25 Jan 2015 20:04:55 +0000 (21:04 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 25 Jan 2015 20:04:55 +0000 (21:04 +0100)
MANIFEST.in
README.rst
doc/source/news.rst

index 86aa8736b238076467d445e78f6c8a3a36a08a57..9b4dbc6f42c7e9051d3bf92ad54c810c14ac8586 100644 (file)
@@ -11,6 +11,7 @@ recursive-include doc *
 recursive-include timeside *
 recursive-include examples *
 recursive-include tests *
+recursive-include scripts *
 recursive-exclude examples/sandbox/media *
 recursive-exclude * *.swp
 recursive-exclude dist *
index b700cff41b63cf26cd47aa61d40ec9a2d7345e7d..e1f5f76b80983cfcbc4d763cb21ec1b548d9f0a6 100644 (file)
@@ -116,10 +116,14 @@ News
 
  * 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`.
+   - Create a new module `timeside.plugins` and move processors therein: timeside.plugins.decoder,analyzer, timeside.plugins.encoder, timeside.plugins.fx
+   - WARNING: 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`.
+   - `timeside.plugins` is now a `namespace package <https://pythonhosted.org/setuptools/setuptools.html#namespace-packages>`_ enabling external plugins to be **automatically** plugged into TimeSide (see for example `timeside-diadems <https://github.com/ANR-DIADEMS/timeside-diadems>`_). This now makes TimeSide a **real** plugin host, yeah!
+   - A dummy timeside plugin will soon be provided for easy development start.
+
  * Move all analyzers developped by the partners of the Diadems project to a new repository: `timeside-diadems <https://github.com/ANR-DIADEMS/timeside-diadems>`_
+ * Many fixes for a better processing by `Travis-CI <https://travis-ci.org/Parisson/TimeSide>`_
+ * Add a dox file to test the docker building on `various distributions <https://github.com/Parisson/Docker>`_
 
 0.6.1
 
@@ -182,12 +186,6 @@ IGrapher
    * **grapher_aubio_pitch** : Image representing Aubio Pitch
    * **grapher_onset_detection_function** : Image representing Onset detection function
    * **grapher_waveform** : Image representing Waveform from Analyzer
-   * **grapher_irit_speech_4hz_segments** : Image representing Irit 4Hz Speech Segmentation
-   * **grapher_irit_speech_4hz_segments_median** : Image representing Irit 4Hz Speech Segmentation with median filter
-   * **grapher_monopoly_segments** : Image representing Irit Monopoly Segmentation
-   * **grapher_limsi_sad_etape** : Image representing LIMSI SAD with ETAPE model
-   * **grapher_limsi_sad_maya** : Image representing LIMSI SAD with Mayan model
-   * **grapher_irit_startseg** : Image representing IRIT Start Noise
    * **spectrogram_log** : Logarithmic scaled spectrogram (level vs. frequency vs. time).
    * **spectrogram_lin** : Linear scaled spectrogram (level vs. frequency vs. time).
    * **waveform_simple** : Simple monochrome waveform image.
@@ -207,11 +205,6 @@ IAnalyzer
    * **aubio_specdesc** : Aubio Spectral Descriptors collection analyzer
    * **aubio_temporal** : Aubio Temporal analyzer
    * **yaafe** : Yaafe feature extraction library interface analyzer
-   * **irit_monopoly** : Segmentor Monophony/Polyphony based on the analysis of yin confidence.
-   * **irit_startseg** : Segmentation of recording sessions into 'start' and 'session' segments
-   * **irit_speech_4hz** : Speech Segmentor based on the 4Hz energy modulation analysis.
-   * **irit_speech_entropy** : Speech Segmentor based on Entropy analysis.
-   * **limsi_sad** : Limsi Speech Activity Detection Systems
    * **spectrogram_analyzer** : Spectrogram image builder with an extensible buffer based on tables
    * **onset_detection_function** : Onset Detection Function analyzer
    * **spectrogram_analyzer_buffer** : Spectrogram image builder with an extensible buffer based on tables
index d85d8ac024253c39c365c1298a24764d78cba051..b1f8f1fe62261a519285e6ebc30dae2f0c37e4af 100644 (file)
@@ -12,6 +12,7 @@ News
 
  * Move all analyzers developped by the partners of the Diadems project to a new repository: `timeside-diadems <https://github.com/ANR-DIADEMS/timeside-diadems>`_
  * Many fixes for a better processing by `Travis-CI <https://travis-ci.org/Parisson/TimeSide>`_
+ * Add a dox file to test the docker building on `various distributions <https://github.com/Parisson/Docker>`_
 
 0.6.1