source: branches/0.4-stable/NEWS @ 1651

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

updating NEWS with ticket:460 and ticket:461

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