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