source: trunk/NEWS @ 1874

Last change on this file since 1874 was 1874, checked in by Peter, 14 years ago

merge patch release 0.5.2 into trunk. Delta 0.5.2 - 0.5.1

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
  • Property svn:mime-type set to text/x-trac-wiki
File size: 4.6 KB
RevLine 
[2]1$Id: NEWS 1874 2009-03-17 22:09:01Z peter $
[675]2
[905]3See the end of this file for copyrights and conditions.
4
[1826]5Version 0.6 (released DATE)
6
[1863]7  - using unsigned long int (rather than signed) in SVN::max_epoch (ticket:506)
8
[1826]9  A complete list of closed tickets can be found here [[br]]
10  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.6
11
[1874]12Version 0.5.2 (released 17 March 2009)
13
14  - fixed compilation error in IGP (issue #503)
15  - fixed incorrect error message from CommandLine (issue #508)
16
17  A complete list of closed tickets can be found here [[br]]
18  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.2
19
[1839]20Version 0.5.1 (released 26 February 2009)
21
22  - libtool version number was corrected (see r1833)
23
[1832]24Version 0.5 (released 24 February 2009)
[905]25
[1818]26  - Upgraded to GLPv3
27  - yat now requires GSL 1.8 or later
28  - yat now requires Boost 1.33 or later
[1651]29  - Imlicit conversion between Vector and its Views disabled (ticket:467)
[1818]30  - Averager::add and AveragerPair::add take a _signed_ long (ticket:361)
[1611]31  - IteratorPolicy removed (ticket:398)
[1587]32  - MatrixLookupWeighted(const MatrixLookup&) modified (ticket:396)
[1465]33  - Option::parse and OptionArg::do_parse takes references (ticket:418)
[1312]34  - is_int now depends on numerical_limits for inf and NaN treatment
35  - Similar for is_float. See revision [1312] for details.
[1321]36  - config.h is no longer installed
[1818]37  - Copy and assignment are now allowed for KolmogorovSmirnov
38  - is_int(1), is_float(1), is_float(1) are deprecated use is<T>
39  - percentile(3) is deprecated, use percentile2(3)
40  - Target::operator[] is deprecated, use Target::operator()
[1287]41
[1619]42  A complete list of closed tickets can be found here [[br]]
43  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5
44
[1746]45Version 0.4.3 (released 23 January 2009)
46
47  - Fisher::p_value is now correct (bug #461)
48  - Fisher::oddsratio is now correct (bug #460)
49
50  A complete list of closed tickets can be found here [[br]]
51  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.3
52
[1437]53Version 0.4.2 (released 25 August 2008)
54
55  - FileUtil can now handle large files (#378)
56  - x variable is trained in regression::Local::fit() (#423)
57
58  A complete list of closed tickets can be found here [[br]]
59  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.2
60
[1303]61Version 0.4.1 (released 14 May 2008)
62
63  - Files needed for build of documentation is included in distribution (#365)
64
65  A complete list of closed tickets can be found here [[br]]
[1437]66  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.1
[1303]67
[1277]68Version 0.4 (released 11 April 2008)
69
[1270]70  - Class vector was split into Vector, VectorView and VectorConstView
71  - Class matrix was renamed to Matrix
72  - Containers, e.g. Vector, now have iterators.
73  - EnsembleBuilder and SubSetGenerator were refactored and are now templates
74  - SupervisedClassifier is now a pure interface class
75  - SVM is not inherited from SupervisedClassifier
76  - NCC was refactored and is now a template
77  - Distance interfaces against iterators
[933]78  - interface of median, percentile, and mad functions are
79    modified. They now take iterators rather than containers.
[917]80  - is_double(), is_int(), and is_float() return true also when string
[1488]81    is a nan or inf.
[917]82  - add_values function in Averagers replaced by iterator interface
83
[905]84  A complete list of closed tickets can be found here [[br]]
[1437]85  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4
[905]86
87Version 0.3.1 (released 28 April 2007)
88
89  - Bugfix release
90
91  A complete list of closed tickets can be found here [[br]]
[1437]92  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.1
[905]93
94Version 0.3 (released 9 April 2007)
95
96  - First public release
97
98  A complete list of closed tickets can be found here [[br]]
[1437]99  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3+%28Public+release%29
[905]100
101
102
103----------------------------------------------------------------------
104{{{
[831]105Copyright (C) 2003, 2006 Jari Häkkinen
[1701]106Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson
107Copyright (C) 2009 Peter Johansson
[675]108
[1437]109This file is part of yat library, http://dev.thep.lu.se/yat
[675]110
111The yat library is free software; you can redistribute it and/or
112modify it under the terms of the GNU General Public License as
[1486]113published by the Free Software Foundation; either version 3 of the
[675]114License, or (at your option) any later version.
115
116The yat library is distributed in the hope that it will be useful, but
117WITHOUT ANY WARRANTY; without even the implied warranty of
118MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
119General Public License for more details.
120
121You should have received a copy of the GNU General Public License
[1487]122along with yat. If not, see <http://www.gnu.org/licenses/>.
[905]123}}}
124----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.