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