]> granicus.if.org Git - liblinear/shortlog
liblinear
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...
2013-05-16 Chih-Jen Lin(no commit message)
2013-03-11 Chun-Heng HuangUpdated a switch statement.
2013-03-11 Chun-Heng HuangMatlab interface parameter checking
2013-02-11 leepeiLet nr_fold = l when nr_fold > l in CV
2013-01-27 cjlinchange the year to 2013 v193
2013-01-25 guestwalkCompile windows binary.
2013-01-21 guestwalkModify Python interface, major changes are:
2012-11-23 guestwalkAdd return 0 into print_null in predict.c,
2012-10-28 leepeiFix some indention
2012-10-19 cjlinfix a typo in make.m
2012-10-13 guestwalkfix some typo in README and matlab/make.m
2012-10-10 guestwalkupdate windows binary to correct version. (previous... v192
2012-10-10 guestwalkremove duplicated blas.h in blas/Makefile
2012-09-12 guestwalkFix a typo(CXXC) in Makefile.win.
2012-07-25 leepeiFixed a bug of -q option of predict in matlab interface
2012-07-20 leepeiAdded -q option for predict and modified the solver...
2012-06-30 popoRemove matlab/run.m in trunk.
2012-05-01 cohaModify the make.m of matlab,
2012-04-26 popofix typos in python/README. v191
2012-04-25 popoFix bug. get_label() returns integer list. model.get_ty...
2012-04-20 popoFix bugs.
2012-04-17 cjlin copyright year 2012 v190
2012-04-17 popoAdd windows binary files.
2012-04-17 cjlinindicating -b 1 is only for testing
2012-04-17 popoAdd -s 11, 12, 13 to python and matlab interfaces.
2012-04-15 popo- Add regression solvers (-s 11, 12, 13).
2012-04-11 rofuFix the type "-W1" to the correct option "-Wl"
2012-04-10 popoBecause model_ is a global variable, do_predict(input...
2012-04-09 popoIn python interface, file names should be encoded in...
2012-03-22 popoIn the README file of python interface, p_val should...
2012-01-02 rofuMakefile is modified such that creating the shared...
2011-12-26 popoInitial w_size according to w in solve_l1r_lr.
2011-12-09 popoAdd variable primal_solver_tol for primal solvers,...
2011-11-29 popoAdd setlocale(LC_ALL, "C") when saving and loading...
2011-10-11 cjlinindicate in predict option that -b 1 is for logistic...
2011-09-01 cohaUsing try and catch method to show recommend message...
2011-08-27 cohaModify make.m so that it is workable
2011-06-29 popoModify linear.cpp so that users can easily give initial...
2011-06-25 popoAdd soname in the shared library.
2011-05-27 popouse "WARNING" and "ERROR" for warning messages and...
2011-05-09 popoAdd dependency for tron.o, linear.o, and blas.a in...
2011-04-10 popoRemove mxIsSparse(prhs[1]) in do_predict(...) in matlab...
2011-03-26 cjlincopyright: 2010 -> 2011 v180
2011-03-26 eaudexChange libsvmread/write.mexw64 to symbolic links to
2011-03-25 cohaBuild windows binaries, delete interface of 32 bits...
2011-03-25 cohaBuild windows binaries and add new matlab interface...
2011-03-16 popomatlab/README is modified because 32bit Windows binary...
2011-03-14 eaudex@@ -1562,8 +1562,6 @@
2011-03-12 eaudexIn solve_l1_lr(.),
2011-03-11 popohelp message in matlab/train.c is modified according...
next