source: trunk/NEWS @ 1651

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

fixes #467 - implicit conversion between Vector and its Views are no longer allowed

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