From: Guillaume Pellerin Date: Mon, 19 May 2014 12:18:03 +0000 (+0200) Subject: cleanup X-Git-Tag: 0.5.5~1^2~15^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ebe288c0f0146553b919c2e1a8cffac0e98acba3;p=timeside.git cleanup --- diff --git a/README.rst b/README.rst index fe4db72..0474981 100644 --- a/README.rst +++ b/README.rst @@ -187,69 +187,6 @@ News * Comptatible with Python >=2.7 * WARNING : no longer compatible with Telemeta 1.4.5 -0.4.5 - - * (re)fix Pillow support (#12) - * fix some Python package rules - * add a Debian package directory (thanks to piem, in git repo only) - -0.4.4 - - * Only setup bugfixes - * Last compatible version with Python 2.6 - * Next version 0.5 will integrate serious new analyzer features (aubio, yaafe and more) - -0.4.3 - - * finally fix decoder leaks and de-synchronizations (thanks to piem) - * this also fixes bad variable encoder file lengths - * fix OGG and FLAC encoders (closes: #8) - * fix multi-channels streaming (closes: #13) - * add support for Pillow (closes: #12) - * temporally desactivate AAC and WebM encoders (need to add some limits for them) - * WARNING : we now need to add overwrite=True to encoder kwargs instances in order to overwrite the destination file, i.e. e=Mp3Encoder(path, overwrite=True) - -0.4.2 - - * many releases these days, but there are some patches which are really worth to be HOT released : we just need them in production.. - * finally fix FFT window border leaks in the streaming spectrum process for *really* better spectrograms and *smoother* spectral centroid waveforms - * *mv* gstutils to timeside.gstutils - * cleanup various processes - * Ogg, Aac and Flac encoders not really working now (some frames missing) :( Will be fixed in next release. - -0.4.1 - - * move UI static files from ui/ to static/timeside/ (for better django compatibility) - * upgrade js scripts from telemeta 1.4.4 - * upgrade SoundManager2 to v297a-20120916 - -0.4.0 - - * finally fixed an old decoder bug to prevent memory leaks during hard process (thanks to piem) - * add blocksize property to the processor API - * add many unit tests (check tests/alltests.py) - * re-add UI files (sorry, was missing in the last packages) - * various bugfixes - * encoders not all much tested on big files, please test! - * piem is now preparing some aubio analyzers :P - -0.3.3 - - * mostly a transitional developer and mantainer version, no new cool features - * but add "ts-waveforms" script for waveform batching - * fix some tests - * removed but download audio samples - * fix setup - * update README - -0.3.2 - - * move mainloop to its own thread to avoid memory hogging on large files - * add condition values to prepare running gst mainloop in a thread - * add experimental WebM encoder - * duration analysis goes to decoder.duration property - * bugfixes - Dive in ======== @@ -422,7 +359,7 @@ TODO list: Web server ----------- -An EXPERIMENTAL web server based on Django has been added to the package from version 0.5.4. The goal is to provide a full REST API to TimeSide to enable new kinds of audio processing web services. +An EXPERIMENTAL web server based on Django has been added to the package from version 0.5.5. The goal is to provide a full REST API to TimeSide to enable new kinds of audio processing web services. A sandbox is provide in timeside/server/sandbox and you can initialize it and test it like this: diff --git a/doc/source/news.rst b/doc/source/news.rst index aff9afa..d485c10 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -78,67 +78,4 @@ News * Comptatible with Python >=2.7 * WARNING : no longer compatible with Telemeta 1.4.5 -0.4.5 - - * (re)fix Pillow support (#12) - * fix some Python package rules - * add a Debian package directory (thanks to piem, in git repo only) - -0.4.4 - - * Only setup bugfixes - * Last compatible version with Python 2.6 - * Next version 0.5 will integrate serious new analyzer features (aubio, yaafe and more) - -0.4.3 - - * finally fix decoder leaks and de-synchronizations (thanks to piem) - * this also fixes bad variable encoder file lengths - * fix OGG and FLAC encoders (closes: #8) - * fix multi-channels streaming (closes: #13) - * add support for Pillow (closes: #12) - * temporally desactivate AAC and WebM encoders (need to add some limits for them) - * WARNING : we now need to add overwrite=True to encoder kwargs instances in order to overwrite the destination file, i.e. e=Mp3Encoder(path, overwrite=True) - -0.4.2 - - * many releases these days, but there are some patches which are really worth to be HOT released : we just need them in production.. - * finally fix FFT window border leaks in the streaming spectrum process for *really* better spectrograms and *smoother* spectral centroid waveforms - * *mv* gstutils to timeside.gstutils - * cleanup various processes - * Ogg, Aac and Flac encoders not really working now (some frames missing) :( Will be fixed in next release. - -0.4.1 - - * move UI static files from ui/ to static/timeside/ (for better django compatibility) - * upgrade js scripts from telemeta 1.4.4 - * upgrade SoundManager2 to v297a-20120916 - -0.4.0 - - * finally fixed an old decoder bug to prevent memory leaks during hard process (thanks to piem) - * add blocksize property to the processor API - * add many unit tests (check tests/alltests.py) - * re-add UI files (sorry, was missing in the last packages) - * various bugfixes - * encoders not all much tested on big files, please test! - * piem is now preparing some aubio analyzers :P - -0.3.3 - - * mostly a transitional developer and mantainer version, no new cool features - * but add "ts-waveforms" script for waveform batching - * fix some tests - * removed but download audio samples - * fix setup - * update README - -0.3.2 - - * move mainloop to its own thread to avoid memory hogging on large files - * add condition values to prepare running gst mainloop in a thread - * add experimental WebM encoder - * duration analysis goes to decoder.duration property - * bugfixes - diff --git a/doc/source/ui.rst b/doc/source/ui.rst index 59268d9..6006fe0 100644 --- a/doc/source/ui.rst +++ b/doc/source/ui.rst @@ -66,7 +66,7 @@ TODO list: Web server ----------- -An EXPERIMENTAL web server based on Django has been added to the package from version 0.5.4. The goal is to provide a full REST API to TimeSide to enable new kinds of audio processing web services. +An EXPERIMENTAL web server based on Django has been added to the package from version 0.5.5. The goal is to provide a full REST API to TimeSide to enable new kinds of audio processing web services. A sandbox is provide in timeside/server/sandbox and you can initialize it and test it like this: