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