source: trunk/NEWS @ 1435

Last change on this file since 1435 was 1325, checked in by Peter, 15 years ago

adding info on boost

  • 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: 2.8 KB
RevLine 
[2]1$Id: NEWS 1325 2008-05-24 04:07:42Z peter $
[675]2
[905]3See the end of this file for copyrights and conditions.
4
[1277]5Version 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]13Version 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]20Version 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
39Version 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
46Version 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]57Copyright (C) 2003, 2006 Jari Häkkinen
[1275]58Copyright (C) 2007 Jari Häkkinen, Peter Johansson
[1303]59Copyright (C) 2008 Jari Häkkinen, Peter Johansson
[675]60
[1000]61This file is part of yat library, http://trac.thep.lu.se/yat
[675]62
63The yat library is free software; you can redistribute it and/or
64modify it under the terms of the GNU General Public License as
65published by the Free Software Foundation; either version 2 of the
66License, or (at your option) any later version.
67
68The yat library is distributed in the hope that it will be useful, but
69WITHOUT ANY WARRANTY; without even the implied warranty of
70MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
71General Public License for more details.
72
73You should have received a copy of the GNU General Public License
74along with this program; if not, write to the Free Software
75Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
76USA.
[905]77}}}
78----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.