]> git.parisson.com Git - timeside.git/commitdiff
cleanup
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 12:18:03 +0000 (14:18 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 12:18:03 +0000 (14:18 +0200)
README.rst
doc/source/news.rst
doc/source/ui.rst

index fe4db72e8fc4f151c137536b1902c5384e9dcfba..0474981c79a62dad8c32d260637c0efaedaefbae 100644 (file)
@@ -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:
 
index aff9afa0ce7c7f0fc7d87a2e70aae814b00f6e62..d485c103725db0c5bc5a48de2c5c2be3dd8a3f46 100644 (file)
@@ -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
-
 
index 59268d99b7fb809dc6e0803da052256675a9106a..6006fe0e81f95d269751477213030946db56455a 100644 (file)
@@ -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: