]> git.parisson.com Git - timeside.git/commitdiff
update news
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 20 May 2014 09:29:20 +0000 (11:29 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 20 May 2014 09:29:20 +0000 (11:29 +0200)
README.rst
doc/source/news.rst

index f37068b78beb08100797069efc0791d74a5e3c63..43c9decdcb157123991cc7e44ef3c6bb8db83f17 100644 (file)
@@ -120,10 +120,9 @@ News
  * Yaafe analyzer: simplify adaptation of process frames from TimeSide to Yaafe
  * LimsiSad: add a default value for parameter sad_model
  * Fix various NaN and Inf and PEP8 issues also many PyFlake warnings
- * Full Travis integration
+ * Full Travis integration with tests and test coverage through coveralls.io
  * Thanks to all contributors!
- * WARNING: some of the processor paths used in your app could have moved between 0.5.4 and 0.5.5. Check them with timeside.core.processors(). It now advised to use the timeside.core.get_processor() method to instantiate the processors.
+ * WARNING: some of the processor paths used in your app could have moved between 0.5.4 and 0.5.5. Check them with timeside.core.processors(). Note that it is now advised to use the timeside.core.get_processor() method to instantiate the processors with their respective id as argument.
  * UPGRADING from the sources: please cleanup your repository with: $ find ./ -name "*.pyc" -exec rm {} \;
 
 0.5.4
@@ -286,14 +285,14 @@ Dependencies
 
 Needed::
 
- python python-setuptools python-numpy python-scipy python-h5py python-matplotlib pillow 
+ python (>=2.7) python-setuptools python-numpy python-scipy python-h5py python-matplotlib pillow 
  python-simplejson python-yaml python-mutagen libhdf5-serial-dev python-gst0.10 
  gstreamer0.10-gnonlin gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly 
 
 Optional::
 
- aubio yaafe python-aubio python-yaafe vamp-examples
- django django-south djangorestframework django-extensions
+ aubio (>=0.4.1) yaafe python-aubio python-yaafe vamp-examples
+ django (>=1.4) django-south djangorestframework django-extensions
 User Interfaces
 ===============
 
index 5a220349e6b6b56ff6daba7aba83fdf852dc5042..576f957eb698c4fb2a3f02fbb5490e43841bd05a 100644 (file)
@@ -11,10 +11,9 @@ News
  * Yaafe analyzer: simplify adaptation of process frames from TimeSide to Yaafe
  * LimsiSad: add a default value for parameter sad_model
  * Fix various NaN and Inf and PEP8 issues also many PyFlake warnings
- * Full Travis integration
+ * Full Travis integration with tests and test coverage through coveralls.io
  * Thanks to all contributors!
- * WARNING: some of the processor paths used in your app could have moved between 0.5.4 and 0.5.5. Check them with timeside.core.processors(). It now advised to use the timeside.core.get_processor() method to instantiate the processors.
+ * WARNING: some of the processor paths used in your app could have moved between 0.5.4 and 0.5.5. Check them with timeside.core.processors(). Note that it is now advised to use the timeside.core.get_processor() method to instantiate the processors with their respective id as argument.
  * UPGRADING from the sources: please cleanup your repository with: $ find ./ -name "*.pyc" -exec rm {} \;
 
 0.5.4