source: trunk/NEWS @ 1304

Last change on this file since 1304 was 1303, checked in by Peter, 15 years ago

Merged patch release 0.4.1 to the trunk. Delta 0.4.1 - 0.4

  • 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.6 KB
RevLine 
[2]1$Id: NEWS 1303 2008-05-14 16:06:46Z 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
8
[1303]9Version 0.4.1 (released 14 May 2008)
10
11  - Files needed for build of documentation is included in distribution (#365)
12
13  A complete list of closed tickets can be found here [[br]]
14  http://trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.1
15
[1277]16Version 0.4 (released 11 April 2008)
17
[1270]18  - Class vector was split into Vector, VectorView and VectorConstView
19  - Class matrix was renamed to Matrix
20  - Containers, e.g. Vector, now have iterators.
21  - EnsembleBuilder and SubSetGenerator were refactored and are now templates
22  - SupervisedClassifier is now a pure interface class
23  - SVM is not inherited from SupervisedClassifier
24  - NCC was refactored and is now a template
25  - Distance interfaces against iterators
[933]26  - interface of median, percentile, and mad functions are
27    modified. They now take iterators rather than containers.
[917]28  - is_double(), is_int(), and is_float() return true also when string
29    is a nan or int.
30  - add_values function in Averagers replaced by iterator interface
31
[905]32  A complete list of closed tickets can be found here [[br]]
[1303]33  http://trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.4
[905]34
35Version 0.3.1 (released 28 April 2007)
36
37  - Bugfix release
38
39  A complete list of closed tickets can be found here [[br]]
[1303]40  http://trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.1
[905]41
42Version 0.3 (released 9 April 2007)
43
44  - First public release
45
46  A complete list of closed tickets can be found here [[br]]
[1303]47  http://trac.thep.lu.se/yat/query?status=closed&milestone=0.3+%28Public+release%29
[905]48
49
50
51----------------------------------------------------------------------
52{{{
[831]53Copyright (C) 2003, 2006 Jari Häkkinen
[1275]54Copyright (C) 2007 Jari Häkkinen, Peter Johansson
[1303]55Copyright (C) 2008 Jari Häkkinen, Peter Johansson
[675]56
[1000]57This file is part of yat library, http://trac.thep.lu.se/yat
[675]58
59The yat library is free software; you can redistribute it and/or
60modify it under the terms of the GNU General Public License as
61published by the Free Software Foundation; either version 2 of the
62License, or (at your option) any later version.
63
64The yat library is distributed in the hope that it will be useful, but
65WITHOUT ANY WARRANTY; without even the implied warranty of
66MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
67General Public License for more details.
68
69You should have received a copy of the GNU General Public License
70along with this program; if not, write to the Free Software
71Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
72USA.
[905]73}}}
74----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.