[2] | 1 | $Id: NEWS 1000 2007-12-23 20:09:15Z jari $ |
---|
[675] | 2 | |
---|
[905] | 3 | See the end of this file for copyrights and conditions. |
---|
| 4 | |
---|
| 5 | Version 0.4 (released DATE) |
---|
| 6 | |
---|
[933] | 7 | - interface of median, percentile, and mad functions are |
---|
| 8 | modified. They now take iterators rather than containers. |
---|
[917] | 9 | - is_double(), is_int(), and is_float() return true also when string |
---|
| 10 | is a nan or int. |
---|
| 11 | - add_values function in Averagers replaced by iterator interface |
---|
| 12 | |
---|
[905] | 13 | A complete list of closed tickets can be found here [[br]] |
---|
[1000] | 14 | http://trac.thep.lu.se/yat/query?status=closed&milestone=0.4 |
---|
[905] | 15 | |
---|
| 16 | Version 0.3.1 (released 28 April 2007) |
---|
| 17 | |
---|
| 18 | - Bugfix release |
---|
| 19 | |
---|
| 20 | A complete list of closed tickets can be found here [[br]] |
---|
[1000] | 21 | http://trac.thep.lu.se/yat/query?status=closed&milestone=0.3.1 |
---|
[905] | 22 | |
---|
| 23 | Version 0.3 (released 9 April 2007) |
---|
| 24 | |
---|
| 25 | - First public release |
---|
| 26 | |
---|
| 27 | A complete list of closed tickets can be found here [[br]] |
---|
[1000] | 28 | http://trac.thep.lu.se/yat/query?status=closed&milestone=0.3 |
---|
[905] | 29 | |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | ---------------------------------------------------------------------- |
---|
| 33 | {{{ |
---|
[831] | 34 | Copyright (C) 2003, 2006 Jari Häkkinen |
---|
[907] | 35 | Copyright (C) 2007 Peter Johansson |
---|
[675] | 36 | |
---|
[1000] | 37 | This file is part of yat library, http://trac.thep.lu.se/yat |
---|
[675] | 38 | |
---|
| 39 | The yat library is free software; you can redistribute it and/or |
---|
| 40 | modify it under the terms of the GNU General Public License as |
---|
| 41 | published by the Free Software Foundation; either version 2 of the |
---|
| 42 | License, or (at your option) any later version. |
---|
| 43 | |
---|
| 44 | The yat library is distributed in the hope that it will be useful, but |
---|
| 45 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 46 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 47 | General Public License for more details. |
---|
| 48 | |
---|
| 49 | You should have received a copy of the GNU General Public License |
---|
| 50 | along with this program; if not, write to the Free Software |
---|
| 51 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
---|
| 52 | USA. |
---|
[905] | 53 | }}} |
---|
| 54 | ---------------------------------------------------------------------- |
---|