From: Guillaume Pellerin Date: Mon, 19 May 2014 15:13:36 +0000 (+0200) Subject: Add trained_models to manifest, add upgrading issues to readme X-Git-Tag: 0.5.5~1^2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3c2eaa47a6603c478266f74e10f56693c8c45f0a;p=timeside.git Add trained_models to manifest, add upgrading issues to readme --- diff --git a/MANIFEST.in b/MANIFEST.in index bdcc23a..761e898 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/README.rst b/README.rst index 7ba17e9..f37068b 100644 --- a/README.rst +++ b/README.rst @@ -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:: diff --git a/doc/source/install.rst b/doc/source/install.rst index 20bb97c..8adf4e2 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -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:: diff --git a/doc/source/news.rst b/doc/source/news.rst index e7b4250..5a22034 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -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