source: trunk/NEWS @ 1319

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

config.h is no longer installed. Therefore, do not include config.h
into other header files. Instead there is a yat/yat-config.h which
will be installed and can therefore be used in header files. The
yat-config contains the same information as config.h but variables are
prefix'd with a YAT_. I had to change style in version.m4 due to a
variable clash between variables set in version.m4 and variables I
wanted in config.h.

  • 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

$Id: NEWS 1319 2008-05-21 16:03:42Z peter $

See the end of this file for copyrights and conditions.

Version 0.5 (released DATE)

  • yat now requires GSL 1.8 or later
  • is_int now depends on numerical_limits for inf and NaN treatment
  • Similar for is_float. See revision [1312] for details.
  • yat-config.h is installed rather than config.h

Version 0.4.1 (released 14 May 2008)

  • Files needed for build of documentation is included in distribution (#365)

A complete list of closed tickets can be found here
http://trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.1

Version 0.4 (released 11 April 2008)

  • Class vector was split into Vector, VectorView? and VectorConstView?
  • Class matrix was renamed to Matrix
  • Containers, e.g. Vector, now have iterators.
  • EnsembleBuilder? and SubSetGenerator? were refactored and are now templates
  • SupervisedClassifier? is now a pure interface class
  • SVM is not inherited from SupervisedClassifier?
  • NCC was refactored and is now a template
  • Distance interfaces against iterators
  • interface of median, percentile, and mad functions are modified. They now take iterators rather than containers.
  • is_double(), is_int(), and is_float() return true also when string is a nan or int.
  • add_values function in Averagers replaced by iterator interface

A complete list of closed tickets can be found here
http://trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.4

Version 0.3.1 (released 28 April 2007)

  • Bugfix release

A complete list of closed tickets can be found here
http://trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.1

Version 0.3 (released 9 April 2007)

  • First public release

A complete list of closed tickets can be found here
http://trac.thep.lu.se/yat/query?status=closed&milestone=0.3+%28Public+release%29


Copyright (C) 2003, 2006 Jari Häkkinen
Copyright (C) 2007 Jari Häkkinen, Peter Johansson
Copyright (C) 2008 Jari Häkkinen, Peter Johansson
This file is part of yat library, http://trac.thep.lu.se/yat
The yat library is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The yat library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.

Note: See TracBrowser for help on using the repository browser.