]> granicus.if.org Git - liblinear/shortlog
liblinear
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
2015-06-19 Chih-Jen LinExplain "Parameters" of the returned MATLAB/Octave...
2015-05-06 b02902056Using include "linear.h" instead of include "../linear.h"
2015-05-06 b02902056Matlab/Octave: use the standard method of checking...
2015-04-04 leepeiMake the indention of set_locale consistent with the...
2015-03-24 Chih-Jen Linsymbolic link of libsvmread/write.c changed to hardlink
2015-03-01 yuanbowen[Update] set windows 64bit as default
2015-02-24 yongChange the access permissions to window binary from...
2014-12-05 Tavian BarnesCheck return value of setlocale().
2014-11-14 yuanbowencompile new version windows binary v196
2014-11-03 yongCompile 64-bit windows binary to replace 32-bit windows...
2014-10-27 Chih-Jen Linexplicit list blas/*.c for consistency with octave v195
2014-10-24 yongCompile windows binary.
2014-10-24 yongadd three functions:
2014-10-21 Yu-ChinIn get_decfun_coef and get_decfun_bias, a zero value...
2014-10-19 b99902019To support nnz > 2^32, change the data type of the...
2014-10-19 Yu-Chinremove ^M in the end of each line in make.m
2014-10-19 Yu-Chin1. use "extern C" in blas to make sure the compiled...
2014-10-19 Yu-Chinreplace long int with size_t in linear.cpp and train.c
2014-10-19 Hsiang-Fu Yuadd two functions get_decfun_coef and get_decfun_bias
2014-10-19 Yu-Chinuse __all__ in Python interfaces to make sure only...
2014-10-16 cohaExpand the expression of blas to fix the compiling...
2014-10-03 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2014-10-03 Chih-Jen Linstopping condition of l1 solvers uses 1-norm rather...
2014-08-29 Yu-Chininitialize Gnorm1_init with -1
2014-08-26 Yu-Chininitialize Gnorm1_init with NAN
2014-06-20 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2014-06-20 Chih-Jen Linfix the following bug
2014-06-06 Tzu-Ming Kuomodify matlab/train.c to check if the label vector...
2014-04-23 yongChange the year of COPYRIGHT from 2013 to 2014
2014-03-21 yongModify SHVER from 1 to 2.
2013-12-10 boyumatlab Makefile modified, octave removed
2013-12-02 b99902019Modify README so that user can build 64 bit windows...
2013-11-11 Chih-Jen Linremove one space in matlab/README v194
2013-11-09 boyucompiled windows binary
2013-11-02 Wei-Sheng ChinReplace long with long int in linear.cpp for consistency
2013-10-31 Wei-Sheng ChinChange the type of nnz (counter of nonzero elements...
2013-10-26 Yu-Chinrevert previous two accidental commits
2013-10-26 Yu-Chinset number of threads
2013-10-25 Yu-Chin.
2013-08-31 Yu-ChinModify python README so that users can run the examples...
2013-08-16 Yu-Chinfix a bug: use "delete[] C" instead of "delete C" in...
2013-07-24 Yu-ChinFix the mixing tab and space problem in tron.cpp.
2013-07-01 Tzu-Ming KuoModify function group_classes in linear.cpp to ensure...
2013-06-13 yongFix the bug of type error when calling set_to_default_v...
next