From 2d72f44a90a76fe7450e59fdfdf4d42f44b9cd96 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 8 Nov 2016 14:39:47 +0100 Subject: various improvements to the crawler (better use of coroutines, test if an article should be updated). tags are now retrieved for the k-means clustering (previously achived with the content of articles) --- CHANGELOG.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 711425bc..6994ec92 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,11 @@ Release History * the new name of JARR is now Newspipe; * the user can now add its twitter link through the profile page; * it is now possible to edit the visibility of a feed (if it should be - listed in the list of the user's public profile). + listed in the list of the user's public profile); + * tags of articles are now retrieved in order to use k-means clustering + on tags (will be faster than on the article's content); + * various improvements to the crawler (test if an article should be + updated and better use of coroutines). Improvements: * improved the layout of the profile page; * the React.js page now only lists the feeds with unread articles by -- cgit