From dcab65b954cec63004d59d18c8a7e1806f519ed1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 24 Oct 2014 11:56:05 +0200 Subject: [PATCH] update news --- README.rst | 16 ++++++++++++++-- doc/source/news.rst | 16 ++++++++++++++-- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c2b90f7..c485ee6 100644 --- a/README.rst +++ b/README.rst @@ -87,15 +87,27 @@ News 0.5.7 * WARNING! some processor ids have changed. Please see the full list below. - * Add a Docker development box + * NEW analyzers: IRIT Monopoly (see Processors) + * NEW graphers: IRIT Start/Session segmentation + * Add extensible buffering thanks to pytables (NEW dependency) + * Add typed parameters in processors and server thanks to traits (NEW dependency) + * Add a graph model to the pipe thanks to networkx (NEW dependency) + * Add test sample generators based on GStreamer + * Add a background image option for rendering analyzers + * Add on-the-fly filtering decorators + * Add a Docker development image and a Dockerfile * Add a Vagrant development box - * Add a Debian package installation procedure + * Update the Debian package installation procedure + * Results are now stored in pipe.results as as dictionnary of AnalyzerResults + * Update various processors * Fix parent and child analyzers both using yaafe (fix #60) + * Update of Travis CI scripts https://travis-ci.org/yomguy/TimeSide/ 0.5.6 * Bugfix release * Fix analyzer instanciation as parent for some graphers + * Store analyzer's results in pipe.results by uuid instead of id (fix #24) For older news, please visit: https://github.com/yomguy/TimeSide/blob/master/NEWS.rst diff --git a/doc/source/news.rst b/doc/source/news.rst index 7856a8f..dcf996d 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -4,15 +4,27 @@ News 0.5.7 * WARNING! some processor ids have changed. Please see the full list below. - * Add a Docker development box + * NEW analyzers: IRIT Monopoly (see Processors) + * NEW graphers: IRIT Start/Session segmentation + * Add extensible buffering thanks to pytables (NEW dependency) + * Add typed parameters in processors and server thanks to traits (NEW dependency) + * Add a graph model to the pipe thanks to networkx (NEW dependency) + * Add test sample generators based on GStreamer + * Add a background image option for rendering analyzers + * Add on-the-fly filtering decorators + * Add a Docker development image and a Dockerfile * Add a Vagrant development box - * Add a Debian package installation procedure + * Update the Debian package installation procedure + * Results are now stored in pipe.results as as dictionnary of AnalyzerResults + * Update various processors * Fix parent and child analyzers both using yaafe (fix #60) + * Update of Travis CI scripts https://travis-ci.org/yomguy/TimeSide/ 0.5.6 * Bugfix release * Fix analyzer instanciation as parent for some graphers + * Store analyzer's results in pipe.results by uuid instead of id (fix #24) For older news, please visit: https://github.com/yomguy/TimeSide/blob/master/NEWS.rst -- 2.39.5