[2] | 1 | $Id: NEWS 2160 2010-01-19 23:57:17Z peter $ |
---|
[675] | 2 | |
---|
[905] | 3 | See the end of this file for copyrights and conditions. |
---|
| 4 | |
---|
[2160] | 5 | yat 0.6.x series from http://dev.thep.lu.se/yat/svn/branches/0.6-stable |
---|
| 6 | |
---|
[1826] | 7 | Version 0.6 (released DATE) |
---|
| 8 | |
---|
[2153] | 9 | - Boost 1.35 is now required (#603) |
---|
[2129] | 10 | - new configure option `--with-gsl` (#544) |
---|
| 11 | - configure option `--with-gsl-prefix` is deprecated (#544) |
---|
| 12 | - configure option `--with-gsl-exec-prefix` is deprecated (#544) |
---|
| 13 | - Behavior of operator==(DataWeightProxy, DataWeightProxy) is modified (#578) |
---|
[2089] | 14 | - several constructors in namespace random are now declared explicit (#571) |
---|
[2068] | 15 | - pair_first_iterator and pair_second_iterator now work with |
---|
| 16 | const_iterator (ticket:562) |
---|
[2065] | 17 | - Passing by const& in KolmogorovSmirnov::Element::operator< (r2064) |
---|
[2059] | 18 | - classes OptionInFile and OptionOutFile are deprecated (ticket:521) |
---|
[2003] | 19 | - DataWeight comparison operators were changed in case of NaN (ticket:536) |
---|
[1940] | 20 | - new option --libs-without-cblas in yat-config (ticket:523) |
---|
[1937] | 21 | - blas is no longer hard-coded into libyat.so and libyat.la (ticket:518) |
---|
[1863] | 22 | - using unsigned long int (rather than signed) in SVN::max_epoch (ticket:506) |
---|
| 23 | |
---|
[1826] | 24 | A complete list of closed tickets can be found here [[br]] |
---|
| 25 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.6 |
---|
| 26 | |
---|
[2138] | 27 | Version 0.5.6 (released 24 December 2009) |
---|
| 28 | |
---|
| 29 | - Fixed bugs in EnsembleBuilder::predict (bugs #567 and #579) |
---|
| 30 | - Corrected dependency libs in libyat.la (bug #573) |
---|
| 31 | |
---|
| 32 | A complete list of closed tickets can be found here [[br]] |
---|
| 33 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.6 |
---|
| 34 | |
---|
[2103] | 35 | Version 0.5.5 (released 5 November 2009) |
---|
| 36 | |
---|
| 37 | - SVM::predict is calculated as geometric distance (issue #542) |
---|
| 38 | - detection of GSL is improved (issue #558) |
---|
| 39 | |
---|
| 40 | A complete list of closed tickets can be found here [[br]] |
---|
| 41 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.5 |
---|
| 42 | |
---|
[1998] | 43 | Version 0.5.4 (released 12 June 2009) |
---|
| 44 | |
---|
| 45 | - Disable dvi ps and pdf documentation in case of doxygen 1.5.8 (issue #548) |
---|
| 46 | - improved uninstalled yat-config so it works in VPATH build (issue #539) |
---|
| 47 | - improved documentation |
---|
| 48 | |
---|
| 49 | A complete list of closed tickets can be found here [[br]] |
---|
| 50 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.4 |
---|
| 51 | |
---|
[1954] | 52 | Version 0.5.3 (released 7 May 2009) |
---|
| 53 | |
---|
| 54 | - fixed serious bug in qQuantileNormalization related to sorting |
---|
| 55 | with NaNs in vectors (issue #535). VectorMutable and Percentiler |
---|
| 56 | classes were affected with the same issue. |
---|
| 57 | - fixed problem with running configure on 64-bit CentOS (issue #527) |
---|
| 58 | - make check works again (issue #528) |
---|
| 59 | |
---|
| 60 | A complete list of closed tickets can be found here [[br]] |
---|
| 61 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.3 |
---|
| 62 | |
---|
[1874] | 63 | Version 0.5.2 (released 17 March 2009) |
---|
| 64 | |
---|
| 65 | - fixed compilation error in IGP (issue #503) |
---|
| 66 | - fixed incorrect error message from CommandLine (issue #508) |
---|
| 67 | |
---|
| 68 | A complete list of closed tickets can be found here [[br]] |
---|
| 69 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.2 |
---|
| 70 | |
---|
[1839] | 71 | Version 0.5.1 (released 26 February 2009) |
---|
| 72 | |
---|
| 73 | - libtool version number was corrected (see r1833) |
---|
| 74 | |
---|
[1832] | 75 | Version 0.5 (released 24 February 2009) |
---|
[905] | 76 | |
---|
[1818] | 77 | - Upgraded to GLPv3 |
---|
| 78 | - yat now requires GSL 1.8 or later |
---|
| 79 | - yat now requires Boost 1.33 or later |
---|
[1651] | 80 | - Imlicit conversion between Vector and its Views disabled (ticket:467) |
---|
[1818] | 81 | - Averager::add and AveragerPair::add take a _signed_ long (ticket:361) |
---|
[1611] | 82 | - IteratorPolicy removed (ticket:398) |
---|
[1587] | 83 | - MatrixLookupWeighted(const MatrixLookup&) modified (ticket:396) |
---|
[1465] | 84 | - Option::parse and OptionArg::do_parse takes references (ticket:418) |
---|
[1312] | 85 | - is_int now depends on numerical_limits for inf and NaN treatment |
---|
| 86 | - Similar for is_float. See revision [1312] for details. |
---|
[1321] | 87 | - config.h is no longer installed |
---|
[1818] | 88 | - Copy and assignment are now allowed for KolmogorovSmirnov |
---|
| 89 | - is_int(1), is_float(1), is_float(1) are deprecated use is<T> |
---|
| 90 | - percentile(3) is deprecated, use percentile2(3) |
---|
| 91 | - Target::operator[] is deprecated, use Target::operator() |
---|
[1287] | 92 | |
---|
[1619] | 93 | A complete list of closed tickets can be found here [[br]] |
---|
| 94 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5 |
---|
| 95 | |
---|
[1746] | 96 | Version 0.4.3 (released 23 January 2009) |
---|
| 97 | |
---|
| 98 | - Fisher::p_value is now correct (bug #461) |
---|
| 99 | - Fisher::oddsratio is now correct (bug #460) |
---|
| 100 | |
---|
| 101 | A complete list of closed tickets can be found here [[br]] |
---|
| 102 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.3 |
---|
| 103 | |
---|
[1437] | 104 | Version 0.4.2 (released 25 August 2008) |
---|
| 105 | |
---|
| 106 | - FileUtil can now handle large files (#378) |
---|
| 107 | - x variable is trained in regression::Local::fit() (#423) |
---|
| 108 | |
---|
| 109 | A complete list of closed tickets can be found here [[br]] |
---|
| 110 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.2 |
---|
| 111 | |
---|
[1303] | 112 | Version 0.4.1 (released 14 May 2008) |
---|
| 113 | |
---|
| 114 | - Files needed for build of documentation is included in distribution (#365) |
---|
| 115 | |
---|
| 116 | A complete list of closed tickets can be found here [[br]] |
---|
[1437] | 117 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.1 |
---|
[1303] | 118 | |
---|
[1277] | 119 | Version 0.4 (released 11 April 2008) |
---|
| 120 | |
---|
[1270] | 121 | - Class vector was split into Vector, VectorView and VectorConstView |
---|
| 122 | - Class matrix was renamed to Matrix |
---|
| 123 | - Containers, e.g. Vector, now have iterators. |
---|
| 124 | - EnsembleBuilder and SubSetGenerator were refactored and are now templates |
---|
| 125 | - SupervisedClassifier is now a pure interface class |
---|
| 126 | - SVM is not inherited from SupervisedClassifier |
---|
| 127 | - NCC was refactored and is now a template |
---|
| 128 | - Distance interfaces against iterators |
---|
[933] | 129 | - interface of median, percentile, and mad functions are |
---|
| 130 | modified. They now take iterators rather than containers. |
---|
[917] | 131 | - is_double(), is_int(), and is_float() return true also when string |
---|
[1488] | 132 | is a nan or inf. |
---|
[917] | 133 | - add_values function in Averagers replaced by iterator interface |
---|
| 134 | |
---|
[905] | 135 | A complete list of closed tickets can be found here [[br]] |
---|
[1437] | 136 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4 |
---|
[905] | 137 | |
---|
| 138 | Version 0.3.1 (released 28 April 2007) |
---|
| 139 | |
---|
| 140 | - Bugfix release |
---|
| 141 | |
---|
| 142 | A complete list of closed tickets can be found here [[br]] |
---|
[1437] | 143 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.1 |
---|
[905] | 144 | |
---|
| 145 | Version 0.3 (released 9 April 2007) |
---|
| 146 | |
---|
| 147 | - First public release |
---|
| 148 | |
---|
| 149 | A complete list of closed tickets can be found here [[br]] |
---|
[1437] | 150 | http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3+%28Public+release%29 |
---|
[905] | 151 | |
---|
| 152 | |
---|
| 153 | |
---|
| 154 | ---------------------------------------------------------------------- |
---|
| 155 | {{{ |
---|
[2119] | 156 | Copyright (C) 2003, 2006 Jari Häkkinen |
---|
| 157 | Copyright (C) 2007, 2008, 2009 Jari Häkkinen, Peter Johansson |
---|
[675] | 158 | |
---|
[1437] | 159 | This file is part of yat library, http://dev.thep.lu.se/yat |
---|
[675] | 160 | |
---|
| 161 | The yat library is free software; you can redistribute it and/or |
---|
| 162 | modify it under the terms of the GNU General Public License as |
---|
[1486] | 163 | published by the Free Software Foundation; either version 3 of the |
---|
[675] | 164 | License, or (at your option) any later version. |
---|
| 165 | |
---|
| 166 | The yat library is distributed in the hope that it will be useful, but |
---|
| 167 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 168 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 169 | General Public License for more details. |
---|
| 170 | |
---|
| 171 | You should have received a copy of the GNU General Public License |
---|
[1487] | 172 | along with yat. If not, see <http://www.gnu.org/licenses/>. |
---|
[905] | 173 | }}} |
---|
| 174 | ---------------------------------------------------------------------- |
---|