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