[2] | 1 | $Id: NEWS 1651 2008-12-15 12:57:43Z 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 | |
---|
[1651] | 7 | - Imlicit conversion between Vector and its Views disabled (ticket:467) |
---|
[1611] | 8 | - Averager::add (and siblings) take a (signed) long (ticket:361) |
---|
| 9 | - IteratorPolicy removed (ticket:398) |
---|
[1587] | 10 | - MatrixLookupWeighted(const MatrixLookup&) modified (ticket:396) |
---|
[1488] | 11 | - Upgraded to GLPv3 |
---|
[1465] | 12 | - Option::parse and OptionArg::do_parse takes references (ticket:418) |
---|
[1287] | 13 | - yat now requires GSL 1.8 or later |
---|
[1325] | 14 | - yat now requires Boost 1.33 or later |
---|
[1312] | 15 | - is_int now depends on numerical_limits for inf and NaN treatment |
---|
| 16 | - Similar for is_float. See revision [1312] for details. |
---|
[1321] | 17 | - config.h is no longer installed |
---|
[1287] | 18 | |
---|
[1619] | 19 | A complete list of closed tickets can be found here [[br]] |
---|
| 20 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5 |
---|
| 21 | |
---|
[1437] | 22 | Version 0.4.2 (released 25 August 2008) |
---|
| 23 | |
---|
| 24 | - FileUtil can now handle large files (#378) |
---|
| 25 | - x variable is trained in regression::Local::fit() (#423) |
---|
| 26 | |
---|
| 27 | A complete list of closed tickets can be found here [[br]] |
---|
| 28 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.2 |
---|
| 29 | |
---|
[1303] | 30 | Version 0.4.1 (released 14 May 2008) |
---|
| 31 | |
---|
| 32 | - Files needed for build of documentation is included in distribution (#365) |
---|
| 33 | |
---|
| 34 | A complete list of closed tickets can be found here [[br]] |
---|
[1437] | 35 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.1 |
---|
[1303] | 36 | |
---|
[1277] | 37 | Version 0.4 (released 11 April 2008) |
---|
| 38 | |
---|
[1270] | 39 | - Class vector was split into Vector, VectorView and VectorConstView |
---|
| 40 | - Class matrix was renamed to Matrix |
---|
| 41 | - Containers, e.g. Vector, now have iterators. |
---|
| 42 | - EnsembleBuilder and SubSetGenerator were refactored and are now templates |
---|
| 43 | - SupervisedClassifier is now a pure interface class |
---|
| 44 | - SVM is not inherited from SupervisedClassifier |
---|
| 45 | - NCC was refactored and is now a template |
---|
| 46 | - Distance interfaces against iterators |
---|
[933] | 47 | - interface of median, percentile, and mad functions are |
---|
| 48 | modified. They now take iterators rather than containers. |
---|
[917] | 49 | - is_double(), is_int(), and is_float() return true also when string |
---|
[1488] | 50 | is a nan or inf. |
---|
[917] | 51 | - add_values function in Averagers replaced by iterator interface |
---|
| 52 | |
---|
[905] | 53 | A complete list of closed tickets can be found here [[br]] |
---|
[1437] | 54 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4 |
---|
[905] | 55 | |
---|
| 56 | Version 0.3.1 (released 28 April 2007) |
---|
| 57 | |
---|
| 58 | - Bugfix release |
---|
| 59 | |
---|
| 60 | A complete list of closed tickets can be found here [[br]] |
---|
[1437] | 61 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.1 |
---|
[905] | 62 | |
---|
| 63 | Version 0.3 (released 9 April 2007) |
---|
| 64 | |
---|
| 65 | - First public release |
---|
| 66 | |
---|
| 67 | A complete list of closed tickets can be found here [[br]] |
---|
[1437] | 68 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3+%28Public+release%29 |
---|
[905] | 69 | |
---|
| 70 | |
---|
| 71 | |
---|
| 72 | ---------------------------------------------------------------------- |
---|
| 73 | {{{ |
---|
[831] | 74 | Copyright (C) 2003, 2006 Jari Häkkinen |
---|
[1275] | 75 | Copyright (C) 2007 Jari Häkkinen, Peter Johansson |
---|
[1303] | 76 | Copyright (C) 2008 Jari Häkkinen, Peter Johansson |
---|
[675] | 77 | |
---|
[1437] | 78 | This file is part of yat library, http://dev.thep.lu.se/yat |
---|
[675] | 79 | |
---|
| 80 | The yat library is free software; you can redistribute it and/or |
---|
| 81 | modify it under the terms of the GNU General Public License as |
---|
[1486] | 82 | published by the Free Software Foundation; either version 3 of the |
---|
[675] | 83 | License, or (at your option) any later version. |
---|
| 84 | |
---|
| 85 | The yat library is distributed in the hope that it will be useful, but |
---|
| 86 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 87 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 88 | General Public License for more details. |
---|
| 89 | |
---|
| 90 | You should have received a copy of the GNU General Public License |
---|
[1487] | 91 | along with yat. If not, see <http://www.gnu.org/licenses/>. |
---|
[905] | 92 | }}} |
---|
| 93 | ---------------------------------------------------------------------- |
---|