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