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