forked from lhlmgr/lwpr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
61 lines (47 loc) · 1.95 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
LWPR library
(C) 2007-2009 Stefan Klanke and Sethu Vijayakumar
sethu.vijayakumar@ed.ac.uk
Version 1.2.3
---------------------------------------------------------
* Corrected bugs in the Python module (missing Py_DECREF
in functions returning multiple numpy arrays that led
to a memory leak, as well as bad preprocessor directive
"USE_EXPAT" instead of "HAVE_LIBEXPAT")
Thanks to Benjamin Dittes
* Corrected bad preprocessor directive (see above) in
C++ wrapper lwpr.hh. Also added casts between signed
and unsigned integers in lwpr.hh and cross.cc
Thanks to Peter Pastor, Robert Nickl and Adrian Haith
Version 1.2.2
---------------------------------------------------------
* Corrected bugs in the Python module (for accessing the
"n_pruned" and "num_rfs" members)
Thanks to Arjan Gijsberts
* Fixed a missing matrix transpose in the visualisation
part of "test_lwpr_nD.m"
Version 1.2.1
---------------------------------------------------------
* Fixed two missing #includes in C++ wrapper and example
that resulted in problems with GCC >= 4.3
Thanks to Dan Grollman
Version 1.2
---------------------------------------------------------
* Added lwpr_predict_JcJ, which calculates predictions,
confidences, and the Jacobians for both
Version 1.1
---------------------------------------------------------
* Added support for autotools
On Linux/Unix, use configure, make, make install
to build and install shared and static libraries
* Fixed bug in XML and binary I/O routines:
flag update_D was not included
* Fixed bug for reading XML files:
SubModel counter was not properly increased
* Added project files for Visual Studio 2008
(only tested with Express version)
* Added simple Makefile for MinGW compiler
* Introduced "BINIO version" information in binary files
(breaks compatibility with V1.0)
Version 1.0
---------------------------------------------------------
* First public release, initial submission to JMLR