source: trunk/NEWS @ 1512

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

fixed typo and added comment on license upgrade

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