# Copyright 2010-2012 Herve BREDIN (bredin@limsi.fr) # Contact: http://pyafe.niderb.fr/ # This file is part of PyAFE. # # PyAFE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # PyAFE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with PyAFE. If not, see <http://www.gnu.org/licenses/>. == REQUIREMENTS == * Python 2.7 or later * lxml 2.2.6 or later, http://codespeak.net/lxml/ == RELEASE NOTES == * Version 0.6.1 - 11/12/2012 Corrected the previous time range option (in case no time range is required). Added a filter on the idMedia of the submission files. * Version 0.6.0 - 07/12/2012 Add an option in order to limit de time range used for evaluation. A file TimeSlot.txt must be present near de groundthruth file. * Version 0.5.3 - 04/12/2012 Acceptation of both Date/time format. Correction of missed discounting. * Version 0.5.2 - 26/01/2011 Date/time format has changed. Microseconds are now mandatory. Updated sample data accordingly. * Version 0.5.1 - 14/12/2010 Updated sample data * Version 0.5.0 - 14/12/2010 First public release