source: trunk/NEWS @ 1627

Last change on this file since 1627 was 1619, checked in by Peter, 15 years ago

updating NEWS

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