source: trunk/NEWS @ 1292

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

Fixes #87 - replace cumulative hypergeometric with GSL implementation
NOTE: This means that yat 0.5 will require GSL 1.8 or
later. configure.ac is updated to check for that.

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