]> granicus.if.org Git - liblinear/shortlog
liblinear
2020-07-29 Chih-Jen Linupdate version number in linear.h to 2.41 v241
2020-07-28 Wei-Lin ChiangUpdate windows and matlab binaries
2020-07-28 Hung-Yi ChouAdd one-class (-s 21) help message to matlab/train.c
2020-07-27 Hung-Yi Choumodifications are made for one-class svm:
2020-07-22 Wei-Lin ChiangFix Makefile.win and update windows and matlab binaries v240
2020-07-22 Chih-Jen Linadd -R explanation in README (and mention that generall...
2020-07-22 Wei-Lin ChiangAdd -R option to matlab and python interface
2020-07-22 Wei-Lin ChiangNewton solver is changed from trust region to line...
2020-07-16 Wei-Lin ChiangAdd a new option -R for not regularizing the bias
2020-05-27 Chih-Jen Linversion number in linear.h updated to 2.40
2020-05-24 Chih-Jen LinFix one comment in linear.cpp and a description of...
2020-05-23 Chou Hung-Yi solver for one-class SVM supported
2020-03-27 Chih-Jen Lininit_sol in the parameter structure was introduced...
2020-02-21 Chih-Jen Linchange SHVER from 3 to 4 due to the function name chang...
2019-12-17 Chih-Jen Linchange a feature_node * variable name from s to xi...
2019-09-10 zyquefix a bug in README building windows binaries
2019-08-23 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2019-08-23 Chih-Jen Linin commit 347607e403e8b43e097ee409a908aa0d186e09f5
2019-07-31 johncreedRemove trailing white-space
2019-06-27 johncreedAdd log message to matlab/train.c in function do_find_p...
2019-06-27 johncreedRemove redundant trailing whitespace in linear.cpp...
2019-06-20 Chih-Jen Linremove an unnecessary tab in train.c
2019-03-20 Wei-Lin ChiangUpdate windows and matlab binaries v230
2019-03-20 johncreedChange find_parameter_C to find_parameters in linear.def
2019-03-20 johncreedFix find_parameters function parameter struct type...
2019-03-19 johncreedRemove a redundant newline in help message
2019-03-18 Chih-Jen Linchange version number in liblinear.h to 2.30 for the...
2019-03-18 Chih-Jen LinFix some minor indentation and space issues
2019-03-18 johncreedL2R_L2LOSS_SVR warm start parameter search supported
2019-02-26 Chih-Jen LinExplain in python/README that commonutil.py includes...
2018-12-29 Wei-Lin ChiangFix compiling issues in matlab interface
2018-12-18 Chih-Jen Linin solve_l1r_l2_svc, loss_old is initialized in a for...
2018-12-18 Chih-Jen Lina _cstr function to encode string to utf-8. Use it...
2018-12-17 Chih-Jen Linversion number changed to 2.22 for next release
2018-12-17 Chih-Jen Linset a max_cg_iter for the CG while loop.
2018-11-12 ppetter1025remove trailing space
2018-10-24 Chih-Jen Linin README use an example to explain that -C returns...
2018-10-02 Wei-Lin Chiangchange year info in COPYRIGHT v221
2018-10-02 Wei-Lin ChiangUpdate windows and matlab binaries
2018-10-02 Wei-Lin ChiangChange version number to 221 for 2.21 release
2018-09-24 ppetter1025Changes due to a modification of the same file in LIBSVM:
2018-09-24 ppetter1025Changes due to a bug of the same file in LIBSVM:
2018-09-18 Wei-Lin ChiangRename get_diagH to get_diag_preconditioner
2018-07-30 Chih-Jen LinChanges due to a bug of the same file in LIBSVM:
2018-07-26 Chih-Jen Lin Include LIBSVM's svm-scale.c in the package.
2018-07-26 ppetter1025In svm_read_problem we removed zeros while reading...
2018-07-26 ppetter1025add section title "Quick Start with Scipy" in table...
2018-06-30 Chih-Jen LinPrint more digit of predicted labels (%.17g) as more...
2018-06-12 ppetter1025Fix a bug in svm_read_problem of python/liblinearutil...
2018-05-23 Chou Hung-Yiprint more digits of model parameter: %.16g to %.17g
2018-03-08 b92paulFixed bug and optimize code in TRON::tron
2017-12-25 Chih-Jen LinInstructions in README for building windows dynamic...
2017-12-24 Chih-Jen Linmove l2r_lr_fun::get_diagH(double *M) to an earlier...
2017-12-07 Wei-Lin Chiangversion number in linear.h changed to 220 for 2.20... v220
2017-11-28 Wei-Lin ChiangUpdate windows and matlab binaries
2017-10-17 b92paulAdd mixed diagonal preconditioner to TRON method
2017-05-10 Chih-Jen Linchange year info in COPYRIGHT
2017-04-08 Chih-Jen Lin in load_model() of linear.cpp, parameters for train...
2017-03-28 Wei-Lin ChiangUpdate windows and matlab binaries v211
2017-03-27 Hsin-Yuan HuangMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2017-03-27 Hsin-Yuan HuangAdd Scipy Support for Python Interface
2017-03-21 b92paulRemove unused fscanf in load_model in linear.cpp
2017-03-21 b92paulFix coding style
2017-03-14 Hsin-Yuan HuangModify README for better clarification
2017-03-13 Hsin-Yuan HuangAdd version information in LIBLINEAR README
2017-03-13 Hsin-Yuan HuangAdd version number for LIBLINEAR
2017-03-13 Kevinremove trailing spaces and tabs
2017-02-22 Chih-Jen Linfix a description in README: the size of w is nr_featur...
2017-02-21 b92paulAdd new region updating rule in TRON method
2016-10-07 Wei-Lin ChiangRemove an unnecessary check for actural reduction
2016-09-07 Wei-Lin ChiangRemove a redundant array in Hv functions
2016-01-05 b92paulremove unnecessary space in README, linear.cpp and...
2016-01-05 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2016-01-05 Chih-Jen Linremove unnecessary tab in linear.cpp
2015-12-31 leepeiRevert "initial commit of line search branch"
2015-12-31 leepeiinitial commit of line search branch
2015-12-31 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2015-12-31 Chih-Jen Linthe array D for the diagonal matrix in Hessian isn...
2015-11-25 Chih-Jen LinFix minor issues in describing the build of windows...
2015-10-22 Chih-Jen Linin "Building Windows Binaries" of README stress that...
2015-10-19 jeremy89183fixed repeated declaration of variable j in function...
2015-09-26 WinstonWindows and matlab binaries built on KKT v210
2015-09-24 Wei-Lin ChiangCombine Xv and XTv and add sparse operator class
2015-08-05 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2015-08-05 Chih-Jen Linfix a spelling error in a comment
2015-08-03 momohuangChange %lf to %g in do_find_parameter_C() for Readability
2015-08-01 Wei-Lin ChiangFix the python interface for windows
2015-07-20 willchenWe fix the warning messege of the 'fscanf' function...
2015-07-17 Hsiang-Fu YuCatch the exception to display the error message
2015-07-16 Chih-Jen Linfix an indentation problem in python/liblinearutil.py
2015-07-08 boyuchange 2014 to 2015 in copyright v201
2015-07-08 boyuWindows and matlab binaries built on KKT
2015-07-08 boyuFix bug and memory leaks in 2.0
2015-07-07 Chia-Hua HoREADME: example for -c with -C
2015-06-29 Chia-Hua HoMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2015-06-29 boyuWindows binary (with matlab binaries) compiled on KKT v200
2015-06-29 boyuwarm start parameter search supported
2015-06-28 boyuWindows binary (with matlab binaries) compiled on KKT
2015-06-28 boyuSquashed commit of the following:
2015-06-19 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
next