source: branches/0.4-stable/NEWS @ 1434

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

Preparing for release 0.4.2

  • 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 1434 2008-08-25 16:21:38Z peter $
[675]2
[905]3See the end of this file for copyrights and conditions.
4
[1434]5Version 0.4.2 (released 25 August 2008)
[1302]6
[1434]7  - FileUtil can now handle large files (#378)
8  - x variable is trained in regression::Local::fit() (#423)
9
[1302]10  A complete list of closed tickets can be found here [[br]]
[1392]11  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.2
[1302]12
[1299]13Version 0.4.1 (released 14 May 2008)
[1280]14
[1299]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]]
[1392]18  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.1
[1299]19
[1278]20Version 0.4 (released 11 april 2008)
[905]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]]
[1392]37  http://dev.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]]
[1392]44  http://dev.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]]
[1392]51  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+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
[1300]59Copyright (C) 2008 Jari Häkkinen, Peter Johansson
[675]60
[1392]61This file is part of yat library, http://dev.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.