$Id: NEWS 1000 2007-12-23 20:09:15Z jari $ See the end of this file for copyrights and conditions. Version 0.4 (released DATE) - interface of median, percentile, and mad functions are modified. They now take iterators rather than containers. - is_double(), is_int(), and is_float() return true also when string is a nan or int. - add_values function in Averagers replaced by iterator interface A complete list of closed tickets can be found here [[br]] http://trac.thep.lu.se/yat/query?status=closed&milestone=0.4 Version 0.3.1 (released 28 April 2007) - Bugfix release A complete list of closed tickets can be found here [[br]] http://trac.thep.lu.se/yat/query?status=closed&milestone=0.3.1 Version 0.3 (released 9 April 2007) - First public release A complete list of closed tickets can be found here [[br]] http://trac.thep.lu.se/yat/query?status=closed&milestone=0.3 ---------------------------------------------------------------------- {{{ Copyright (C) 2003, 2006 Jari Häkkinen Copyright (C) 2007 Peter Johansson This file is part of yat library, http://trac.thep.lu.se/yat The yat library 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 2 of the License, or (at your option) any later version. The yat library 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 this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. }}} ----------------------------------------------------------------------