]> git.parisson.com Git - timeside.git/commitdiff
Add trained_models to manifest, add upgrading issues to readme
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 15:13:36 +0000 (17:13 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 15:13:36 +0000 (17:13 +0200)
MANIFEST.in
README.rst
doc/source/install.rst
doc/source/news.rst

index bdcc23ad5f38cdbb912247edb82385e307f78078..761e89824cd624971f179f9b060c3d81c75a8305 100644 (file)
@@ -4,6 +4,7 @@ include README.rst
 include requirements.txt
 recursive-include doc *
 recursive-include timeside/player/static *
+recursive-include timeside/analyzer/trained_models *
 recursive-include tests *
 recursive-exclude * *.pyc
 recursive-exclude * *.swp
index 7ba17e92e57666370b006601dacc6789a8d1d037..f37068b78beb08100797069efc0791d74a5e3c63 100644 (file)
@@ -122,7 +122,9 @@ News
  * Fix various NaN and Inf and PEP8 issues also many PyFlake warnings
  * Full Travis integration
  * 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.
+ * UPGRADING from the sources: please cleanup your repository with: $ find ./ -name "*.pyc" -exec rm {} \;
 
 0.5.4
 
@@ -259,7 +261,7 @@ For Debian based distributions, we provide a safe repository which provides all
  $ sudo apt-get update
  $ sudo apt-get install python-timeside
 
-This method is known to be compatible with Debian 7 Wheezy and Ubuntu 14.04 LTS. It will install additional binary packages from several audio feature extraction librairies like Aubio and Yaafe for which TimeSide has some nice processors.
+This method is known to be compatible with Debian 7 Wheezy with backports and Ubuntu 14.04 LTS. It will install additional binary packages from several audio feature extraction librairies like Aubio and Yaafe for which TimeSide has some nice processors.
 
 Note you can also use pip if you already have already satisfied all the dependencies::
 
index 20bb97c10701105fecaef12cd7780328b1a91d05..8adf4e29f46ece93d96e0f366051e168f088446b 100644 (file)
@@ -16,7 +16,7 @@ For Debian based distributions, we provide a safe repository which provides all
  $ sudo apt-get update
  $ sudo apt-get install python-timeside
 
-This method is known to be compatible with Debian 7 Wheezy and Ubuntu 14.04 LTS. It will install additional binary packages from several audio feature extraction librairies like Aubio and Yaafe for which TimeSide has some nice processors.
+This method is known to be compatible with Debian 7 Wheezy with backports and Ubuntu 14.04 LTS. It will install additional binary packages from several audio feature extraction librairies like Aubio and Yaafe for which TimeSide has some nice processors.
 
 Note you can also use pip if you already have already satisfied all the dependencies::
 
index e7b425053b38514e90ec3f62a83ecff43e6d3405..5a220349e6b6b56ff6daba7aba83fdf852dc5042 100644 (file)
@@ -13,7 +13,9 @@ News
  * Fix various NaN and Inf and PEP8 issues also many PyFlake warnings
  * Full Travis integration
  * 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.
+ * UPGRADING from the sources: please cleanup your repository with: $ find ./ -name "*.pyc" -exec rm {} \;
 
 0.5.4