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