source: trunk/NEWS @ 2129

Last change on this file since 2129 was 2129, checked in by Peter, 13 years ago

New configure option 'with-gsl=DIR'. This option also accepts 'no' as
an argument or equivalently '--without-gsl' in which case no check for
GSL will be performed. The old --with-gsl-prefix and
--with-gsl-exec-prefix are deprecated.

fixes #544

  • 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: 6.4 KB
RevLine 
[2]1$Id: NEWS 2129 2009-12-23 04:58:30Z peter $
[675]2
[905]3See the end of this file for copyrights and conditions.
4
[1826]5Version 0.6 (released DATE)
6
[2129]7  - new configure option `--with-gsl` (#544)
8  - configure option `--with-gsl-prefix` is deprecated (#544)
9  - configure option `--with-gsl-exec-prefix` is deprecated (#544)
10  - Behavior of operator==(DataWeightProxy, DataWeightProxy) is modified (#578)
[2089]11  - several constructors in namespace random are now declared explicit (#571)
[2068]12  - pair_first_iterator and pair_second_iterator now work with
13    const_iterator (ticket:562)
[2065]14  - Passing by const& in KolmogorovSmirnov::Element::operator< (r2064)
[2059]15  - classes OptionInFile and OptionOutFile are deprecated (ticket:521)
[2003]16  - DataWeight comparison operators were changed in case of NaN (ticket:536)
[1940]17  - new option --libs-without-cblas in yat-config (ticket:523)
[1937]18  - blas is no longer hard-coded into libyat.so and libyat.la (ticket:518)
[1863]19  - using unsigned long int (rather than signed) in SVN::max_epoch (ticket:506)
20
[1826]21  A complete list of closed tickets can be found here [[br]]
22  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.6
23
[2103]24Version 0.5.5 (released 5 November 2009)
25
26  - SVM::predict is calculated as geometric distance (issue #542)
27  - detection of GSL is improved (issue #558)
28
29  A complete list of closed tickets can be found here [[br]]
30  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.5
31
[1998]32Version 0.5.4 (released 12 June 2009)
33
34  - Disable dvi ps and pdf documentation in case of doxygen 1.5.8 (issue #548)
35  - improved uninstalled yat-config so it works in VPATH build (issue #539)
36  - improved documentation
37
38  A complete list of closed tickets can be found here [[br]]
39  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.4
40
[1954]41Version 0.5.3 (released 7 May 2009)
42
43  - fixed serious bug in qQuantileNormalization related to sorting
44    with NaNs in vectors (issue #535). VectorMutable and Percentiler
45    classes were affected with the same issue.
46  - fixed problem with running configure on 64-bit CentOS (issue #527)
47  - make check works again (issue #528)
48
49  A complete list of closed tickets can be found here [[br]]
50  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.3
51
[1874]52Version 0.5.2 (released 17 March 2009)
53
54  - fixed compilation error in IGP (issue #503)
55  - fixed incorrect error message from CommandLine (issue #508)
56
57  A complete list of closed tickets can be found here [[br]]
58  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.2
59
[1839]60Version 0.5.1 (released 26 February 2009)
61
62  - libtool version number was corrected (see r1833)
63
[1832]64Version 0.5 (released 24 February 2009)
[905]65
[1818]66  - Upgraded to GLPv3
67  - yat now requires GSL 1.8 or later
68  - yat now requires Boost 1.33 or later
[1651]69  - Imlicit conversion between Vector and its Views disabled (ticket:467)
[1818]70  - Averager::add and AveragerPair::add take a _signed_ long (ticket:361)
[1611]71  - IteratorPolicy removed (ticket:398)
[1587]72  - MatrixLookupWeighted(const MatrixLookup&) modified (ticket:396)
[1465]73  - Option::parse and OptionArg::do_parse takes references (ticket:418)
[1312]74  - is_int now depends on numerical_limits for inf and NaN treatment
75  - Similar for is_float. See revision [1312] for details.
[1321]76  - config.h is no longer installed
[1818]77  - Copy and assignment are now allowed for KolmogorovSmirnov
78  - is_int(1), is_float(1), is_float(1) are deprecated use is<T>
79  - percentile(3) is deprecated, use percentile2(3)
80  - Target::operator[] is deprecated, use Target::operator()
[1287]81
[1619]82  A complete list of closed tickets can be found here [[br]]
83  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5
84
[1746]85Version 0.4.3 (released 23 January 2009)
86
87  - Fisher::p_value is now correct (bug #461)
88  - Fisher::oddsratio is now correct (bug #460)
89
90  A complete list of closed tickets can be found here [[br]]
91  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.3
92
[1437]93Version 0.4.2 (released 25 August 2008)
94
95  - FileUtil can now handle large files (#378)
96  - x variable is trained in regression::Local::fit() (#423)
97
98  A complete list of closed tickets can be found here [[br]]
99  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.2
100
[1303]101Version 0.4.1 (released 14 May 2008)
102
103  - Files needed for build of documentation is included in distribution (#365)
104
105  A complete list of closed tickets can be found here [[br]]
[1437]106  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.1
[1303]107
[1277]108Version 0.4 (released 11 April 2008)
109
[1270]110  - Class vector was split into Vector, VectorView and VectorConstView
111  - Class matrix was renamed to Matrix
112  - Containers, e.g. Vector, now have iterators.
113  - EnsembleBuilder and SubSetGenerator were refactored and are now templates
114  - SupervisedClassifier is now a pure interface class
115  - SVM is not inherited from SupervisedClassifier
116  - NCC was refactored and is now a template
117  - Distance interfaces against iterators
[933]118  - interface of median, percentile, and mad functions are
119    modified. They now take iterators rather than containers.
[917]120  - is_double(), is_int(), and is_float() return true also when string
[1488]121    is a nan or inf.
[917]122  - add_values function in Averagers replaced by iterator interface
123
[905]124  A complete list of closed tickets can be found here [[br]]
[1437]125  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.4
[905]126
127Version 0.3.1 (released 28 April 2007)
128
129  - Bugfix release
130
131  A complete list of closed tickets can be found here [[br]]
[1437]132  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.1
[905]133
134Version 0.3 (released 9 April 2007)
135
136  - First public release
137
138  A complete list of closed tickets can be found here [[br]]
[1437]139  http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.3+%28Public+release%29
[905]140
141
142
143----------------------------------------------------------------------
144{{{
[2119]145Copyright (C) 2003, 2006 Jari Häkkinen
146Copyright (C) 2007, 2008, 2009 Jari Häkkinen, Peter Johansson
[675]147
[1437]148This file is part of yat library, http://dev.thep.lu.se/yat
[675]149
150The yat library is free software; you can redistribute it and/or
151modify it under the terms of the GNU General Public License as
[1486]152published by the Free Software Foundation; either version 3 of the
[675]153License, or (at your option) any later version.
154
155The yat library is distributed in the hope that it will be useful, but
156WITHOUT ANY WARRANTY; without even the implied warranty of
157MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
158General Public License for more details.
159
160You should have received a copy of the GNU General Public License
[1487]161along with yat. If not, see <http://www.gnu.org/licenses/>.
[905]162}}}
163----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.