]> git.parisson.com Git - timeside-diadems.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

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::