BUGS & ISSUES pending:


-------------------------
BUGS & ISSUES fixed:

% added two new kernels: triangular and linear with bias
% fixed isdeferred problem can now do e.g. train(toy) again
% changed myexist() - loses some (very rare functionality) but fixed a huge slowdown on some systems caused by searching to see if filenames exist
% fixed bug in multi-class @fisher algorithm (by Kiyoung Yang) 

-------------------------
OBJECTS ADDED SINCE LAST FREEZE:

%   dualperceptron  - Kernel Perceptron
%   ord_reg_perceptron   - Ordinal Regression Perceptron (Shen et al.)
%   splitting_perceptron - Splitting Perceptron (Shen et al.)
%   budget_perceptron    - Aggressive Perceptron, i.e. online & sparse, on a budget (Crammer et al.)
%   r2w2_sel  - now works with RBF kernels (thanks to Chirag Patel)
